|
|
a1fab9d399
|
Adds functional search using sqlite full text search syntax.
|
2025-07-06 20:04:46 -07:00 |
|
|
|
e02e4ec399
|
Adds Flipper support to debug DB issues.
|
2025-07-06 20:04:46 -07:00 |
|
|
|
8706240fb4
|
Adds DevContent class with dev resources. Specifically an example monster.
Adds a task.
|
2025-07-06 20:04:46 -07:00 |
|
|
|
e17c492baf
|
Adds swipe to delete monsters on the library screen.
|
2025-07-06 20:04:45 -07:00 |
|
|
|
2df11701e6
|
Adds floating action button to the library screen to create new monsters.
Adds a snackbar on successful muonster creation to view the new monster.
|
2025-07-06 20:04:44 -07:00 |
|
|
|
c6c0e4f758
|
Makes clicking a monster on the library screen show that monster in the detail screen.
|
2025-07-06 20:04:44 -07:00 |
|
|
|
8c233a3bc7
|
Adds list of monsters to Library screen.
|
2025-07-06 20:04:44 -07:00 |
|
|
|
e98b72ad7d
|
Adds MCFragment and makes it the base fragment class.
|
2025-07-06 20:04:44 -07:00 |
|
|
|
1fb8dc3a86
|
Adds MonsterRepository to manage access to the RoomDB store.
|
2025-07-06 20:04:44 -07:00 |
|
|
|
8b52b0c3e5
|
Removes dev navigation on search button clicks.
|
2025-07-06 20:04:43 -07:00 |
|
|
|
ee065d7b39
|
Fixes back button in detail views.
|
2025-07-06 20:04:43 -07:00 |
|
|
|
59b319c27d
|
Adds default values to Monster constructor.
|
2025-07-06 20:04:43 -07:00 |
|
|
|
cdcb7a60d4
|
Adds logger.
|
2025-07-06 20:04:43 -07:00 |
|
|
|
79106ec9f3
|
Adds application class.
|
2025-07-06 20:04:42 -07:00 |
|
|
|
bb4cbbb98b
|
Upgrades android gradle plugin.
|
2025-07-06 20:04:41 -07:00 |
|
|
|
84b0fee261
|
Migrates Monster class to be storable in roomdb.
|
2025-07-06 20:04:41 -07:00 |
|
|
|
0c3ab6dc39
|
Creates initial app database class and adds minimal DTO support for monsters.
|
2025-07-06 20:04:37 -07:00 |
|
|
|
a694205c74
|
Fixes monster hp calculation so the first hit die is averaged like the others. Characters rolled as players will need to use custom HP.
|
2025-07-06 20:04:36 -07:00 |
|
|
|
793987c3fb
|
Adds RoomDB and rxjava3 dependencies.
|
2025-07-06 20:04:36 -07:00 |
|
|
|
7d5f9c89a9
|
Updates build sdk.
|
2025-07-06 20:04:22 -07:00 |
|
|
|
6da0bfe70a
|
Code reformat
|
2025-07-06 20:04:22 -07:00 |
|
|
|
a44893bca8
|
Adds actions to monster cards.
|
2025-07-06 20:04:22 -07:00 |
|
|
|
67375292a5
|
Adds abilities to monster cards.
Adds CommonMark dependency and CommonMarkHelper to render it to html.
|
2025-07-06 20:04:22 -07:00 |
|
|
|
145c827417
|
Adds challenge rating to monster cards.
|
2025-07-06 20:01:01 -07:00 |
|
|
|
8ff1cb8779
|
Adds languages to monster cards.
|
2025-07-06 20:00:59 -07:00 |
|
|
|
706b58fd2c
|
Adds senses to monster cards.
|
2025-07-06 20:00:58 -07:00 |
|
|
|
15973a79f0
|
Adds condition immunities to monster cards.
|
2025-07-06 20:00:58 -07:00 |
|
|
|
94edc44044
|
Adds damage types to monster cards.
Adds oxfordJoin to StringHelper.
|
2025-07-06 20:00:58 -07:00 |
|
|
|
5396b7b014
|
Adds skills to monster cards.
|
2025-07-06 20:00:57 -07:00 |
|
|
|
e0cc8560d1
|
Adds saving throws to monster card.
|
2025-07-06 20:00:55 -07:00 |
|
|
|
c627bb0873
|
Adds ability scores to monster card.
|
2025-07-06 20:00:55 -07:00 |
|
|
|
6d8ec92012
|
Adds speeds to monster card.
|
2025-07-06 20:00:55 -07:00 |
|
|
|
212358e41d
|
Adds hit points to monster card.
|
2025-07-06 20:00:55 -07:00 |
|
|
|
5fca394f0e
|
Adds very basic readme.
|
2025-07-06 20:00:55 -07:00 |
|
|
|
6c914fb947
|
Adds armor class and section divider to monster cards.
|
2025-07-06 20:00:55 -07:00 |
|
|
|
5a283b8dae
|
Adds monster meta (size, type, subtype/tag, and alignment) to monster cards.
|
2025-07-06 20:00:54 -07:00 |
|
|
|
407987e410
|
Adds monster name to monster cards.
|
2025-07-06 20:00:50 -07:00 |
|
|
|
27a1dd7580
|
Fixes build.gradle to generate safeargs directions for navigation.
|
2025-07-06 20:00:24 -07:00 |
|
|
|
775fbf3d9b
|
Fixes deprecation warnings about ViewModelProviders.of(...).
|
2025-07-06 20:00:24 -07:00 |
|
|
|
2a75de4bce
|
Adds Monster fragment to view a monster's card.
Adds query box and search button to search fragment.
Makes the search button show a monster card.
|
2025-07-06 20:00:23 -07:00 |
|
|
|
72502b3d03
|
Enables obfuscation and minification for release builds.
|
2025-07-06 20:00:18 -07:00 |
|
|
|
2b8a178c05
|
Adds top level navigation and placeholder fragments.
|
2025-07-06 20:00:16 -07:00 |
|
|
|
ab306289bd
|
Sets better color scheme.
|
2025-07-06 19:59:12 -07:00 |
|
|
|
74b0c6695f
|
Adds AppCenter config.
|
2025-07-06 19:58:55 -07:00 |
|
|
|
44d90ff5ea
|
Adds INTERNET permission to manifest.
|
2025-07-06 19:58:55 -07:00 |
|
|
|
5113283550
|
Initial
|
2025-07-06 19:58:28 -07:00 |
|
Tom Hicks
|
2a963cea0a
|
Cleans up monorepo documentation.
|
2025-07-06 19:25:13 -07:00 |
|
Tom Hicks
|
c4bb775af4
|
Merge commit 'd1e3c3f5f313057e5a81a4333906ef5d79adea83' as 'Android'
|
2025-06-30 12:23:51 -07:00 |
|