~cytrogen/vbhelper

ref: 019f07d82717a421f3ec0692930fed9f096c9cac vbhelper/app/src d---------
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
076f6bfa — Christopher O'Grady 1 year, 3 days ago
Fix stage and attribute coming from character instead of UserCharacter
Merge pull request #26 from cfogrady/RemoveDuplicatedData

Remove duplicated stage and attribute from UserCharacter
da134247 — Christopher O'Grady 1 year, 1 month ago
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
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
Next