Few things: - Speed up the fade animation a tad bit - Added a back arrow in the scan screen - Improved a bit the placeholder of the battles screen, since it'd throw out the transition animation.
Few things: - Speed up the fade animation a tad bit - Added a back arrow in the scan screen - Improved a bit the placeholder of the battles screen, since it'd throw out the transition animation.
Forgot to remove the dependency to SpriteRepo
SpriteRepo is not needed anymore
Application now imports all the sprites related to the character into the internal database.
Added credits for the app in preparation for version 0.1
This should allow the app to build, otherwise it won't or it will crash
Merge pull request #27 from cfogrady/FixStageAndAttributeFromCharacter Fix stage and attribute coming from character instead of UserCharacter
Fix stage and attribute coming from character instead of UserCharacter
Merge pull request #26 from cfogrady/RemoveDuplicatedData Remove duplicated stage and attribute from UserCharacter
Remove duplicated stage and attribute from UserCharacter These fields are on the Character entity.
Merge pull request #25 from nacabaro/database/adventure Adventure mode
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