~cytrogen/vbhelper

ref: 36c3e25fd3d65267c60d6b608f557ab6cd0a397b vbhelper/app/build.gradle.kts -rw-r--r-- 2.8 KiB
Merge branch 'main' into vb/nfc_compat

# Conflicts:
#	app/src/main/java/com/github/nacabaro/vbhelper/screens/scanScreen/ScanScreenControllerImpl.kt
Added credits for the app in preparation for version 0.1
Merge pull request #11 from cfogrady/SecretsRepo

Add Secrets Repo Using a Proto DataStore
c456d455 — Christopher O'Grady 1 year, 3 months ago
Implement Secrets Repository

Add proto plugin and dependencies
Create Secrets Proto
Create Secrets Proto DataStore
Replace old secrets with proto secrets
Fix importers and tests to use new proto secrets.
Merge pull request #6 from cfogrady/dim-reader-library

Import vb-dim-reader library
Merge pull request #5 from cfogrady/nfc-reader-from-maven

Pull Nfc Reader Library from dependency repo instead of as second module.
1e73f52d — Christopher O'Grady 1 year, 3 months ago
Add dim-reader library

Update readme to reflect
Add commented out sample code.
5bd5fc3f — Christopher O'Grady 1 year, 3 months ago
Use nfc library from maven local instead of copied module.
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 pull request #1 from nacabaro/ui/main_screens

Added dummy screens plus icons
Added dummy screens plus icons
Initial commit