|
|
58b1a5b3a5
|
Replaces fragment tag with FragmentContainerView.
|
2021-05-02 01:36:16 -07:00 |
|
|
|
0fa5fc8255
|
Renames MonsterFragment to MonsterDetailFragment to better explain its use.
|
2021-05-02 01:35:45 -07:00 |
|
|
|
2b92040fd4
|
Make AppCenter only included in debug builds.
Moves Flipper initialization to the same place as AppCenter.
|
2021-05-02 00:45:23 -07:00 |
|
|
|
f6633a0676
|
Removes release build dependencies on Flipper and SoLoader.
|
2021-05-02 00:03:46 -07:00 |
|
|
|
a00a149029
|
ViewModel cleanup
Removes unused view models.
Fixes warnings int MonsterViewModel.
|
2021-05-01 23:22:04 -07:00 |
|
|
|
6a88fccf65
|
Cleans up compiler warnings.
|
2021-05-01 22:35:37 -07:00 |
|
|
|
78e7f3ffe4
|
Removes unused type converter.
|
2021-05-01 22:34:25 -07:00 |
|
|
|
74bca57dff
|
Adds functional search using sqlite full text search syntax.
|
2021-05-01 17:53:48 -07:00 |
|
|
|
1161e9aff5
|
Adds Flipper support to debug DB issues.
|
2021-05-01 13:37:11 -07:00 |
|
|
|
2a9a783558
|
Adds DevContent class with dev resources. Specifically an example monster.
Adds a task.
|
2021-05-01 00:50:14 -07:00 |
|
|
|
9b9e2a6ae9
|
Adds swipe to delete monsters on the library screen.
|
2021-05-01 00:48:17 -07:00 |
|
|
|
28d2472eb7
|
Adds floating action button to the library screen to create new monsters.
Adds a snackbar on successful muonster creation to view the new monster.
|
2021-05-01 00:45:48 -07:00 |
|
|
|
a6c1f5b687
|
Makes clicking a monster on the library screen show that monster in the detail screen.
|
2021-05-01 00:41:24 -07:00 |
|
|
|
02c964954f
|
Adds list of monsters to Library screen.
|
2021-05-01 00:28:54 -07:00 |
|
|
|
9409ef67a4
|
Adds MCFragment and makes it the base fragment class.
|
2021-05-01 00:01:05 -07:00 |
|
|
|
43475450f9
|
Adds MonsterRepository to manage access to the RoomDB store.
|
2021-04-30 23:53:38 -07:00 |
|
|
|
0aff22c0f7
|
Removes dev navigation on search button clicks.
|
2021-04-30 23:46:59 -07:00 |
|
|
|
9c7e29a17f
|
Fixes back button in detail views.
|
2021-04-30 23:45:58 -07:00 |
|
|
|
fc5ff934d0
|
Adds default values to Monster constructor.
|
2021-04-30 23:44:44 -07:00 |
|
|
|
cdf38d7050
|
Adds logger.
|
2021-04-30 23:43:49 -07:00 |
|
|
|
11a724b143
|
Adds application class.
|
2021-04-30 23:41:38 -07:00 |
|
|
|
28d3c7c267
|
Upgrades android gradle plugin.
|
2021-04-18 00:42:11 -07:00 |
|
|
|
0a5f436a51
|
Migrates Monster class to be storable in roomdb.
|
2021-04-17 23:25:28 -07:00 |
|
|
|
f75f3f67d2
|
Creates initial app database class and adds minimal DTO support for monsters.
|
2021-04-17 14:33:49 -07:00 |
|
|
|
6c77202dd0
|
Fixes monster hp calculation so the first hit die is averaged like the others. Characters rolled as players will need to use custom HP.
|
2021-04-17 13:57:15 -07:00 |
|
|
|
2f2063be19
|
Adds RoomDB and rxjava3 dependencies.
|
2021-04-17 13:57:15 -07:00 |
|
|
|
cf69c6f2e7
|
Updates build sdk.
|
2021-04-04 23:54:17 -07:00 |
|
|
|
e5669c377d
|
Code reformat
|
2020-09-02 00:05:03 -07:00 |
|
|
|
87ae95c1bc
|
Adds misc project file.
|
2020-09-02 00:00:24 -07:00 |
|
|
|
63124fa394
|
Adds actions to monster cards.
|
2020-09-01 23:59:12 -07:00 |
|
|
|
476b690c51
|
Adds abilities to monster cards.
Adds CommonMark dependency and CommonMarkHelper to render it to html.
|
2020-09-01 23:42:09 -07:00 |
|
|
|
3f818d9abd
|
Adds challenge rating to monster cards.
|
2020-09-01 23:19:22 -07:00 |
|
|
|
422585caae
|
Adds languages to monster cards.
|
2020-09-01 23:13:17 -07:00 |
|
|
|
3511f73d14
|
Adds senses to monster cards.
|
2020-09-01 23:05:26 -07:00 |
|
|
|
54a81f98bc
|
Adds condition immunities to monster cards.
|
2020-09-01 22:59:38 -07:00 |
|
|
|
93e14b8e68
|
Adds damage types to monster cards.
Adds oxfordJoin to StringHelper.
|
2020-09-01 22:50:04 -07:00 |
|
|
|
693d9a4a45
|
Adds skills to monster cards.
|
2020-09-01 22:11:04 -07:00 |
|
|
|
ac9d851c6e
|
Adds saving throws to monster card.
|
2020-09-01 21:59:16 -07:00 |
|
|
|
8da8e1919e
|
Adds ability scores to monster card.
|
2020-09-01 21:39:36 -07:00 |
|
|
|
ab2f64fa2d
|
Adds speeds to monster card.
|
2020-09-01 21:17:36 -07:00 |
|
|
|
f8d74a50db
|
Adds hit points to monster card.
|
2020-09-01 20:55:58 -07:00 |
|
|
|
72ab7cae72
|
Adds very basic readme.
|
2020-09-01 01:39:36 -07:00 |
|
|
|
851b02f746
|
Adds armor class and section divider to monster cards.
|
2020-09-01 00:54:22 -07:00 |
|
|
|
e2050bcec7
|
Adds monster meta (size, type, subtype/tag, and alignment) to monster cards.
|
2020-09-01 00:44:16 -07:00 |
|
|
|
9eccc93b1e
|
Adds monster name to monster cards.
|
2020-09-01 00:30:12 -07:00 |
|
|
|
62ac10dc7b
|
Fixes build.gradle to generate safeargs directions for navigation.
|
2020-09-01 00:22:29 -07:00 |
|
|
|
e526f8ce4b
|
Fixes deprecation warnings about ViewModelProviders.of(...).
|
2020-09-01 00:09:58 -07:00 |
|
|
|
e9fcdbd07e
|
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.
|
2020-09-01 00:07:18 -07:00 |
|
|
|
54449419a6
|
Enables obfuscation and minification for release builds.
|
2020-08-31 23:11:37 -07:00 |
|
|
|
75be526fca
|
Adds top level navigation and placeholder fragments.
|
2020-08-31 23:04:56 -07:00 |
|