Severiano Jaramillo
df5f8c46f7
Create Export filtered transactions dialog in TransactionsFragment, which opens when the user clicks on the Toolbar's export button, with the corresponding Spanish translation of the new strings.
2019-02-01 15:57:56 -06:00
Severiano Jaramillo
981a14723e
In the MerchantsFragment's Map InfoWindows allow line wraps for both name and address and if a section has no data do not show a blank line but just hide it.
2019-01-31 15:42:36 -06:00
Severiano Jaramillo
c7138c5e22
Dynamically obtain the status bar and navigation bar height, to automatically and correctly place the Toolbar and Map UI Controllers in MerchantsFragment.
2019-01-31 13:36:38 -06:00
Severiano Jaramillo
1505a5642c
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
Severiano Jaramillo
4a47b5b637
Created AutoScrollingTextView which automatically scrolls its contents horizontally in case the contents do not fit the available width and used it in the Map suggestions' address to display the complete address. Also, improved the Map Toolbar color.
2019-01-30 09:35:06 -06:00
Severiano Jaramillo
28e0e9df52
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
Severiano Jaramillo
4d8ed68912
Add translucent navigation and status bar to the MerchantsFragment and adjust the content size so that the map grows below them.
2019-01-29 22:33:32 -06:00
Severiano Jaramillo
ba82d50cc6
Change google map's night mode style.
2019-01-29 16:31:15 -06:00
Severiano Jaramillo
c65cf1b69e
When a suggestion is selected in the MerchantsFragment's SerachView, zoom and move the map camera to center the corresponding marker.
2019-01-28 21:50:32 -06:00
Severiano Jaramillo
07e39e9001
Merge branch 'develop' of github.com:Agorise/bitsy-wallet into develop
2019-01-28 16:32:49 -06:00
Severiano Jaramillo
84a524c486
Update MerchantsFragment's SearchView suggestions UI so that they include the merchant or teller icon, to make it easier for users and improve UX.
2019-01-28 16:14:11 -06:00
Severiano Jaramillo
f70e0434ff
Added a custom layout to show suggestions to MerchantsFragment's SearchView so that it can show Merchat/Teller name and address. Added a way to figure out if the selected suggestion is a Merchant or a Teller, so we can decide on how to proceed to find its correct marker on the map.
2019-01-28 15:56:50 -06:00
Severiano Jaramillo
db58d601f4
Added a SearchView to MerchantsFragment's Toolbar, with an autocomplete feature that once the user starts writing shows suggestions to the user and listens when he selects one of those suggestions. The suggestions show dummy data for now, but it will query the database to obtain such suggestions.
2019-01-28 15:02:49 -06:00
Severiano Jaramillo
8aab7c03ac
Added a dialog to explain what merchants and tellers are, which is opened in from the About option in the Merchants & Tellers's popup menu.
2019-01-26 16:25:59 -06:00
Agorise
7e17a612cd
Update strings.xml
...
added "y Tellers" to title on toolbar
2019-01-26 10:10:09 -06:00
Severiano Jaramillo
0c41c76097
Make sure the MerchantsFragment's custom popup dialog is dismissed if it is open and the user clicks anywhere else in the map.
2019-01-25 22:11:05 -06:00
Severiano Jaramillo
52c2cf8211
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
Severiano Jaramillo
b9497a2db4
Created a three vertical dots icon and use it in the MerchantsFragment's Toolbar. Then forced that icon to display a custom Popup menu to control which pins will appear on the map (merchants and/or tellers).
2019-01-25 20:03:22 -06:00
Severiano Jaramillo
2e07bc512f
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
Severiano Jaramillo
69c27d3092
Create a custom layout for Merchants marker's info dialogs in the MerchantsFragment map, to be able to show all the required information using a custom adapter.
2019-01-24 15:22:51 -06:00
Severiano Jaramillo
fbbb4f9f48
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
Severiano Jaramillo
5331d8ebe2
Improve Merchants & Tellers map default location and zoom.
2019-01-23 16:30:34 -06:00
Severiano Jaramillo
a913f380bb
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
Severiano Jaramillo
8c56250d1a
Position the Merchants & Tellers Map by default somewhere near Panama with a zoom of 6.
2019-01-22 16:30:23 -06:00
Severiano Jaramillo
2ed39fabdd
Create a night mode style for the Merchants & Tellers map and apply it only when the app is in night mode, use the default map theme otherwise.
2019-01-22 15:53:14 -06:00
Severiano Jaramillo
227e0224a1
Add location permission request in the Merchants and Tellers screen, and if accepted show the icon on the map so that it can be moved to the current user's location if it is available already. Also, show the zoom UI controls on the map.
2019-01-22 15:31:24 -06:00
Severiano Jaramillo
55e57a11ad
Change Toolbar title of Merchants section to Merchants & Tellers
2019-01-22 14:00:35 -06:00
Severiano Jaramillo
357cc97e40
Improve homescreen buttons layout, making the camera button bigger and putting it over the Send button in the border at ~-140°, and removing the line that connected the camera and send buttons.
2019-01-22 09:56:58 -06:00
Severiano Jaramillo
6841e3eb9a
Created a tab_icon_selector file to dynamicaly color the Pie chart icon in the HomeFragment tabs in the activated/deactivated state in both day and night mode to match the same colors as the other tab's text.
2019-01-21 21:54:18 -06:00
Severiano Jaramillo
ef5834264b
Force the back button in the Toolbar in different screens to use the same white color as the Toolbar title text.
2019-01-21 12:05:40 -06:00
Severiano Jaramillo
00b8919566
Created a blue lightning bolt icon and use it in the Homescreen to show it to the left of the account name in case it is LTM.
2019-01-21 11:13:54 -06:00
Severiano Jaramillo
0da52c2ee8
Prepare the strings.xml file for translation by putting every string resource into a single line. Create Spanish translation human verified.
2019-01-16 16:40:49 -06:00
Severiano Jaramillo
ec57bea829
Created an extension function that can be used to hide the keyboard from any view and used that extension function to add the behavior of hiding the keyboard when a EditText loses focus which was included in a custom view MyTextInputEditText. Then used that class in all EditText fields in SendTransactionFragment, ReceiveTransactionFragment, ImportBrainkeyFragment and CreateAccountFragment to introduce the described behavior.
2019-01-16 10:30:11 -06:00
Severiano Jaramillo
12d17c54d3
Improve HomeFragment layout by increasing elevation (and shadows) of buttons, changing the line that connect the camera and send buttons to red color and also improving the Send and Receive text by using caps and a small spacing from the buttons above.
2019-01-16 09:47:17 -06:00
Severiano Jaramillo
887d9a249f
Improve FilterOptionsDialog layout by moving the 'IgnoreNetworkFees' section above the 'Fiat Amount' section.
2019-01-15 21:43:24 -06:00
Severiano Jaramillo
027f690480
Add a switch to the bottom of the Transactions' FilterOptionsDialog which will be used to hide/show the network fees sent to Agorise. Also added the communication back and forth from the Transactions to the Dialog to keep updated the user selection of the switch.
2019-01-15 21:23:54 -06:00
Severiano Jaramillo
dd619be8c8
Update ImportBrainkeyFragment layout to show the 'View Network Status' text and newtwork status icon at the bottom.
2019-01-11 13:27:34 -06:00
Severiano Jaramillo
464f8da353
Change the elevation of enabled buttons to 3dp.
2019-01-10 16:10:55 -06:00
Severiano Jaramillo
67ad71ff88
Change brainkey error description and create and import button labels in ImportBrainkeyFragment. Also added an 'Or' string between the import and create buttons.
2019-01-10 15:57:53 -06:00
Severiano Jaramillo
8a02ab43df
Remove focus from the first EditText by default in ImportBrainkeyFragment.
2019-01-10 15:32:30 -06:00
Severiano Jaramillo
7c1a3577e9
Extract string resources from TransactionsFragment's FilterOptionsDialog, so they can be easily translated.
2019-01-10 12:44:56 -06:00
Severiano Jaramillo
bd0b74eeaf
In the FilterOptionsDialog, add the option to filter by Asset, where the user can select to see transactions involving all assets or only a specific one that can be selected in a Spinner. This selection is communicated back to the TransactionsFragment to respond and show the transactions matching with the user selected criteria.
2019-01-10 12:23:17 -06:00
Severiano Jaramillo
f62286747c
Create DateFragmentPicker, which shows a dialog with a calendar where the user can select a date. This picker is used in TransactiondFragment's filter dialog to filter transactions by date. The picker looks nice in both day and night mode.
2019-01-09 20:39:42 -06:00
Severiano Jaramillo
5470ca1523
Chaged BrainKey modal in the Settings, it does not copu the BrainKey to the clipboard anymore, it just shows it so that the user writes it down.
2019-01-09 18:16:15 -06:00
Severiano Jaramillo
5075c59b7b
Remove border from FloatingActionButtons in HomeFragment and SendTransactionFragment.
...
This was the blue border that appeared around the rounded buttons in the mentioned screens.
2019-01-09 18:04:52 -06:00
Severiano Jaramillo
e16d651a63
Fix crash related to trying to create a Dialog from a thread other than the UI thread. Also, add the password toggle buttons to the PIN fields in CreateAccountFragment.
2019-01-08 20:53:57 -06:00
Severiano Jaramillo
8894c48e5c
Fix problem with Navigation from the ImportBrainkeyFragment and CreateAccountFragment when an account is imported/created and the user has to be taken back to the MainFragment.
2019-01-08 20:18:42 -06:00
Severiano Jaramillo
78909498c0
Added method to create Account using the Agorise's faucet, and also making use of Retrofit's suggested ServiceGenerator.
2019-01-08 16:35:14 -06:00
Severiano Jaramillo
64d30f42ab
Create method to validate if the suggested user account given by the user is an available account name or not and display a message to the user with the result, in CreateAccountFragment.
2019-01-07 20:35:29 -06:00
Severiano Jaramillo
e530dc531e
Add account name validation to CreateAccountFragment using Kotlin extension functions and RxJava debounce operator.
2019-01-05 20:47:04 -06:00
Severiano Jaramillo
14a4f79cb2
Added the BrainKey Bitshares dictionary as a text file in the app assets and make use of it to automatically generate BrainKeys in CreateAccountActivity when the user is trying to create a new account.
2019-01-05 16:30:57 -06:00
Severiano Jaramillo
991967cd7d
Created CreateAccountFragment with its layout and the methods to show it when the user clicks the 'Create' button in the ImportBrainkeyFragment using Navigation AAC.
2019-01-05 15:23:42 -06:00
Severiano Jaramillo
2dd843fe91
Removed ImportBrainkeyActivity and created ImportBrainkeyFragment instead, with this the app is now using a single activity and all the content is divided in fragments. All the navigation inside the app is now controlled by the AAC Navigation component.
2019-01-04 16:50:56 -06:00
Severiano Jaramillo
58e1e0a575
Removed LicenseActivity and created LicenseFragment instead, to comply with the proposed app architecture using the AAC Navigation component where there is only one Activity and all the views are represented by Fragments.
2019-01-04 15:53:29 -06:00
Severiano Jaramillo
2db74516bb
Create colorToolbarDark and colorStatusBar to color the toolbar and the status bar in the night mode theme and add the necessary methods to use them in the app accordingly.
2019-01-03 17:06:37 -06:00
Severiano Jaramillo
5cde97f1e7
Speed up the slide in/slide out animations used in fragment transitions.
2019-01-03 16:40:14 -06:00
Severiano Jaramillo
39ad3cca01
Changed the colorSend and colorReceive colors and added their respective darker versions. Changed the toolbar and status bar color in both the Send and Receive Transaction Fragment to colorSend and colorReceive with their darker variants accordingly.
2019-01-03 16:36:20 -06:00
Severiano Jaramillo
f32bfc567b
Created info dialog in SendTransactionFragment using the MaterialDialog library, which shows an explanation of the fields on that screen.
2019-01-03 12:45:28 -06:00
Severiano Jaramillo
bee79976b5
Create SendTransactionFragment menu, which consists of only an info icon.
2019-01-03 11:09:19 -06:00
Severiano Jaramillo
2643b0af4d
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
Severiano Jaramillo
c068efa84c
Create a toast extension function to reduce the boilerplate code required to create Toasts. Extracted string resources fron SendTransactionFragment and used the new toast extension funcion.
2019-01-03 09:45:47 -06:00
Severiano Jaramillo
8eed991e0e
Created Kotlin etension functions to add a enabled/disabled functionality to FloatingActionButtons. This is used in the SendTransactionFragment to show the Send button as disabled when the information to send a transaction is not all correct.
2019-01-03 09:11:58 -06:00
Severiano Jaramillo
1b4de3fb1e
Make camera and send buttons red in SendTransactionFragment.
2019-01-03 08:26:21 -06:00
Severiano Jaramillo
d4dbdc4aeb
Change 'Please Pay' to 'Please Send' string in ReceiveTransactionFragment. Also, in the same Fragment, added an 'Any Amount' string when the user has not explicitly specified an amount to receive.
2019-01-02 17:03:20 -06:00
Severiano Jaramillo
71f2a8b25b
Remove the eula from the strings and placed it instead as a file into the Assets folder.
...
We found that using the loadUrl WebView's method instead of loadData renders the html page better, for that reason the eula is now saved as a fule in the assets folder and loaded using the WebView's loadUrl method.
2019-01-02 14:11:44 -06:00
Severiano Jaramillo
ddf7f16c2b
Create FilterOptionsDialog, which opens when the user clicks the filter icon in the Transactions toolbar. This dialog communicates back a forth with the TransactionsFragment to update the selected filter options via the OnFilterOptionsSelectedListener interface.
2018-12-26 11:59:02 -06:00
Severiano Jaramillo
4b16a90870
Fix nodes dialog's node text style.
2018-12-23 15:34:45 -06:00
Severiano Jaramillo
f8e5a84da8
Remove Settings status footer and added instead a line below General's Night mode, View Network Status whith an icon that shows the current network status. When clicked it opens the Nodes dialog. Changed Nodes dialog title to show the current app version and added the block number as a single line below it.
2018-12-23 15:10:44 -06:00
Severiano Jaramillo
7fb1d4ff86
Add date field to TransferDetails model and correctly format and display it in the Transactions list.
2018-12-21 23:33:58 -06:00
Severiano Jaramillo
a96f3d0b77
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
Severiano Jaramillo
c4fd79f22c
Create FullNodesAdapter to display a live updated list of the nodes the app is watching and also the one it is connected to. This list is displayed inside a dialog that pops when the user clicks the status icon in the Settings Footer. The dialog also shows the live updated BitShares Block Number
2018-12-21 20:55:36 -06:00
Severiano Jaramillo
ae8a2f17e3
Add a footer to the SettingsFragment, which contains the app logo, the app name, version name and the Connection status icon.
2018-12-21 18:40:35 -06:00
Severiano Jaramillo
5240e88e1f
- Add a FileProvider to the Manifest, to enable the app to share images with other applications.
...
- Modify the method that creates a temp image of the screenshot to use the FileProvider described above.
- Improve ReceiveTransactionFragment UI so that the QR screenshot looks nicely spaced.
2018-12-21 18:12:34 -06:00
Severiano Jaramillo
62fdc6a3e4
Add the share menu icon to the ReceiveTransactionFragment toolbar, verify for the storage permission required to store a temp image of the QR code when the sare icon is tapped and create a temp image of the QR code to be used later to send a share intent to the Andriod System so that it shows the user a list of options for him to select his preferred one.
2018-12-20 20:28:31 -06:00
Severiano Jaramillo
e3bea9f475
Center text vertically below QR code and fix Please Pay string.
2018-12-20 18:06:11 -06:00
Severiano Jaramillo
4beec4e66a
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
Severiano Jaramillo
96fc421a99
Change the font used in the entire appto PFBeauSansPro.
2018-12-20 14:02:39 -06:00
Severiano Jaramillo
8fd7c28256
In ReceiveTransactionFragment, add an 'Other...' option at the end of the assets spinner and when the user selects it an AutoCompleteTextView appears below where the user can select other asset, the AutoCompleteTextView suggestions will be backed by BitShares node queries to show matching Assets.
2018-12-20 09:59:10 -06:00
Severiano Jaramillo
e8ec0e6f89
Create AssetsAdapter and use it to populate the asset spinner in the ReceiveTransactionFragment, so the user the asset he wants to receive.
2018-12-20 08:48:48 -06:00
Severiano Jaramillo
a3c4c9a816
Update Bitsy's app icon.
2018-12-19 19:34:46 -06:00
Severiano Jaramillo
26e1e427c9
Add Transactions toolbar menu items with their respective icons.
2018-12-19 10:08:24 -06:00
Severiano Jaramillo
cee1753184
Create BounceTouchListener class in the project and use it to add a Bouncy effect to the Transactions items when the user tries to overscroll.
2018-12-19 09:43:09 -06:00
Severiano Jaramillo
5af88291bc
Update the Navigation component library version and Gradle version.
...
- Add simple slide in and out transition animations to the Send and Receive Transaction Fragments.
2018-12-19 09:24:56 -06:00
Severiano Jaramillo
d5d01115f8
Request merchants locations from the webservice and add them to the Merchants map.
2018-12-18 09:27:26 -06:00
Severiano Jaramillo
89cf6f3df2
Add slide-in animation when the Transactions items are loaded into the screen.
2018-12-18 08:51:45 -06:00
Severiano Jaramillo
dc7decfb77
Sort Balances alphabetically by symbol and place the asset symbol to the left and the balance amount to the right.
2018-12-18 07:55:04 -06:00
Severiano Jaramillo
f8c9594602
Remove DatabaseLoadActivity and all related code.
2018-12-17 15:46:44 -06:00
Severiano Jaramillo
5ddce2a33f
Added a map to the Merchants section with the default values and using the Google Maps API key Tadeo created when he was working on the project.
2018-12-14 12:12:42 -06:00
Severiano Jaramillo
f76f293811
- Add a third tab to the Balances/Networth Tablayout which contains only a Pie chart as the title but has no content yet.
...
- Lighten up the above tabs that are not the current selected one. They are still grayed but just a bit.
2018-12-14 10:23:01 -06:00
Severiano Jaramillo
1a335b2ab5
Change settings icon to outlined.
2018-12-13 20:56:18 -06:00
Severiano Jaramillo
8d25b92063
Create a new BalancesFragment and NetWorthFragment which are used in the HomeFragment's second card. The Balances is already working but the NetWorth only shows a 'Coming soon' notice.
2018-12-13 20:53:38 -06:00
Severiano Jaramillo
a608ec162a
Create the menus for Balances and Net Worth that make use of a customized TabLayout and a ViewPager to obtain the desired effect.
...
- Created custom themed attribute colorBackgroundFocusable to assign the correct background color to the balances and net worth tabs.
- Renamed BalancesFragment to HomeFragment because, the BalancesFragment will now only be used to display the Balances in the above mentioned ViewPager.
2018-12-13 20:21:03 -06:00
Severiano Jaramillo
dd290a4b2c
Improve Balances' Material cards to show nice elevation with shadows.
2018-12-13 16:57:58 -06:00
Severiano Jaramillo
8f0026c205
- Update the MaterialDialogs library version.
...
- Add the functionality to the Settings BrainKey's View & Show button. It first fetches the brainkey from the authorities db table and then shows it in a custom MaterialDialog so that the user can view and copy it.
2018-12-13 16:01:26 -06:00
Severiano Jaramillo
f45d9055c3
Add functionality to the Settings 'Automatically close BiTSy after 3 minutes of inactivity', the user selection is saved into the SharedPreferences and if it happens to be true then the app will close when that time amount of inactivity happens.
2018-12-13 14:29:32 -06:00
Severiano Jaramillo
ffebc39bcf
Add Send/Receive text below the Send/Receive buttons in the Balances screen and improve its layout so they are always centered both vertically and horizontally.
2018-12-13 12:47:25 -06:00
Severiano Jaramillo
5a6b098f38
Replaced SettingsActivity with SettingsFragmet and created the Navigation methods to hook the Balances' Settings toolbar icon with the Settings fragment so it automatically opens when the icon is tapped.
2018-12-13 12:34:42 -06:00
Severiano Jaramillo
1565bab28c
Improve Transactions' cards UI.
2018-12-13 11:49:57 -06:00
Severiano Jaramillo
22666021f1
- Add Navigation's SafeArgs plugin to the project, this plugin enables to pass arguments between fragments in a safe way.
...
- Use the Navigation AAC to create the navigation from the Balances to the Send and Receive fragments, using Navigation's SafeArgs to activate the camera in SendTransactionFragment in the case the user tapped on the camera button instead ofjust the send button in the Balances.
2018-12-13 11:24:18 -06:00
Severiano Jaramillo
6e25dd7589
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