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

1Aug2017 #77

Open
wants to merge 154 commits into
base: master
Choose a base branch
from
Open

1Aug2017 #77

wants to merge 154 commits into from

Conversation

cryptobuks
Copy link

No description provided.

schildbach and others added 30 commits December 4, 2013 19:43
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.
hank and others added 29 commits February 2, 2014 21:52
HEAD^ cherry-picked a commit from potential fix to issue #51.
…n-wallet into santa4nt-notification-disconnect

Conflicts:
	wallet/src/de/schildbach/wallet/service/BlockchainServiceImpl.java
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
@cryptobuks
Copy link
Author

1Aug2017

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

Successfully merging this pull request may close these issues.

10 participants