Commit graph

10 commits

Author SHA1 Message Date
Severiano Jaramillo
36d97e8166 Change background animation in IntroActivity from Video to GIF.
The video background animation was giving errors on Android Lollipop and wasn't displaying correctly. Searching on the internet I found that the encoding of the video could be the problem but tested with many different encoding profiles (H.264 high, main, baseline) and none of them solved the issue so I finally gave up and converted the video back to a GIF and used that one.
2018-10-25 11:51:53 -05:00
Severiano Jaramillo
ed7dc5424e - Simplified TransactionsFragment view hierarchy and removed unused files.
- Improved TextViews that appear in both Contacts and Transactions when there are no items to display.
- Cleaned some unused code in different parts of the app.
2018-10-15 16:51:48 -05:00
Severiano Jaramillo
d01f84c198 Improved ActivityIntro by adding animated backgroung and making the logo bigger 2018-01-25 18:37:29 -06:00
Severiano Jaramillo
aabdab2951 Created layout for the IntroActivity 2018-01-24 17:21:34 -06:00
Javier Varona
0017eb76fb - Added a Seed List View
- Added Import Seed View
- Added Room objects for the Seeds
2017-09-30 21:52:34 -04:00
Javier Varona
515d09c0c2 - Now the Transaction History is working and is Paged
- New class to test the app: a Random Transaction Generator
2017-09-24 17:52:32 -04:00
Javier Varona
f388f77b49 - Now the Transaction List is visible to the user 2017-09-16 20:41:10 -04:00
Javier Varona
93a60e6084 - First version of Transaction History views 2017-09-13 21:06:51 -04:00
Javier Varona
81da660a2e - Creating the view for Transaction History 2017-09-13 12:12:22 -04:00
henry
19d9924bac Room Database implementation 2017-09-07 20:31:38 -04:00