Commit Graph

247 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
cb428937d4
Fix decode feature in the app (MUST BE CHECKED) 2018-10-02 15:36:56 +02:00
1cb7c03d63 Remove useless code 2018-09-02 02:08:59 +02:00
3e56c6f90e Prepare suffix code for some inputs 2018-09-02 01:54:48 +02:00
f837372551 Add icon displaying animation 2018-09-02 01:03:29 +02:00
8ca63b5e85 Rework icon loading
- Icons are now downloaded after displaying the whole list
2018-09-01 23:31:17 +02:00
e6d69a01ce Update chart color definition algorithm
Everything comes now from the MoodlUtilBox
2018-09-01 23:30:19 +02: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
9395ec7425 Fix transaction history not displaying correctly
- Fix deducted transactions not being displayed
- Fix pairs not displayed properly
2018-08-27 04:01:12 +02:00
7623012353 Fix total value calculus and allow fiat display
- Fix Deduct switch not being updated when editing a transaction

Previous commit tested and working
2018-08-27 03:41:33 +02:00
4738a65dcc [Untested] Fix balance deductions 2018-08-27 02:48:16 +02:00
2654b044b2 Minor fixs
- Icon size fix
- Fix details activity crash
2018-08-24 04:05:05 +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
518df666f4 Multiple fixs
[DetailsActivity]
- Fix crash when finishing the activity before all transactions and trades are updated

[MarketCapitalizationActivity]
- Fix some views not visible for little screens

[RecordTransactionActivity]
- Fix crash when editing a sell transaction
2018-08-21 02:00:09 +02:00
ac7fb545ec [DetailsActivity] Merge Transactions and Trades in the same list 2018-08-21 00:19:29 +02:00
e80c9f4046 Code sorting 2018-08-20 22:45:03 +02:00
d79a76f13b [DetailsActivity] Enable binance trade update
- Add support for multiple binance accounts
2018-08-20 22:35:37 +02:00
b25e44d3ef Fix transaction edition
- Fee format was not displayed correctly in Buy and Sell tabs
2018-08-20 21:54:12 +02:00
10c3a0a67b UI fix
[RecordTransactionActivity]
- Fix tab color when editing a transaction
- Disable tab swiping
- Fix crash when editing a sell transaction
2018-08-20 20:32:59 +02:00
4c65596718 Add transaction indicator 2018-08-20 18:12:35 +02:00
ffd103fad3 Fix transfer equation 2018-08-20 16:16:23 +02:00
b22aa6bc12
Merge pull request #8 from TanguyHerbron/unstable
Rework SettingsActivity and RecordTransactionActivity + several fixs
2018-08-20 05:10:06 +02:00
2dd608ecc8 Complete french translation 2018-08-20 04:54:50 +02:00
7f0518a96a Transfer edition and several fixs
[RecordTransactionActivity]
- Fix Buy tab crash when editing a transaction
- Fix Sell transaction edition not working at all
- Add Transfer edition
- Add 'Deduct from holdings' switch to all tabs

[SettingsActivity]
- Fix manual entires import not filling all database columns

[General]
- Fix balance calculation not working properly
2018-08-20 04:54:16 +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
40210fdbf0 Code cleaning / sorting 2018-08-19 02:46:53 +02:00
43171cd428 Fix RecordTransactionActivity crash
- The intent is now cleared after editing a transaction, avoiding a crash in certain scenarios
2018-08-19 02:15:48 +02:00
8ba9cc2ff9 Update icon
Smoother corners
2018-08-18 21:31:43 +02:00
1d4324bec2 Update transfert tab in RecordTransactionActivity
- Prepare 'from' and 'to' fields
- Setup date field

- Update tab text colors
2018-08-18 02:34:02 +02:00
de38e5dea4 Remove layout duplicates 2018-08-17 05:14:23 +02:00
b14b98eb97 Fix balance calculus for sell transaction 2018-08-17 04:52:27 +02:00
cdff187910 Fix sell fees equation 2018-08-17 04:44:49 +02:00
1efbaea351 Update Sell tab in the RecordTransactionActivity allowing to register sell transaction 2018-08-17 04:38:49 +02:00
1f433ba708 Fix buy fees display in the RecordTransactionActivity
- Fix fixed fees equation
2018-08-17 03:09:45 +02:00
89246e0919 Fix amount and total value equation when adding a fee while recording a transaction 2018-08-16 04:06:15 +02:00
6194ff501a Fix price update when picking a new date while recording a transaction 2018-08-16 03:29:14 +02:00
e194d362ba Add badge in the drawer when an exchange account is disabled 2018-08-16 03:23:19 +02:00
727e803b8b Fix balance not being displayed properly for some fee format 2018-08-16 02:50:40 +02:00
f32270cc4b RecordTransactionActivity fixs
- Dynamic amount when filling the total value
- Fix fee calcul when using the pair percentage option
2018-08-16 02:24:29 +02:00
e308e962d7 Fix fee format when editing a transaction 2018-08-15 22:39:12 +02:00
4bdffe22c4 Fix negative balance not displaying 2018-08-15 22:37:43 +02:00
91418b73fa Fix SDK 19 crash 2018-08-15 04:23:54 +02:00
85dd10a177 Fix app crash for SDK 19 2018-08-15 04:14:04 +02:00
df9ab11410 Fix transaction edition
- Fix crash when trying to edit a transaction
- Update the code when editing a transaction to match the new interface
2018-08-15 02:51:28 +02:00
74cae8fa67 Update database design 2018-08-14 21:19:01 +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
d0041a87ba Fix cardview margins for 19-23 SDK 2018-08-04 04:01:06 +02:00