Merge pull request #2 from fuwa0529/fastlane

Fastlane
master v0.7.0.0-i
fuwa 4 years ago committed by GitHub
commit e864c55d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,6 +60,9 @@ build:
cd cyberwow && \
flutter build apk --target-platform android-arm64
install: build
cd cyberwow && \
flutter install
# build wownero android binary
@ -109,3 +112,9 @@ collect-wownero: wownero
collect-wownero-fake:
$(script)/collect-fake.sh
# etc
remove-exif:
exiftool -all= `find fastlane/ -name '*.jp*g' -o -name '*.png'`

@ -36,8 +36,8 @@ android {
applicationId "org.wownero.cyberwow"
minSdkVersion 23
targetSdkVersion 28
versionCode 21
versionName "0.7.0.0-h"
versionCode 22
versionName "0.7.0.0-i"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

@ -53,7 +53,6 @@ Stream<String> runBinary
];
const List<String> releaseArgs =
[
"--restricted-rpc"
];
const extraArgs = kReleaseMode ? releaseArgs : debugArgs;

@ -69,7 +69,7 @@ Future<dynamic> rpc(final String method, {final String field}) async {
return null;
} else {
final _body = await compute(jsonDecode, response.body);
final _result = _body['result'];
final _result = _body['result'] ?? const {};
final _field = field == null ? _result : _result[field];
return _field;

@ -12,7 +12,7 @@ description: A new Flutter project.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.7.0+21
version: 0.7.0+22
environment:
sdk: ">=2.1.0 <3.0.0"

@ -0,0 +1,3 @@
* Fix an RPC error caused by null result
* Add fastlane metadata
* Enable UI in release mode

@ -0,0 +1,8 @@
CyberWOW is a pruned full node for Wownero.
Wownero is a privacy-centric memecoin that was fairly launched on April 1, 2018
with no pre-mine, stealth-mine or ICO. Wownero has a maximum supply of around
184 million WOW with a slow and steady emission over 50 years. It is a fork of
Monero, but with its own genesis block, so there is no degradation of privacy
due to ring signatures using different participants for the same tx outputs on
opposing forks.

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 KiB