This website requires JavaScript.
Explore
Help
Sign in
agorise
/
bitsy-wallet
Watch
1
Star
0
Fork
You've already forked bitsy-wallet
0
Code
Issues
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
7fa1ed03c3
bitsy-wallet
/
app
/
src
/
main
/
res
History
Severiano Jaramillo
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).
2019-03-19 20:28:23 -06:00
..
anim
Speed up the slide in/slide out animations used in fragment transitions.
2019-01-03 16:40:14 -06:00
animator
Change the elevation of enabled buttons to 3dp.
2019-01-10 16:10:55 -06:00
color
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
drawable
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
font
Change the font used in the entire appto PFBeauSansPro.
2018-12-20 14:02:39 -06:00
layout
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).
2019-03-19 20:28:23 -06:00
menu
Add the share icon in the eReceipt toolbar, which when tapped creates a screenshot of the eReceipt and sends an intent to the system so it shows all the possible options for the user to share the image.
2019-02-05 20:40:29 -06:00
navigation
Update Navigation AAC Safe Args library version. Make use of the new Safe Args to pass the Transaction ID fromm the TransactionsActivity to the eReceipt. Update the use of Safe Args to the new way of passing data between HomeFragment and SendTransactionFragment, to decide whether or not to activate the Camera.
2019-02-05 15:14:10 -06:00
raw
Change google map's night mode style.
2019-01-29 16:31:15 -06:00
values
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.
2019-03-13 21:10:23 -06:00
values-es
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.
2019-02-25 09:01:45 -06:00
values-w820dp
Create basic MainActivity with Tabs. Change app name to BiTSy and add the bitshares logo as the launcher icon.
2018-10-29 19:59:02 -06:00
xml
- Add a FileProvider to the Manifest, to enable the app to share images with other applications.
2018-12-21 18:12:34 -06:00