bitsy-wallet/app/src/main/java/cy/agorise/bitsybitshareswallet/utils
Severiano Jaramillo 5d09cfa0c2 Avoid crash due to unsupported currency locale.
- Avoided a crash in ConnectedActivity when trying to obtain the Locale's associated currency, when a Locale does not have a currency. This can happen when the locale is configured for a region like Latin America and not for a specific country.
- Standardized the process to obtain the coingecko supported currency, which will first try to use the current locale's currency and fallback to the default in case the first is not supported.
2020-01-06 10:08:46 -06:00
..
BitsyApplication.kt Show a warning if account has not been backed up. 2019-12-31 12:14:21 -06: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 Show a warning if account has not been backed up. 2019-12-31 12:14:21 -06: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 Show the keyboard when selecting Other in Receive. 2019-12-25 18:07:27 -06:00
Helper.kt Avoid crash due to unsupported currency locale. 2020-01-06 10:08:46 -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