~cytrogen/vbhelper

ref: 59033e64590ab72aa22422a700b82b8a48190696 vbhelper/app/src/main/java/com/github/nacabaro/vbhelper/MainActivity.kt -rw-r--r-- 10.7 KiB
Forgot to update some foreign key references... sorry!
Merge pull request #2 from nacabaro/database/initialise

Database/initialise
A few things here
- Adding new mons is working
- database is also working (añlthough we are using a temporary domain model)
- Insertion should be working too
- I used an appcontainer for the dependency injection, maybe this is not the best approach, but I don't really know any other approaches

Known bug:
- When inserting a new mon, you need to reload the app in order for the storage view to refresh correctly, I don't know what happens and why, probably because I did not create a proper ViewModel to accompany the storage part... currently this is very barebones, but it works!
Merge branch 'refs/heads/nfc/reading_character' into database/initialise
Forgot to reset the state of the scan...
Thus making scan innaccessible
Merge pull request #1 from nacabaro/ui/main_screens

Added dummy screens plus icons
Added ability to scan mons
Added dummy screens plus icons
Initial commit