Commit Graph

39 Commits

Author SHA1 Message Date
aa8717946a Several fixes
- CurrencySelectionActivity renamed to CurrencyListActivity
- Allow refresh from the Update snackbar button in Summary after an error
- Code cleaning
- Typo
2018-11-19 16:43:42 +01:00
16eafc075a Update version name for BETA 2018-08-29 01:12:47 +02:00
b97b8e7645 Add logos to exchange accounts list 2018-08-29 01:11:25 +02:00
2a4ba215e6 Fix 'infinity' balance percentage when hiding the balance 2018-08-28 13:43:14 +02:00
4738a65dcc [Untested] Fix balance deductions 2018-08-27 02:48:16 +02:00
dd9f4d2141 Rework labels in transaction history
- Summary now updates after importing data
- Fix crash when exiting the details activity too quickly
2018-08-22 21:27:58 +02:00
f907a4bdb1 Update transfer tab in RecordTransactionActivity
- Add backend code to the Transfer tab

TODO :
- Support for %/fixed fees for transfers
- Edition support for transfers
2018-08-19 02:48:52 +02:00
85dd10a177 Fix app crash for SDK 19 2018-08-15 04:14:04 +02:00
3a1ac3c80b Major updates
- Fix code typos
- Add a 'fromSym' field in the transactions table
- Fix translation in the drawer

[RecordTransactionActivity rework]
- New currency selection
- Add Exchange selection
- Add corresponding Pair selection
- Add tabs to select Buy/Sell/Transaction
> Buy fragment
- Add note field
- Add fee format selection
- Limit date selection to the past (it's no longer possible to add a futur transaction)
- Auto fill the price after date selection
2018-08-14 04:14:18 +02:00
7b5fd6e786 Update french translation 2018-08-04 05:05:12 +02:00
1d18847c3c Fix AddExchangeActivity crash for 19-23 SDK
- Update the exchange connexion error icon
2018-08-04 03:54:45 +02:00
cf8cc29329 Add exchange/pair selection after each parent choice in the RecordTransactionActivity 2018-08-04 03:04:07 +02:00
10888c4c54 Rework RecordTransactionActivity's UI 2018-08-02 13:12:05 +02:00
3efa225e5c Add support for multiple Binance accounts
- Small UI improvement for the Exchange list activity
- New Binance API jar created from this [fork](https://github.com/TanguyHerbron/binance-java-api)
- Disable VET display, waiting for the swap to be completely done
2018-08-01 15:57:30 +02:00
380716f7ea Exchange config rework
- Fix crash when binance sync error
- New exchange list UI
- New exchange configuration UI
- Fix gradient background for Settings activity

The new exchange configuration interface allows you to add (it should work) multiple accounts for each exchange
If an account's keys are incorrect, the account and disabled and it's notified in the exchange list
You can edit the exchange account later from the exchange list activity
2018-08-01 01:02:41 +02:00
af2eeed241 Merge branch 'unstable' of https://github.com/TanguyHerbron/Coinfolio into unstable 2018-07-31 13:17:33 +02:00
a64aed4729 Update exchange activity 2018-07-31 13:16:42 +02:00
6fe8831c69 Several fixes/adjustments
- LineCharts are now smooth
- The splashscreens works 'properly' even when there is no cached icons
- Edit mode is disabled when adding a coin in the watchlist
- Add option to clear cache in the settings menu when in debug mode
2018-07-31 01:19:00 +02:00
7f1a318a70 Data backup UI rework
- Fix balance hiding not working properly after restarting the app
- An error is displayed when no proper password is entered for backup encryption
- Add Watchlist, Manual entries and API keys backup and restore options
- Add wipe old data for Watchlist, Manual entries and API keys option
- Add encode checker to know whether or not the backup is encrypted
- Fix unproper import/export labels
- Add round corners to the top of each main layout (Holdings/Watchlist/MarketCap/List)
2018-07-21 14:56:26 +02:00
2b165ba2a0 Bug fixes
- Rework SettingsActivity code to make it clearer
- Fix crash when loading app icon as default icon
2018-07-15 21:20:26 +02:00
7946ba4897 New features
- App loading animation generated from cached icons
- Import backups (data format will be reworked)
- Fix cryptocompare crash because of an API update
2018-07-15 00:32:51 +02:00
e173e48612 Export feature
You can now export (it's an early stage) your manual entries to a file to restore it later
- Choose where to put your backup
- Code for encrypting data (will be enabled soon)
- Update version number to 0.0.6
2018-07-11 23:57:55 +02:00
de6fc36e6c Import data implementation (begining)
- Adds an interface for the data import feature (not final)
- Can read data from a manually created backup file
2018-07-09 23:47:30 +02:00
7b9282bfef Rework settings activity
- Clearer settings activity
- Data import/export buttons
2018-07-05 23:26:40 +02:00
91a1551fa7 Fix color glich 2018-06-17 03:45:26 +02:00
3b894c634b Fix duplicated watchlist elements 2018-06-05 08:38:47 +02:00
2339a98f64 Min SDK > 19 (To be tester) 2018-05-29 14:55:24 +02:00
418debc44f Clean resources 2018-05-29 00:16:14 +02:00
bdc36f149f Drawer improvement
- Rework fragment loading
- Add drawer header
- Add sub category for settings (more to come)
- Rework watchlist update with asynchronous work
2018-05-23 11:08:30 +02:00
984956e535 Update graddle | Display marketcap details | Fix marketcap piechart click crash 2018-05-18 12:24:10 +02:00
a5f2d9a1fd Update Home fragment in DetailsActivity 2018-05-14 02:01:28 +02:00
009dc09eca Add loading indicator for trades 2018-04-29 15:29:59 +02:00
19872f5609 Add fees for sent transaction 2018-04-24 23:19:57 +02:00
28470e08f8 Rebrand to Moodle 2018-04-23 17:56:26 +02:00
6e0657e5db Code cleanup 2018-04-04 14:12:23 +02:00
3af7cf8e9c Add per currency chart display | Click on card to collapse/extend view | Click on chart to open details 2018-02-07 23:55:38 +01:00
88d426b0b8 Switching summary card generation to xml inflater 2018-02-07 17:12:02 +01:00
0faeb6c3d8 Add swipte to delete in transaction history
SwipeLayout for transaction history per currency
FIX update balance when no coin
2018-01-30 16:16:06 +01:00
28c7d39466 Fisrt push
Initial push
-HitBTC synchronisation
-Quick charts
-Detailed/Quick view
2018-01-28 21:56:58 +01:00