Merge pull request #17 from cfogrady/ObscuredDex
Algorithm to obscure undiscovered digimon
Algorithm to obscure undiscovered digimon
Logic still needs to be implemented to distinguish discovered from undiscovered.
Quicm fix, DisposableEffect isn't reloading when isDoneSendCard is true
TODO: add more disposableeffects
Merge pull request #16 from nacabaro/ui/home_screen
UI/home screen
Merge pull request #14 from cfogrady/home_screen
Fix arrays for NFCCharacter
Merge pull request #15 from nacabaro/ui/home_screen
A few things, again...
Fix arrays for NFCCharacter
A few things, again...
- Added ability to write character (incomplete)
- Renamed BottomNavItem.kt to NavigationItems.kt, as it covers the entire application navigation, not just the bottom navigation bar
- Modified the ScanScreenController and the Impl to accomodate writing characters on the BE (need to do the VB later on)
- Modified repositories to fetch data from the database and additional information needed to convert back to NfcCharacter
- Function to convert to NfcCharacter
Originally this was also going to cover the home screen, since my idea was to have marked as active (the one shown in the home screen) be the one sent to the watch, but for testing I have added a "send to bracelet" button on the pop-up on the storage screen.
Merge pull request #13 from cfogrady/TransparentBackground
Make background on characters and icons transparent.
Make background on characters and icons transparent.
Merge pull request #12 from cfogrady/IntegrateSecretsWithApp
Integrate secrets with app
Merge pull request #11 from cfogrady/SecretsRepo
Add Secrets Repo Using a Proto DataStore
Merge pull request #10 from cfogrady/APK_Import
APK Import
Integrate SecretsRepository and ApkImporter with app
Refactor methods out of MainActivity into Controllers for ScanScreen and SettingsScreen
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.
Verify Secret correctness as part of loading.
Improve tests
Merge pull request #9 from nacabaro/nfc/upload_mon_new_model
Removed unused imports that'd cause compile issues.
Removed unused imports that'd cause compile issues.
Merge pull request #8 from nacabaro/nfc/upload_mon_new_model
Nfc/upload mon new model