Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build is not verifiable #15

Closed
Giszmo opened this issue Nov 23, 2019 · 6 comments
Closed

Build is not verifiable #15

Giszmo opened this issue Nov 23, 2019 · 6 comments

Comments

@Giszmo
Copy link

Giszmo commented Nov 23, 2019

I tried to reproduce the 1.8.1 build but get a very different result when running ./gradlew clean build. 7.8MB vs. 5.9MB of the Playstore release for a start. Am I looking into the right file at mobile/build/outputs/apk/orginal/release/mobile-orginal-release.apk or would it spit out another one if it wouldn't fail trying to lint the code?


> Task :mobile:lint FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':mobile:lint'.
> Lint found errors in the project; aborting build.
  
  Fix the issues identified by lint, or add the following to your build script to proceed with errors:
  ...
  android {
      lintOptions {
          abortOnError false
      }
  }
  ...
  
  The first 3 errors (out of 5) were:
  /tmp/Bitcoin-Wallet/mobile/src/main/java/com/bitcoin/wallet/btc/ui/activitys/AddressActivity.kt:136: Error: Overriding method should call super.onActivityResult [MissingSuperCall]
      override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
                   ~~~~~~~~~~~~~~~~
  /tmp/Bitcoin-Wallet/mobile/src/main/java/com/bitcoin/wallet/btc/service/BlockchainService.java:270: Error: Overriding method should call super.onBind [MissingSuperCall]
      public IBinder onBind(final Intent intent) {
                     ~~~~~~
  /tmp/Bitcoin-Wallet/mobile/src/main/java/com/bitcoin/wallet/btc/ui/activitys/SweepWalletActivity.kt:114: Error: Overriding method should call super.onActivityResult [MissingSuperCall]
      public override fun onActivityResult(requestCode: Int, resultCode: Int, intent: Intent?) {
                          ~~~~~~~~~~~~~~~~
  


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 10m 18s
@hoanghiephui
Copy link
Owner

hoanghiephui commented Nov 23, 2019 via email

@Giszmo
Copy link
Author

Giszmo commented Dec 14, 2019

Any news on this? I published my project meanwhile and this is my full analysis of your wallet.

@Giszmo
Copy link
Author

Giszmo commented Mar 29, 2020

3.5 months later ... any news from your side? Should we re-evaluate?

@Giszmo
Copy link
Author

Giszmo commented Oct 1, 2020

ping

@emanuelb
Copy link

They stopped publishing source-code for a while: #16

@Giszmo
Copy link
Author

Giszmo commented Mar 28, 2022

We marked them fake in July already. Not sure if the ratings are all bought or how they keep at 4.2 stars but the 1* ratings also have many scam accusations.

@Giszmo Giszmo closed this as completed Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Giszmo @emanuelb @hoanghiephui and others