~cytrogen/vbhelper

fd45537b — Cytrogen a month ago main
Replace README.md with Chinese README.org

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
e9d2cce8 — Cytrogen a month ago
Add UnifiedPush notification system with Ktor server

Implement push notifications via UnifiedPush protocol for timer-based
events (adventure completion, character evolution, special missions,
BE training, item effects). Includes:

- Ktor server module for timer scheduling and push delivery
- Android UnifiedPush 3.x PushService integration
- Push preferences in DataStore, HTTP client for server communication
- Settings UI for server URL, push toggle, and test notifications
- Timer registration in Adventure, Home, and Scan controllers
- Docker support for server deployment
- CLAUDE.md and editor rules for project conventions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
366f4255 — nacabaro 2 months ago
Updated libraries
Moved library definitions to the catalog, and updated the catalog
37076a9b — nacabaro 2 months ago
VERSION UP
8c99046e — nacabaro 2 months ago
Merge pull request #47 from nacabaro/specialMissions/fix

Fix Special Missions a bit more
c990a495 — nacabaro 2 months ago
Fix Special Missions a bit more
Now they should behave a bit better, and it will not allow the watch to have multiple missions of the same type, plus you can now delete special missions.
0e61723d — nacabaro 2 months ago
Merge pull request #46 from nacabaro/ui/cardIcon

Card icon in home screen
88159075 — nacabaro 2 months ago
Card icon in home screen
Together with character sprite
6cce33c5 — nacabaro 4 months ago
Merge pull request #44 from jeffersoncarlospedroso/feature/add-multilanguage-support

Add multilanguage support (i18n) initial implementation
16fbfae0 — jeffersoncarlospedroso 4 months ago
feat(i18n): continue translation work
0d174f15 — jeffersoncarlospedroso 4 months ago
Add multilanguage support (i18n) initial implementation
489e27b0 — nacabaro 5 months ago
More things
- Active characters display different
- Adventure missions award credits (same as special missions)
- Clicking on about will open the github page
- Corrected from arean to arena
- Removed rename from the settings (it was not used)
Might be incomplete uhhh
61dfc2ce — nacabaro 5 months ago
Merge pull request #43 from nacabaro/screen/upload_screen

Other few things
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
cf272e80 — nacabaro 5 months ago
Merge pull request #42 from nacabaro/dex/possible_fusions

Few things
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)
1d9879fb — nacabaro 5 months ago
Merge pull request #41 from nacabaro/store/updated_store

Updated the store
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
Updated README.md
Next