70b7a4e795
Makes DashboardFragment use its ViewModel
2025-07-06 20:12:45 -07:00
8b4d9b6b17
Fixes subscribing in the DashboardFragment.
2025-07-06 20:12:45 -07:00
6bad5a4ed5
Removes unneeded cast in LibraryFragment.
2025-07-06 20:12:44 -07:00
93bf987bb9
Extracts the ViewHolder for SimpleListItemBinding to SimpleListItemViewHolder<T>.
2025-07-06 20:12:44 -07:00
be433bf217
Makes the Library fragment use SimpleListItemBinding to build its ViewHolder.
2025-07-06 20:12:44 -07:00
1ae81b03b0
Makes search work.
2025-07-06 20:12:44 -07:00
4633a50bf4
Layout cleanup.
2025-07-06 20:12:43 -07:00
9ac73337af
Replaces duplicated list item layouts with a single shared SimpleListItem.
2025-07-06 20:12:43 -07:00
25340cb7fd
Adds generic ItemCallback interface.
2025-07-06 20:12:42 -07:00
be544f5304
Refactors Library to work like the other recycler views.
2025-07-06 20:12:41 -07:00
3dc39ad6a4
cleanup
2025-07-06 20:12:41 -07:00
92ea5b6a0d
Moves AppDatabase initialization into the AppDatabase class.
2025-07-06 20:12:40 -07:00
a5eec5c4c8
Moves DiffCallback methods into Monster class.
2025-07-06 20:12:40 -07:00
e598b2984a
Adds proguard config.
2025-07-06 20:12:39 -07:00
Tom Hicks
32ae8461b7
Adds functional dashboard based on recycler view that picks the number of columns based on screen width.
2025-07-06 20:12:39 -07:00
Tom Hicks
8686dbdaea
Adds dashboard mockup.
2025-07-06 20:12:38 -07:00
Tom Hicks
a8df37325f
Adds views for dashboard.
2025-07-06 20:12:38 -07:00
Tom Hicks
2743a8337b
Makes radio buttons suck less.
...
Styles the advantage picker and proficiency picker.
Makes the saving throws screen nicer.
2025-07-06 20:12:37 -07:00
Tom Hicks
b4767676d2
Fixes lists to use similar sized items.
2025-07-06 20:12:37 -07:00
Tom Hicks
7c9037af84
Makes monster importing a fragment in the main activity.
...
Makes the edit action work when editing an imported monster.
2025-07-06 20:12:36 -07:00
Tom Hicks
c582ba5eaa
Adds import monster activity.
2025-07-06 20:12:35 -07:00
Tom Hicks
8b2ab8f48f
Adds OnMoveCallback to the SwipeToDeleteCallback class.
...
Makes traits orderable.
2025-07-06 20:12:34 -07:00
Tom Hicks
2de07c54cc
View cleanup.
...
Makes more numeric fields Steppers.
Sets titles for fragments.
Sets focus on the first EditText on most edit pages.
Makes Checkbox be a SwitchCompat
Fixes monster list item view.
2025-07-06 20:12:33 -07:00
Tom Hicks
c50f79c273
Renames EditTraitListFragment to EditTraitsFragment to match the other list fragments.
2025-07-06 20:12:32 -07:00
Tom Hicks
921a02f953
Replaces condition immunities, damage immunities, damage resistances, damage vulnerabilities, and senses with a unified list of strings editor.
2025-07-06 20:12:30 -07:00
Tom Hicks
ec712842ca
Adds editing support for other traits using some shared fragments.
2025-07-06 20:11:56 -07:00
Tom Hicks
2f9dec4d02
Adds ability editor.
2025-07-06 20:11:55 -07:00
Tom Hicks
cb1e3343c9
Adds ability to edit languages.
2025-07-06 20:11:54 -07:00
5bded410d2
ViewModel refactoring.
2025-07-06 20:11:53 -07:00
f6a032844c
Fixes default values for array/set properties of monsters in db.
...
Removes individual senses properties and replaces with a Set<String>.
2025-07-06 20:11:52 -07:00
d214d615e5
Adds edit skill fragment to edit individual skills.
2025-07-06 20:11:51 -07:00
54f863ee5f
Adds ability score picker.
2025-07-06 20:11:51 -07:00
d4d298fcc3
Disables annoying lint rule.
2025-07-06 20:11:50 -07:00
7f31d98d7e
Adds "New Skill" button.
2025-07-06 20:11:49 -07:00
68348b18c2
Adds edit skills view.
2025-07-06 20:11:49 -07:00
42a2994f2c
Adds edit challenge rating screen.
2025-07-06 20:11:49 -07:00
218f39f6c2
Adds better change tracking to know if a monster needs to be saved.
2025-07-06 20:11:48 -07:00
2512bd8d75
Adds saving throws editor.
2025-07-06 20:11:47 -07:00
370d416a23
Adds AdvantagePicker and ProficiencyPicker components.
2025-07-06 20:11:47 -07:00
60d139078b
Adds a Stepper control and uses it for the steppers in the editor.
2025-07-06 20:11:46 -07:00
611fa6c323
Adds screen to edit ability scores.
2025-07-06 20:11:45 -07:00
ab5a3c7c67
Adds Edit Speed screen to the monster editor.
2025-07-06 20:11:44 -07:00
b889857e80
Adds Edit Armor screen to edit a monster's armor stats.
2025-07-06 20:11:44 -07:00
da0e072a45
Adds confirmation when going up from the edit monster screen to save, cancel, or discard changes.
2025-07-06 20:11:43 -07:00
e075fc4369
Adds edit basic info screen with most string fields.
...
Cleans up fonts/margins on edit screens.
Makes the EditMonsterViewModel shared between edit monster fragments.
2025-07-06 20:11:43 -07:00
0db46ebb51
Adds TextChangedListener helper class to make working with text inputs less verbose.
2025-07-06 20:11:42 -07:00
20318b0ad5
Adds top level items to the edit monster view.
2025-07-06 20:11:41 -07:00
6debb1eb27
Replaces EditMonsterFragment with a basic ConstraintLayout.
2025-07-06 20:11:41 -07:00
87c845bd0d
Adds Edit Monster placeholder fragment.
2025-07-06 20:11:40 -07:00
f507f9d7cd
Adds edit button to monster detail view.
2025-07-06 20:11:40 -07:00