256 Commits

Author SHA1 Message Date
61dfc2ce0d
Merge pull request #43 from nacabaro/screen/upload_screen
Other few things
2025-11-16 01:35:31 +01:00
dce186737d Other few things
- I changed more things to flows from the database
- Cleaned up the logic coming from the scan screen
- Added a delete button to a character. CAREFUL, IT HAS NO CONFIRMATION YET!
- Fixed a few things, now scanning is more stable and will fix the second whoops thing.
- Quick patch, should improve stability when writing to the watch
2025-11-16 01:34:31 +01:00
cf272e8030
Merge pull request #42 from nacabaro/dex/possible_fusions
Few things
2025-11-15 20:12:36 +01:00
ffa6958a89 Few things
- Finished working with the card fusions
- Added the GUI part to access the data
- Cleaned up a bit of the code, separated a few things from the SettingsScreenControllerImpl.kt into separate classes.
- Removed a few LaunchedEffect in exchange of Flows (UI now updates automatically when an action happens)
2025-11-15 20:10:17 +01:00
1d9879fb50
Merge pull request #41 from nacabaro/store/updated_store
Updated the store
2025-11-15 10:23:07 +01:00
3fa072ce1e Updated the store
- Items can now be purchased
- Changed settings to make use of flows/stateflows from the database, which update the screen in real time after any changes.
- Separated functions from files
2025-11-13 23:52:14 +01:00
69245be8dd Updated README.md 2025-11-03 13:20:16 +01:00
lightheel
0f1feb88b8 Update .gitignore 2025-10-19 17:36:20 -04:00
lightheel
5ddb8f5da9 Battle screen now filters opponents automatically based on active Digimon's stage. 2025-10-19 13:32:41 -04:00
lightheel
0875b114d5 Fixed HP desync with battle. 2025-10-19 13:09:14 -04:00
lightheel
61daad459b Setup player API call to pull from active Digi. 2025-10-19 12:55:57 -04:00
lightheel
14e941031c Updated API to send charaID instead of character name for match setup. 2025-10-19 12:14:32 -04:00
lightheel
952fd5a871 Added scrollable button list for opponents of all stages. 2025-10-19 12:02:14 -04:00
lightheel
ac02205f76 Updated sprites to load from phone's internal storage. 2025-10-19 10:20:01 -04:00
lightheel
68ad57b78f Update .gitignore 2025-10-19 08:24:50 -04:00
Nacho
73c393df64 Fixed bug syncing watch adventure missions progress with the app 2025-09-14 00:34:05 +02:00
nacabaro
0b3ce486cb
Merge pull request #39 from nacabaro/card/import_more
Adventure Missions progress
v0.6.1-pre
2025-09-10 02:10:22 +02:00
Nacho
7160eb792a Adventure Missions progress
- Viewing the adventure missions completed in a card is now possible.
2025-09-10 02:09:15 +02:00
lightheel
07983d9403
Merge branch 'nacabaro:main' into main 2025-09-05 11:42:43 -04:00
Nacho
cb9fe8e716 Merge remote-tracking branch 'origin/main' v0.6-pre 2025-09-05 02:22:09 +02:00
Nacho
540766eefb VERSION UP 2025-09-05 02:21:47 +02:00
nacabaro
af2c852bac
Merge pull request #38 from nacabaro/vb/special_missions
Small fix related to special missions
2025-09-05 02:19:36 +02:00
Nacho
8dc5bbbdde Small fix related to special missions
- Now you can clear failed special missions. When a special mission fails, you will not get an item after clearing it.

- Huge note: I have not tested this fix, but it should work... At least that's what my intuition is telling me!

Jokes aside, this should work, but the home screen will not update. I should update this to make use of StateFlows and Flows to keep the home screen updated at all times.
2025-09-05 02:19:09 +02:00
nacabaro
aac05a3b1c
Merge pull request #37 from nacabaro/card/import_more
Agarrate, que vienen curvas
2025-09-05 02:10:05 +02:00
Nacho
b827fdccbe Agarrate, que vienen curvas
- Importing more data from the card, this time it's to enhance the functionality of the dex. Things that I'm importing:
  - Tropies
  - Vitals
  - WinRate
  - Battles needed
  - Adventure level cleared
- This commit also includes displaying the data, modifying the relational model and modifying the underlying import functions.

- I've also changed the name from Character to CharacterData, since there is another class that is also called Character. I wanted to move it into the card package, since it's more related to Cards, while character is more designed for user raised characters.

- Another small addition was the ability to construct ImageBitmaps from the BitmapData.kt class. reduces code and makes it more simple, will refactor the old code to use this later on.

- Things I might do
  - Move out of the SettingsScreenControllerImpl.kt file all the card import stuff, since it's slowly growing a lot, and it could benefit from some independence
2025-09-05 02:08:44 +02:00
Nacho
2586190e5c Update libraries 2025-09-02 18:01:11 +02:00
Nacho
1a6753d2aa Fixed date issues with TransformationHistory v0.5.2-pre 2025-09-02 04:54:08 +02:00
lightheel
9c581a5ebd
Merge pull request #1 from lightheel/vb_battle_client
Vb battle client
2025-08-15 15:46:35 -04:00
lightheel
0add667ef8
Merge branch 'nacabaro:main' into vb_battle_client 2025-08-15 15:44:42 -04:00
lightheel
c122b71b46 Changed references to be correct. 2025-08-15 11:55:45 -04:00
Nacho
f8ec899335 Version up and credits v0.5.1-pre 2025-08-09 12:59:01 +02:00
Nacho
b95edfa2a1 New icon 2025-08-09 12:55:38 +02:00
lightheel
5ed7d117f5 Fixed background scaling issues in landscape view. 2025-08-08 13:20:40 -04:00
lightheel
16cd7abce8 Added multiple background sets for battle. 2025-08-08 12:37:32 -04:00
lightheel
6a6369ae9e Adjusted attack hit sprite location in landscape view. 2025-08-08 12:17:47 -04:00
lightheel
1bbaf66c24 Removed exit button from view until battle is over. 2025-08-08 09:24:30 -04:00
lightheel
ba03be808e Removed attack bar and button from player view. 2025-08-08 07:51:51 -04:00
lightheel
bb1c29bbb4 Moved sprites to load from external Android storage.
Setup landscape view for battle.
2025-08-08 07:44:36 -04:00
lightheel
f0760f9ed0 Added gray boxes around HP 2025-08-07 11:23:32 -04:00
lightheel
61a2439f84 Adjusted horizontal sprite shake timing to sync with attack hit. 2025-08-06 19:19:58 -04:00
lightheel
5bb9fe5209 Delayed damage text to show up when attack sprite hits. 2025-08-06 18:59:08 -04:00
lightheel
26fc0ced56 Adjusted hit effect timing. 2025-08-06 18:53:23 -04:00
lightheel
371a850d45 Offset idle animation so player/enemy Digimon aren't in sync. 2025-08-06 18:38:11 -04:00
lightheel
d833a89c17 Added hit sprites. 2025-08-06 18:03:03 -04:00
Nacho
1a570170ca Merge remote-tracking branch 'origin/main' 2025-08-06 20:18:43 +02:00
Nacho
1566876106 Version up 2025-08-06 20:18:32 +02:00
nacabaro
019f07d827
Merge pull request #36 from nacabaro/card/card_management
Few things here and there
v0.5-pre
2025-08-06 20:13:09 +02:00
Nacho
4474e6689d Few things here and there
- Card management, you can now modify the name of the cards and remove cards too.
- Also, support for multiple cards with the same ID works too. When scanning for the first time, if a repeat card exists, the user will be asked to choose which card the character comes from. Future scans will not ask since it is stored in the watch app reserved area.
2025-08-06 20:10:21 +02:00
lightheel
28cb824bf3 Changed battle background to use all 3 layers. 2025-08-06 12:36:21 -04:00
lightheel
0a643053af Adjusted HP text color and size. 2025-08-06 12:21:30 -04:00