forked from bitcoin-wallet/bitcoin-wallet
-
Notifications
You must be signed in to change notification settings - Fork 42
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
1Aug2017 #77
Open
cryptobuks
wants to merge
154
commits into
Litecoin-Java:master
Choose a base branch
from
cryptobuks:messy
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
1Aug2017 #77
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Conflicts: integration-android/project.properties
It is now on by default - the user has no choice but to look at it.
Was starting on boot and any Litecoin wallet app update. We don't want it to autostart at all.
Will alert the user when a higher fee is about to be used
Using external QR reader because it autofocuses better, and works on more devices.
Closes #52
…n-wallet into santa4nt-notification-disconnect Conflicts: wallet/src/de/schildbach/wallet/service/BlockchainServiceImpl.java
Should close #54
Commit 070222 removes the receiver from the manifest. This one removes the actual class that should have been removed along with that.
Move the scheduling of service restart upstream from onDestroy().
This uses a google spreadsheets hack to provide exchange rate data using the Google APIs. It seems work very well. Relevant to #29
Merge branch 'messy' of github.com:kevinwatt/bitcoin-wallet into messy
The notification code requiring the new support library broke the app in production. Going back to the way it was, but keeping all the other changes to the app. Production ready signed APK tested on one of my devices.
When scanning on one of my phones I ran into this issue when hitting back without scanning anything. A quick null check solves the issue, and it functions normally now.
* New checkpoints generated today against new official client * New version * Hopefully fixing popup crash in 4.4.x+ (NullPointerException)
The checkpoints work the same, but I went from using a helper static method to just instantiating the checkpoint locally instead. This gives a little more control if someone is trying to debug or add features to the checkpointing. I also set all QR imported private keys to timestamp 0 to force a FULL blockchain update when the user selects that option. Before, old transactions (before the last checkpoint date) wouldn't be found ever. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch exp # Your branch is ahead of 'origin/exp' by 2 commits. # (use "git push" to publish your local commits) # # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: .gitignore # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # base.iml # integration-android/integration-android.iml # out/ # sample-integration-android/sample-integration-android.iml # wallet/assets/checkpointslitecoin_month # wallet/gen-external-apklibs/ # wallet/wallet.iml
1Aug2017 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.