Commit Graph

  • 3c0d2091d8 Update material-dialogs library. Severiano Jaramillo 2019-08-29 12:09:34 -0500
  • a42736b738 Improved Nodes Dialog. Severiano Jaramillo 2019-08-29 11:46:22 -0500
  • e2637ddfa4 Keep the app connected to the best node. Severiano Jaramillo 2019-08-29 11:06:17 -0500
  • 855f47e793 Generate QR in background thread. Severiano Jaramillo 2019-08-27 13:47:25 -0500
  • 2a88821710 Create ReceiveTransactionViewModel. Severiano Jaramillo 2019-08-27 11:21:26 -0500
  • 7603546424 Fix NetworkService connection issue. Severiano Jaramillo 2019-08-26 11:44:08 -0500
  • 765ed13a6a Add the nodes WS to Bitsy. Severiano Jaramillo 2019-08-23 14:41:00 -0500
  • b077de95ac Create nodes database table. Severiano Jaramillo 2019-08-23 12:48:58 -0500
  • 3841f53b14 Update kotlin version to 1.3.50. Severiano Jaramillo 2019-08-23 11:52:38 -0500
  • 1abbe95083 Add Kotlin's Parcelize to FilterOptions. Severiano Jaramillo 2019-08-22 11:41:01 -0500
  • 31add11412 Update Kotlin version. Severiano Jaramillo 2019-08-22 11:08:04 -0500
  • 2b4b520c5d Update a bunch of libraries. Severiano Jaramillo 2019-08-22 11:02:09 -0500
  • 1e75e369dc Avoid crash in Transactions' FilterOptionsDialog. Severiano Jaramillo 2019-08-21 17:48:51 -0500
  • 31073e2acf Fix crash in BalancesFragment. Severiano Jaramillo 2019-08-21 15:09:59 -0500
  • 6482b31971 Avoid crash in TransferDetailsAdapter. Severiano Jaramillo 2019-08-21 14:40:38 -0500
  • 39a3e6b7d4 Avoid crash in SettingsFragment Severiano Jaramillo 2019-08-21 14:05:11 -0500
  • ae3498e103 Avoid crash in SendTransactionFragment Severiano Jaramillo 2019-08-21 13:56:16 -0500
  • 54c8bbce19 Fix Crashlytics proguard rules. Severiano Jaramillo 2019-08-21 13:34:49 -0500
  • 8ca93096cb
    Update README.md Agorise 2019-06-12 17:04:05 -0500
  • 0ba1ee1a44
    Update README.md Agorise 2019-06-12 17:01:39 -0500
  • 93a09335ce
    Update README.md Agorise 2019-06-12 17:00:53 -0500
  • 24ec321a51
    Update README.md Agorise 2019-06-12 16:59:51 -0500
  • 805a4b517e
    Update FUNDING.yml Agorise 2019-06-12 16:50:04 -0500
  • c42a474fdd
    Update FUNDING.yml Agorise 2019-06-12 16:49:26 -0500
  • 392b764480
    Update FUNDING.yml Agorise 2019-06-12 16:48:44 -0500
  • 6bacf752b2
    Update FUNDING.yml Agorise 2019-06-12 16:48:17 -0500
  • be04815a07
    Update FUNDING.yml Agorise 2019-06-12 16:46:28 -0500
  • fd9744d3c7
    Create FUNDING.yml Agorise 2019-06-12 16:41:59 -0500
  • 6df56b068b Improved transactions filtering algorithm in TransactionsFragment, to include the memo when searching with a text query. Severiano Jaramillo 2019-05-06 13:28:28 -0500
  • 1528960bed Added a node to the list of nodes the app can connect to. Severiano Jaramillo 2019-04-26 16:53:06 -0500
  • 7c8f5d621e Bumped versionName to 0.12.1-beta and versionCode to 7 Severiano Jaramillo 2019-04-26 16:23:57 -0500
  • ac7e729816 Enabled proguard to reduce APK size and added the pertinent proguard rules to avoid removing too much code. Severiano Jaramillo 2019-04-26 16:23:04 -0500
  • 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. Severiano Jaramillo 2019-04-26 16:05:58 -0500
  • 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. Severiano Jaramillo 2019-04-26 15:32:51 -0500
  • 484e4bde68 Improved FilterOptionsDialog by changing the way it communicates with the DatePickerFragment, using an interface instead of a Handler. Severiano Jaramillo 2019-04-26 15:16:12 -0500
  • 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. Severiano Jaramillo 2019-04-26 14:41:34 -0500
  • 4ed2eba66a Added the Kotlin coroutines library. Severiano Jaramillo 2019-04-26 12:23:26 -0500
  • aca43cfb9d Updated a couple of libraries. Severiano Jaramillo 2019-04-26 12:16:33 -0500
  • 8eccf85277 Fixed deep link structure, to comply with PP BitShares invoices. Severiano Jaramillo 2019-04-26 12:02:50 -0500
  • dc3d04b934 Comment out citadel node, because it is not synced and is sending stale information. Severiano Jaramillo 2019-04-26 11:49:55 -0500
  • 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. Severiano Jaramillo 2019-04-25 21:14:42 -0500
  • 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. Severiano Jaramillo 2019-04-25 17:43:07 -0500
  • 01a2bc1a53 Update Gradle version to 3.4 Severiano Jaramillo 2019-04-25 17:38:15 -0500
  • 00a8b0546f Make sure to ask for the Security Lock when the user tries to upgrade to LTM. Severiano Jaramillo 2019-04-25 14:53:02 -0500
  • 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. Severiano Jaramillo 2019-04-12 15:23:23 -0500
  • 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. Severiano Jaramillo 2019-04-11 20:43:58 -0500
  • b5371954e0 Updated BiTSy to use v2 of the webservice to fetch merchants information. Severiano Jaramillo 2019-04-10 18:44:17 -0500
  • 6f132c049f Fix and standardize the material cards all around the app. Severiano Jaramillo 2019-03-20 21:10:32 -0600
  • 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. Severiano Jaramillo 2019-03-20 20:58:56 -0600
  • 6eb3e8c220 Commented out 4 BitShares nodes that are offline as of the day of this commit. Severiano Jaramillo 2019-03-20 15:36:39 -0600
  • a95c103d51 Bumped versionName to 0.12.0-beta and versionCode to 6 Severiano Jaramillo 2019-03-20 15:24:45 -0600
  • 07fdab41a4 Added a No Transactions message to theTransactionsActivity when there are no transactions yet for the current account. Severiano Jaramillo 2019-03-20 14:29:11 -0600
  • 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. Severiano Jaramillo 2019-03-20 13:55:16 -0600
  • 756abb8f5f Added the year to the date field in Transaction items, and made the to and from text fields more visible. Severiano Jaramillo 2019-03-20 11:59:36 -0600
  • 5d8dc8ec39 Completed the migration of the whole app to the new Material Components color theming. Severiano Jaramillo 2019-03-20 11:04:05 -0600
  • 313ff06861 Changed balances items text style to a bigger one, so that text is easier on the eyes. Severiano Jaramillo 2019-03-19 21:07:43 -0600
  • a6f2d5469b Changed the qr box color to match the text fields boxes in both day and night modes in SendTransactionFragment. Severiano Jaramillo 2019-03-19 20:45:45 -0600
  • 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). Severiano Jaramillo 2019-03-19 20:28:23 -0600
  • 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). Severiano Jaramillo 2019-03-19 18:39:55 -0600
  • 25bab08b5e Updated the Material Components library to 1.1.0-alpha04 and fixed some issues presented because of the migration. Severiano Jaramillo 2019-03-19 18:05:08 -0600
  • 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. Severiano Jaramillo 2019-03-18 22:34:51 -0600
  • 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. Severiano Jaramillo 2019-03-18 21:24:15 -0600
  • 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. Severiano Jaramillo 2019-03-18 20:42:10 -0600
  • d0109c42d5 Avoid IllegalArgumentException crashlytics reported crash in CreateAccountFragment while generating a new brainkey. Severiano Jaramillo 2019-03-18 09:17:11 -0600
  • a4537ae1c4 Updated a navigation and room AAC libraries. Severiano Jaramillo 2019-03-18 08:35:55 -0600
  • ae0b9c1f38 Updated Gradle version to 3.3.2 Severiano Jaramillo 2019-03-18 08:28:53 -0600
  • 143b6a011d Avoid three crashlytics reported crashes due to unhandled errors in RxJava operations in the ImportBrainkeyFragment. Severiano Jaramillo 2019-03-17 09:38:36 -0600
  • 6f806db127 Avoid two crashlytics reported crashes due to unhandled errors in RxJava operations in the CreateAccountFragment. Severiano Jaramillo 2019-03-17 09:32:11 -0600
  • 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. Severiano Jaramillo 2019-03-17 09:24:50 -0600
  • 1e2695db51 Improve error handling of RxJava operations in ReceiveTransactionsFragment. Severiano Jaramillo 2019-03-16 22:32:13 -0600
  • 6fe13d9099 Added custom key to crashlytics to obtain the device language in the crash reports. Severiano Jaramillo 2019-03-16 22:04:24 -0600
  • 0e11c67dfd Avoid crash in ReceiveTransactionFragment due to an unhandled error in RxJava operators. Severiano Jaramillo 2019-03-16 21:32:27 -0600
  • 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. Severiano Jaramillo 2019-03-16 20:53:22 -0600
  • 702cdea3aa Reduced the text size of the telegram and keybase section in the Merchangs and Tellers about dialog. Severiano Jaramillo 2019-03-14 11:44:54 -0600
  • 9b1349bfae Created the downward arrow used in the receive button in the homescreen manually, to avoid rotating the forward arrow. The latter was avoided because it does not work properly on Android 6. Severiano Jaramillo 2019-03-14 11:19:00 -0600
  • 8ac06ae393 Added the links to Agorise's Telegram and Keybase at the bottom of the Merchants & Tellers info dalog, in the MerchantsFragment. Severiano Jaramillo 2019-03-13 22:34:01 -0600
  • afcb0aa8bd Make the map object in the MerchantsFragment nullable and add null checks everywhere it is used, to avoid NPE related crashes in case the map is not loaded correctly. Severiano Jaramillo 2019-03-13 22:18:04 -0600
  • 3f3423873c Automatically change the color of the navigation bar in the Receive Home and Send screens to green blue and red respectively. Severiano Jaramillo 2019-03-13 21:31:51 -0600
  • b2a6a3828c Make both navigation and status bar the same color, in day mode it is the dark variant of the bitsy blue color and dark in night mode. Severiano Jaramillo 2019-03-13 21:10:23 -0600
  • 3fa90fdee1 Made sure both toolbar and navigation bar show the correct colors in both day and night modes. Severiano Jaramillo 2019-03-13 20:16:02 -0600
  • e2d4d20e7a Improved Settings screen UI by making visible section divisions using Material Cards. Severiano Jaramillo 2019-03-13 20:08:02 -0600
  • 7424f7f6d2 Merge branch 'develop' of github.com:Agorise/bitsy-wallet into develop Severiano Jaramillo 2019-02-25 09:01:51 -0600
  • 6439b55c69 Properly handle the response from the node when trying to upgrade the current account to LTM. When it is successful the app shows a dialog explaining just that and also sends a request to the node to update the account info, to update the account with the LTM property set as true. When it is not successful, the app shows a dialog explaining that there was an error due maybe to an insuficient balance. Severiano Jaramillo 2019-02-25 09:01:45 -0600
  • 0330588885 Created methods to request and add the BlockData to the transaction to upgrade the current account to LTM, that information is necessary. And created a different identifier to identify when a request for Dynamic Global Properties is for the nodes dialog or for the Upgrade to LTM transaction. Severiano Jaramillo 2019-02-22 17:34:50 -0600
  • d59480cd23 - Fixed problem with decoding the sender's memos - Updated graphenej Nelson R. Perez 2019-02-22 18:32:23 -0500
  • b1a1abf231 Added a responseMap to the SettingsFragment to differentiate different requests made to the Node through graphenej's NetworkService. Added a method to obtain the encrypted private keys from the db through the SettingsFragmentViewModel, to create and sign the Upgrade to LTM transaction. Severiano Jaramillo 2019-02-22 17:01:32 -0600
  • 99e378d123 Created SettingsFragmentViewModel to serve as an intermediary between the UserAccountRepository (db) and the SettingsFragment. Added the Accounts section to the Settings UI with a subsection to let the user upgrade its account to LTM. Added a listener that when the 'Upgrade to LTM' button is tapped, shows a dialog explaining what is needed to be LTM and its cost. Severiano Jaramillo 2019-02-21 15:11:45 -0600
  • eb0ae56a26 Modified SettingsFragment to extend from ConnectedFragment, which in turns handles all the communication with the Node trough graphenej's NetworkService. Severiano Jaramillo 2019-02-21 12:25:56 -0600
  • 3c0c3a5114 Added Crashlytics custom key so that the crash reports include the last visited screen, that could help track crashes where the crash report alone does not include enough information. Severiano Jaramillo 2019-02-21 11:16:04 -0600
  • 29c85d3d3c Changed the title and subtitle of both PINSecurityLockDialog and PatternSecurityLockDialog Severiano Jaramillo 2019-02-21 10:53:42 -0600
  • d20183e36f Forced to focus the EditText field and show the keyboard in the PINSecurityLockDialog as soon as it opens. Severiano Jaramillo 2019-02-21 10:27:15 -0600
  • 2a869d7fe8 In the dialog that appears to choose a security lock, changed its title and modified the list to use a single choice list with radio buttons and pre-selecting the actual security lock option. Severiano Jaramillo 2019-02-21 10:09:10 -0600
  • 2b7cd1c8c1 Updated the Material Dialogs library. Severiano Jaramillo 2019-02-21 09:36:50 -0600
  • 364f6374ce Updated Google maps library version. Severiano Jaramillo 2019-02-21 09:30:05 -0600
  • 3553fc623d Bumping version code to 5 and version name to 0.11.0-beta Severiano Jaramillo 2019-02-20 17:57:47 -0600
  • 202466a71f Fix PatternView too big on small screens in PatternSecurityLockDialog. Severiano Jaramillo 2019-02-20 17:18:50 -0600
  • 4ad841d525 Correctly handle error gracefully in the RxBus that receives information from the Node through graphenej, to avoid a crash. Severiano Jaramillo 2019-02-20 17:12:41 -0600
  • 8d257876a0 Fix issue in both PIN and Pattern SecurityLockDialogs, that the error message was not appearing correctly when the user wrongly entered the PIN/Pattern and also the error message was not being cleared once the cooldown timer expired. Severiano Jaramillo 2019-02-20 16:53:34 -0600
  • 9e714d8f84 Wrap the contents of the CreateAccountFragment into a ScrollView, so that all its contents are available even for very small devices. Severiano Jaramillo 2019-02-20 14:10:51 -0600
  • 5570229cef Created the methods to show the messages and errors in the correct format and color in the PatternSecurityLockDialog. Severiano Jaramillo 2019-02-20 12:06:19 -0600