bitsy-wallet/app/src/main/res/drawable
Severiano Jaramillo 84617f376c Improve LTM's lightning bolt in Home screen.
- Changed the color of the lightning bolt icon for LTM accounts, so that it is black in day mode and white in night mode.
- Increased the size of the lightning bolt icon to match the letters size and added a bit more separation between them.
2019-12-31 14:18:41 -06:00
..
camera_view_background.xml 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
ic_arrow_forward.xml Create SendTransactionFragment layout similar to Crystal's 2018-12-03 17:22:21 -06:00
ic_arrow_receive.xml - Create basic TransactionsAdapter to populate the Transactions RecyclerView in Balances. 2018-11-28 20:13:40 -06:00
ic_arrow_send.xml - Create basic TransactionsAdapter to populate the Transactions RecyclerView in Balances. 2018-11-28 20:13:40 -06:00
ic_balances.xml - Removed not needed stuff. 2018-11-21 14:47:21 -06:00
ic_bitsy_logo.xml Update Bitsy's app icon. 2018-12-19 19:34:46 -06:00
ic_bitsy_logo_2.xml Add the BitShares icon to the Main screen toolbar and update the toolbar background so that it automatically uses the primaryColor of the selected theme. 2018-12-20 16:40:48 -06:00
ic_camera.xml Add content to the BalancesFragment, mostly copied fron the old wallet. 2018-10-30 15:27:20 -06:00
ic_close.xml Add camera permission to Manifest to be able to use camera in the app to read QR codes. 2018-12-04 11:33:58 -06:00
ic_connected.xml Added ppGren to the colors resource, which is the PalmPay green and used that color in the connected status icon and the color of the latencies < 400ms. 2018-12-21 21:55:17 -06:00
ic_disconnected.xml Add MainActivity's bottom status bar that shows app version, current BitShares block number, node connection status and the icon to open the Settings. 2018-10-30 10:04:05 -06:00
ic_error.xml Show a warning if account has not been backed up. 2019-12-31 12:14:21 -06:00
ic_file_download.xml Add Transactions toolbar menu items with their respective icons. 2018-12-19 10:08:24 -06:00
ic_filter.xml Add Transactions toolbar menu items with their respective icons. 2018-12-19 10:08:24 -06:00
ic_info.xml Create SendTransactionFragment menu, which consists of only an info icon. 2019-01-03 11:09:19 -06:00
ic_info_merchants.xml Added an (i) icon to the About section in the MerchantsFragment's custom popup menu and improved the menu positioning moving it a bit to the top so that it overlaps the toolbar. 2019-01-25 21:51:58 -06:00
ic_launcher_foreground.xml Update bitsy launcher icon. 2019-09-26 10:33:16 -05:00
ic_lock.xml Added the PatternLockView library to the project, which will let us add the pattern security option. Modified the Settings screen so that when the user tries to change its Security Lock option and the current one is PIN, show the PIN dialog first. Created the PINSecurityLockDialog which will host the logic of creating and confirming the new PIN, and verifying the current one. Finally, created BaseSecurityLockDialog which will host the shared logic between the PIN and Pattern Security Lock dialogs. 2019-02-14 09:06:22 -06:00
ic_ltm_account.xml Improve LTM's lightning bolt in Home screen. 2019-12-31 14:18:41 -06:00
ic_merchant_cluster.png Create MerchantMarkerRederer to create custom merchant and custom merchant cluster icons to show on the map. Use the same merchant cluster icon as in palmpay.io but with white text. 2019-01-23 12:17:46 -06:00
ic_merchant_pin.xml Create MerchantMarkerRederer to create custom merchant and custom merchant cluster icons to show on the map. Use the same merchant cluster icon as in palmpay.io but with white text. 2019-01-23 12:17:46 -06:00
ic_merchants.xml - Create and add the new Transactions, Merchants and Settings icons and use them in the Balances toolbar. 2018-12-13 08:20:17 -06:00
ic_more_vert.xml Make the MerchantsFragment's custom translucent Toolbar works with the up button, and menu items, looks good in day and night modes and make sure everything goes back to normal when returning to the HomeFragment. 2019-01-29 23:46:04 -06:00
ic_pie_chart.xml - Add a third tab to the Balances/Networth Tablayout which contains only a Pie chart as the title but has no content yet. 2018-12-14 10:23:01 -06:00
ic_receive.xml 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. 2019-03-14 11:19:00 -06:00
ic_search.xml Add Transactions toolbar menu items with their respective icons. 2018-12-19 10:08:24 -06:00
ic_send.xml Create new Balances layout with the send and receive buttons at the top and the user balances at the bottom per Ken's design. 2018-12-13 10:16:57 -06:00
ic_settings.xml Change settings icon to outlined. 2018-12-13 20:56:18 -06:00
ic_share.xml Animate Share icon in Receive and eReceipt. 2019-11-06 21:34:20 -06:00
ic_share_animated.xml Animate Share icon in Receive and eReceipt. 2019-11-06 21:34:20 -06:00
ic_teller_cluster.png Add the map icons for teller and teller cluster. Create TellerRepository to delegate it the responsability to keep the tellers info up to date into the database and serve the info to the MerchantsViewModel and MerchantsFragment immediatly. Create TellerMarketRenderer which is in charge of creating and serving the icons used for the tellers and tellers' clusters in the map. 2019-01-23 19:15:06 -06:00
ic_teller_pin.xml Add the map icons for teller and teller cluster. Create TellerRepository to delegate it the responsability to keep the tellers info up to date into the database and serve the info to the MerchantsViewModel and MerchantsFragment immediatly. Create TellerMarketRenderer which is in charge of creating and serving the icons used for the tellers and tellers' clusters in the map. 2019-01-23 19:15:06 -06:00
ic_transactions.xml - Create and add the new Transactions, Merchants and Settings icons and use them in the Balances toolbar. 2018-12-13 08:20:17 -06:00
marker_info_window_background.xml Improve merchants' marker info window layout. Added proper padding and nice rounded corners with a 1dp border to improve visibility. 2019-01-24 17:02:28 -06:00
outline_rounded_corners.xml Completed the migration of the whole app to the new Material Components color theming. 2019-03-20 11:04:05 -06:00
popup_menu_merchants_background.xml In MerchantsFragment, change the popup window background to transparent to match the maps theme. Hide the MyLocation button while the popup is open to avoid it making it hard to see the switches in the popup menu. Color the popup menu's switches to use the same green and yellow color as their corresponding pon markers. Move the popup window down to remove the overlapping with the Toolbar. 2019-01-30 11:15:07 -06:00
send_fab_background.xml Make camera and send buttons red in SendTransactionFragment. 2019-01-03 08:26:21 -06:00
send_fab_background_disabled.xml When the send button is disabled in SendTransactionFragment the background view is also 'disabled' changing its color to a lighter gray. 2019-01-03 10:47:58 -06:00
splash_screen.xml Created SplashActivity and LicenseActivity. Created a MaterialComponents button style with its state list animator. 2018-11-21 17:10:39 -06:00