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

Improvement/update and cleanup #1

Open
wants to merge 59 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
261ceb5
Update build tools and vital dependencies
Aug 15, 2019
237cd30
Update easyflipview and fix cardview-bug
Aug 15, 2019
2612459
Use correct website url
Aug 15, 2019
000320a
Add compatibility targets
Aug 16, 2019
7cb89a5
Use lambdas
Aug 16, 2019
508ccee
Remove unused variables
Aug 16, 2019
2ff28de
Move price fetching logic to separate class
Aug 16, 2019
8841cdc
Move blockchain info fetching to separate class
Aug 16, 2019
06845ee
Clean up code
Aug 16, 2019
64e8ab3
Move dialog logic to own class
Aug 16, 2019
bff6ed9
Make variables private
Aug 16, 2019
5ddea12
Remove actionbar
Aug 17, 2019
fbab630
Fix some styling
Aug 17, 2019
f698551
Fix deprecations
Aug 17, 2019
d38a4bc
Use ternary action
Aug 17, 2019
1e161ec
Make investment size smaller
Aug 17, 2019
ffd848e
Move files around
Aug 17, 2019
760471e
Move barcode scanning method to DialogMaker
Aug 19, 2019
66199d7
Add kotlin support
Aug 19, 2019
f3f0a1d
Simplify
Aug 19, 2019
ff68a01
Add vavr and mockito
Aug 19, 2019
a449a2e
Move preference-handling to own class
Aug 20, 2019
d58e1d4
Robustify logic surrounding tracked wallets
Aug 20, 2019
c0bdcef
Fix tests
Aug 21, 2019
8d7d1a1
Robustify updating wallet
Aug 21, 2019
106392e
Update UI after removing account
Aug 21, 2019
7459d56
Remove utilities dependency from DialogMaker
Aug 21, 2019
cef7500
Use vavr list instead of Java-list
Aug 21, 2019
047dd1e
Update bitcoin library
Aug 21, 2019
80f1e33
Remove debug log
Aug 21, 2019
b4a6b09
Move buttons
Aug 21, 2019
ec0bdce
Add padding to top buttons
Aug 22, 2019
35551fe
Add expand icon and slight gradient to edge of card
Aug 22, 2019
40d53d2
Tweak design of folded account
Aug 23, 2019
26754d0
Replace bitcoinJ library with Samurai. Add segwit-public-key check.
Aug 23, 2019
5b26625
Rename BitcoinAccount to BlockinfoResponse
Aug 23, 2019
4ca5695
Moved all models
Aug 23, 2019
1a3ef25
Use vavr-gson
Aug 23, 2019
45038a0
Fix tests
Aug 23, 2019
682a3b0
Convert to kotlin models
Sep 6, 2019
cf088ab
Simplify transaction to be a part of BlockinfoResponse
Sep 8, 2019
b7c5c10
Add show-less button
Sep 8, 2019
d101a2c
Add background colors
Sep 8, 2019
25269bf
Simplify Responses and requests
Sep 8, 2019
29f1e5e
Add divider
Sep 8, 2019
29d07a1
Update kotlin plugin
Sep 10, 2019
1fec877
Add kotlin mock library
Sep 10, 2019
179816c
Convert BitcoinUtilsTest and SharedpreferencesHelper to kotlin
Sep 10, 2019
7ba5e27
Tweak layout and background colors
Sep 12, 2019
b8368c9
Remove folding and use own activity
Sep 12, 2019
1161e3b
Save nickname and add to object
Sep 12, 2019
810cfe3
Remove dependency to foldable view
Sep 12, 2019
8246b20
Clean up account details screen
Sep 12, 2019
1b0187b
Setup simple view
Sep 12, 2019
56dac88
Do not save bitmaps to object
Sep 16, 2019
099eaf1
Cleanup adapter
Sep 16, 2019
e4ac178
Remove unused function
Sep 16, 2019
f670a93
Rename .java to .kt
Sep 16, 2019
c8702ab
Convert TrackedWallet to kotlin
Sep 16, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .idea/$PRODUCT_WORKSPACE_FILE$

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added .idea/caches/build_file_checksums.ser
Binary file not shown.
22 changes: 0 additions & 22 deletions .idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/encodings.xml

This file was deleted.

36 changes: 0 additions & 36 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

42 changes: 1 addition & 41 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions BitcoinWalletTracker.iml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="jdk" jdkName="11" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Loading