bitsy-wallet/app/src/main/java/cy/agorise/bitsybitshareswallet/utils
Nelson R. Perez 8f70b3965d Fixing wrong database entries & making the equivalent value currency dynamic
- Purging invalid entries of the 'equivalent_values' table
- Displaying whathever currency the user happen to have selected *at the moment*. The previous implementation had a flaw that would have made the currency that was used to calculate the equivalent values in first stick, even if the user changed to another locale settings later.
2019-11-06 16:53:39 -05:00
..
BitsyApplication.kt Fix NetworkService connection issue. 2019-08-26 11:44:08 -05:00
BounceTouchListener.kt Simplify BounceTouchListener and TransactionsFragment, to produce the same bouncy effect when overscrolling the transactions list, but with much less code. 2018-12-23 21:51:46 -06:00
CSVGenerationTask.kt Update PDF generation library. 2019-10-01 16:39:35 -05:00
Constants.kt Fixing wrong database entries & making the equivalent value currency dynamic 2019-11-06 16:53:39 -05:00
CryptoUtils.kt Changed the method used to store the user selected PIN/Pattern into the shared preferences, the app now uses a hashed version of the PIN/Pattern with added salt at the beginning instead of an encrypted one. The salt is being saved into the shared preferences so that we can confirm the current PIN/Pattern when the user requires to do so. 2019-02-18 14:06:48 -06:00
Extensions.kt Fix create account validation. 2019-09-03 14:31:09 -05:00
Helper.kt - Add a FileProvider to the Manifest, to enable the app to share images with other applications. 2018-12-21 18:12:34 -06:00
MerchantClusterRenderer.kt Make some changes to the Merchant's map Cluster logic, so that both Merchants and Tellers clusters work at the same time and automatically as the map camera moves. 2019-01-24 13:37:06 -06:00
PDFGeneratorTask.kt Update PDF generation library. 2019-10-01 16:39:35 -05:00
TellerClusterRenderer.kt Make some changes to the Merchant's map Cluster logic, so that both Merchants and Tellers clusters work at the same time and automatically as the map camera moves. 2019-01-24 13:37:06 -06:00