While I'm at it... - Resized some buttons in the dialogs - Added a dismiss button in get item dialog after adventure and in the send on adventure choose time dialogs - Moved the export/import data lower in the settings screen
Renaming terms and other bits and bobs - Changed adventure database so that the original intended time is also stored with the final time. This will come useful once the algorithm for determining which object to give is made.
Phew - Added adventure screen, dialogs, components and controllers needed to rock. - Modified DTOs so that it is possible to tell if a character is in adventure or not - Updated layout of items database - Fixed an issue with importing bems where the character name would be read incorrectly - Also added a ton of checks
Merge pull request #24 from nacabaro/cleanup Bigger icons plus material obscurity
Made item icons a bit smaller in order to be similarly sized to character icons
Made character icons bigger and also made the obscured characters follow material guidelines, as being pure black can be difficult to see in dark theme
Merge pull request #23 from nacabaro/cleanup Cleanup MainActivity
Moved read character from watch to its corresponding controller
Moved import card logic outside of the MainActivity
Merge pull request #22 from nacabaro/database/items Add items functionality
Added missing icons, ready to merge!
Slowdowns and UI - Current item can be seen from a character when clicked on it, you can also see how much time left does that item have on that character. - Fixed slowdown issue in the items screen. Also fixed this issue in the storage screen as it'd also affect it if there are a lot of characters in the storage.
Working items - Click on use item > then choose the mon you want to apply the item to
Forgot to push the updated db
Here comes the train (with more things) - Updated available items - Created ItemsScreenController - Moved the ItemsScreen to keep code organized
Things - Added items store and a way to switch between the store and your items - Added an items dialog, click on it to see details of the item (description, amount) and use it - Added items store, it lists all the items available
Things items related - Added a MyItems screen - Added an ItemElement placeholder - Included database with all the items in the app (not final) - Also included some demo items As of now items don't do anything, i'm still making the UI
Merge pull request #21 from nacabaro/db/data_export Forgot to include the settingsscreencontroller interface my bad
Forgot to include the settingsscreencontroller interface my bad
Merge pull request #20 from nacabaro/db/data_export Added data importing/exporting