Commit Graph

534 Commits (master)

Author SHA1 Message Date
Agorise 392b764480
Update FUNDING.yml 2019-06-12 16:48:44 -05:00
Agorise 6bacf752b2
Update FUNDING.yml 2019-06-12 16:48:17 -05:00
Agorise be04815a07
Update FUNDING.yml 2019-06-12 16:46:28 -05:00
Agorise fd9744d3c7
Create FUNDING.yml 2019-06-12 16:41:59 -05:00
Severiano Jaramillo 6df56b068b Improved transactions filtering algorithm in TransactionsFragment, to include the memo when searching with a text query. 2019-05-06 13:28:28 -05:00
Severiano Jaramillo 1528960bed Added a node to the list of nodes the app can connect to. 2019-04-26 16:53:06 -05:00
Severiano Jaramillo 7c8f5d621e Bumped versionName to 0.12.1-beta and versionCode to 7 2019-04-26 16:23:57 -05:00
Severiano Jaramillo ac7e729816 Enabled proguard to reduce APK size and added the pertinent proguard rules to avoid removing too much code. 2019-04-26 16:23:04 -05:00
Severiano Jaramillo 1eb9b64b45 Refactored TransactionsFragment, by moving all the transactions filtering logic to the corresponding ViewModel and taking advantage of Kotlin coroutines to excecute the filtering process in the background. 2019-04-26 16:05:58 -05:00
Severiano Jaramillo 0144938052 Simplified FilterOptionsDialog changing the way it is constructed and take advantage of Kotlin synthetic features to automatically obtain a reference to the views in the layout. 2019-04-26 15:32:51 -05:00
Severiano Jaramillo 484e4bde68 Improved FilterOptionsDialog by changing the way it communicates with the DatePickerFragment, using an interface instead of a Handler. 2019-04-26 15:16:12 -05:00
Severiano Jaramillo d1bce06ec2 Created FilterOptions class to serve as an easy way to communicate filter options user preferences between the TransactionsFragment and the FilterOptionsDialog, and use it to filter the transactions list. 2019-04-26 14:41:34 -05:00
Severiano Jaramillo 4ed2eba66a Added the Kotlin coroutines library. 2019-04-26 12:23:26 -05:00
Severiano Jaramillo aca43cfb9d Updated a couple of libraries. 2019-04-26 12:16:33 -05:00
Severiano Jaramillo 8eccf85277 Fixed deep link structure, to comply with PP BitShares invoices. 2019-04-26 12:02:50 -05:00
Severiano Jaramillo dc3d04b934 Comment out citadel node, because it is not synced and is sending stale information. 2019-04-26 11:49:55 -05:00
Severiano Jaramillo 23d2cd6836 Created a different layout to show the map pin's markers for tellers and merchants. Added more fields to the tellers db table, to include the newly added in the V2 of the webservice: Keybase, Whatsapp, Viber and Email and created a db migration to reflect that. Added the code to show the teller's newly added fields to the pin's markers if such fields exist and hide that field otherwise. 2019-04-25 21:14:42 -05:00
Severiano Jaramillo 8af2042039 Verify that the node is synced before trying to broadcast a transaction in TransactionsActivity, to avoid users confusion. Ideally, the app should not be connected to an out of sync node, but this is in case that still happens. 2019-04-25 17:43:07 -05:00
Severiano Jaramillo 01a2bc1a53 Update Gradle version to 3.4 2019-04-25 17:38:15 -05:00
Severiano Jaramillo 00a8b0546f Make sure to ask for the Security Lock when the user tries to upgrade to LTM. 2019-04-25 14:53:02 -05:00
Severiano Jaramillo 40b7650353 Changed the structure of the deep link used to intercept palmpay bitshares invoices to 'go.payit.now/bitshares/{to}/{amount}/{asset}/{memo}'. This will intercept the links whether or not they explicitly state http:// or https:// at the beginning. 2019-04-12 15:23:23 -05:00
Severiano Jaramillo e88ef6cb91 Added a Deep Link to the app so that it can tell the Android system that it can consume a link of the form 'www.bitshares.com/{to}/{amount}/{asset}/{memo}' so when a user clicks on a link like that the Android system lets the user choose Bitsy to manage it. This deep link takes to user directly to the SendTransactionFragment, fills all the required fields and validates the information so that if it is valid then the user all that needs to do is click the send button and authorize the operation. 2019-04-11 20:43:58 -05:00
Severiano Jaramillo b5371954e0 Updated BiTSy to use v2 of the webservice to fetch merchants information. 2019-04-10 18:44:17 -05:00
Severiano Jaramillo 6f132c049f Fix and standardize the material cards all around the app. 2019-03-20 21:10:32 -06:00
Severiano Jaramillo 8e752087e6 Fixed the camera button's white border issue for Android Lollipop devices, also fixed the pie chart color for the same Android version and darkened the drop shadow of all three floating buttons in the Home Fragment. 2019-03-20 20:58:56 -06:00
Severiano Jaramillo 6eb3e8c220 Commented out 4 BitShares nodes that are offline as of the day of this commit. 2019-03-20 15:36:39 -06:00
Severiano Jaramillo a95c103d51 Bumped versionName to 0.12.0-beta and versionCode to 6 2019-03-20 15:24:45 -06:00
Severiano Jaramillo 07fdab41a4 Added a No Transactions message to theTransactionsActivity when there are no transactions yet for the current account. 2019-03-20 14:29:11 -06:00
Severiano Jaramillo 50526c6bda Added a loading indicator (ProgressBar) to the CreateAccountFragment that shows when the app is trying to create an account. This lets users know that the app is working avoiding users going back to the previous screen and preventing a crashlytics reported crash that happens when the create account response is received but the user is no longer in the CreateAccountFragment. 2019-03-20 13:55:16 -06:00
Severiano Jaramillo 756abb8f5f Added the year to the date field in Transaction items, and made the to and from text fields more visible. 2019-03-20 11:59:36 -06:00
Severiano Jaramillo 5d8dc8ec39 Completed the migration of the whole app to the new Material Components color theming. 2019-03-20 11:04:05 -06:00
Severiano Jaramillo 313ff06861 Changed balances items text style to a bigger one, so that text is easier on the eyes. 2019-03-19 21:07:43 -06:00
Severiano Jaramillo a6f2d5469b Changed the qr box color to match the text fields boxes in both day and night modes in SendTransactionFragment. 2019-03-19 20:45:45 -06:00
Severiano Jaramillo 7fa1ed03c3 Used a TextInputLayout with a disabled TextInputEditText behind the Asset spinner in ReceiveTransactionFragment, so that it looks similar to the other fields (Amount and Asset AutoComplete). 2019-03-19 20:28:23 -06:00
Severiano Jaramillo f89878d6b9 Used a TextInputLayout with a disabled TextInputEditText behind the Asset spinner in SendTransactionFragment, so that it looks similar to the other fields (To, Amount and Memo). 2019-03-19 18:39:55 -06:00
Severiano Jaramillo 25bab08b5e Updated the Material Components library to 1.1.0-alpha04 and fixed some issues presented because of the migration. 2019-03-19 18:05:08 -06:00
Severiano Jaramillo 8ba40899cf Avoid NPE in some special cases when trying to create the QR code image in ReceiveTransactionFragment, instead of crashing the app it sends the exception to crashlytics and continues its flow. 2019-03-18 22:34:51 -06:00
Severiano Jaramillo 1728cef152 Added RxJava global error handler to avoid anoying the user by avoiding crashes when an error occurs on a RxJava operation, but still log the exception to Crashlytics so that we can fix the issues. 2019-03-18 21:24:15 -06:00
Severiano Jaramillo 776e5f42b7 Fixed equivalent value errors in the transactions by making sure the equivalent value is only fetched for transfers that already have the timestamp value updated. 2019-03-18 20:42:10 -06:00
Severiano Jaramillo d0109c42d5 Avoid IllegalArgumentException crashlytics reported crash in CreateAccountFragment while generating a new brainkey. 2019-03-18 09:17:11 -06:00
Severiano Jaramillo a4537ae1c4 Updated a navigation and room AAC libraries. 2019-03-18 08:35:55 -06:00
Severiano Jaramillo ae0b9c1f38 Updated Gradle version to 3.3.2 2019-03-18 08:28:53 -06:00
Severiano Jaramillo 143b6a011d Avoid three crashlytics reported crashes due to unhandled errors in RxJava operations in the ImportBrainkeyFragment. 2019-03-17 09:38:36 -06:00
Severiano Jaramillo 6f806db127 Avoid two crashlytics reported crashes due to unhandled errors in RxJava operations in the CreateAccountFragment. 2019-03-17 09:32:11 -06:00
Severiano Jaramillo 5238d4973c Created SendTransactionViewModel and made use of it to safely obtain the user's private key from the database, to avoid a crash reported in Crashlytics. 2019-03-17 09:24:50 -06:00
Severiano Jaramillo 1e2695db51 Improve error handling of RxJava operations in ReceiveTransactionsFragment. 2019-03-16 22:32:13 -06:00
Severiano Jaramillo 6fe13d9099 Added custom key to crashlytics to obtain the device language in the crash reports. 2019-03-16 22:04:24 -06:00
Severiano Jaramillo 0e11c67dfd Avoid crash in ReceiveTransactionFragment due to an unhandled error in RxJava operators. 2019-03-16 21:32:27 -06:00
Severiano Jaramillo 5bee51092d Avoid a crash in ReceiveTransactionFragment when the QR width and/or height is zero, but still send the report to Crashlytics to further investigate the issue in case it repeats again. 2019-03-16 20:53:22 -06:00
Severiano Jaramillo 702cdea3aa Reduced the text size of the telegram and keybase section in the Merchangs and Tellers about dialog. 2019-03-14 11:44:54 -06:00