Tom Hicks
af05c41b75
Adds import monster activity.
2025-07-06 20:05:08 -07:00
Tom Hicks
2f5918b7a2
Adds other traits to the monster detail fragment.
...
Cleans up the monster detail fragment to work like the other fragments.
2025-07-06 20:05:07 -07:00
Tom Hicks
cb6f7122ed
Refactors monster detail to use a view holder and partially corrects Regional Actions to Regional Effects.
2025-07-06 20:05:07 -07:00
Tom Hicks
6d43b0635c
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:05:07 -07:00
Tom Hicks
0fcfa7e782
Adds ScrollViews to the editors that were missing them.
2025-07-06 20:05:07 -07:00
Tom Hicks
6e597462ef
Adds some TODOs.
2025-07-06 20:05:07 -07:00
Tom Hicks
12ffc5b15f
Fixes the size of the edit languages header.
2025-07-06 20:05:07 -07:00
Tom Hicks
f1cbc60857
Renames EditTraitListFragment to EditTraitsFragment to match the other list fragments.
2025-07-06 20:05:07 -07:00
Tom Hicks
a2798ddc82
Replaces condition immunities, damage immunities, damage resistances, damage vulnerabilities, and senses with a unified list of strings editor.
2025-07-06 20:05:06 -07:00
Tom Hicks
ecf2b01723
Auto formatted all files.
2025-07-06 20:05:05 -07:00
Tom Hicks
18d6f2a31e
Adds editing support for other traits using some shared fragments.
2025-07-06 20:05:05 -07:00
Tom Hicks
7cbcf8d07c
Adds ability editor.
2025-07-06 20:05:04 -07:00
Tom Hicks
dc487d238a
Fixes name of "Add Damage Type" string.
2025-07-06 20:05:03 -07:00
Tom Hicks
b8c702f665
Code style cleanup.
...
Replaces Fragment with MCFragment.
2025-07-06 20:05:03 -07:00
Tom Hicks
5289bac908
Adds ability to edit languages.
2025-07-06 20:05:03 -07:00
b8af70406f
Add damage resistances and damage vulnerabilities to the monster editor.
2025-07-06 20:05:03 -07:00
7eae6f820e
Adds damage resistances to monster editor.
2025-07-06 20:05:03 -07:00
e20602cc3d
Adds editing of condition immunities.
2025-07-06 20:05:03 -07:00
8d94afeb55
Adds edit sense fragment.
2025-07-06 20:05:03 -07:00
c401b7919e
Adds Edit Senses fragment.
2025-07-06 20:05:03 -07:00
9983ba10cb
Removes unused code from edit skills.
2025-07-06 20:05:03 -07:00
1f15d73573
Adds edit skill fragment to edit individual skills.
2025-07-06 20:05:03 -07:00
f6a8b83343
Makes AdvantagePicker work if you set the id of the advantage picker to advantage.
2025-07-06 20:05:02 -07:00
eb3fa5108f
Adds ability score picker.
2025-07-06 20:05:02 -07:00
70e05cbb21
Adds item dividers to the Library and Edit Skills screens.
...
Makes the two layouts consistent with each other.
2025-07-06 20:05:00 -07:00
b67073622f
Makes Add Skill button a FloatingActionButton.
2025-07-06 20:05:00 -07:00
c90579903d
Adds "New Skill" button.
2025-07-06 20:05:00 -07:00
1a02eab07a
Adds edit skills view.
2025-07-06 20:05:00 -07:00
00463c8092
Adds edit challenge rating screen.
2025-07-06 20:05:00 -07:00
2e7e40554d
Adds saving throws editor.
2025-07-06 20:04:58 -07:00
989440de83
Adds AdvantagePicker and ProficiencyPicker components.
2025-07-06 20:04:57 -07:00
3c4adacc17
Adds a Stepper control and uses it for the steppers in the editor.
2025-07-06 20:04:57 -07:00
c28e1cb8c5
Adds screen to edit ability scores.
2025-07-06 20:04:56 -07:00
ff26cb64b7
Adds Edit Speed screen to the monster editor.
2025-07-06 20:04:55 -07:00
28f0787020
Adds Edit Armor screen to edit a monster's armor stats.
2025-07-06 20:04:55 -07:00
71da064423
Adds hit dice and has custom HP toggle to the edit basic info screen.
2025-07-06 20:04:54 -07:00
dcce64f91a
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:04:53 -07:00
d52102d430
Makes EditMonsterFragment load the monster based with the id passed in and show it's name in the title.
2025-07-06 20:04:52 -07:00
bd3741af2d
Extracts library strings to resources.
2025-07-06 20:04:52 -07:00
b27274928e
Adds top level items to the edit monster view.
2025-07-06 20:04:52 -07:00
6bb1e419c8
Replaces EditMonsterFragment with a basic ConstraintLayout.
2025-07-06 20:04:52 -07:00
7aa6419ece
Adds Edit Monster placeholder fragment.
2025-07-06 20:04:51 -07:00
6b953e320d
Adds edit button to monster detail view.
2025-07-06 20:04:50 -07:00
9f56f0283a
Fixes the width of items in the library view.
2025-07-06 20:04:50 -07:00
886778ee78
Makes the swipe to delete callback more generic.
2025-07-06 20:04:50 -07:00
0a85324734
Fixes a bunch of lint errors and enables Flipper navigation logging.
2025-07-06 20:04:49 -07:00
b374dbfe71
Replaces fragment tag with FragmentContainerView.
2025-07-06 20:04:48 -07:00
21af6e20ba
Renames MonsterFragment to MonsterDetailFragment to better explain its use.
2025-07-06 20:04:48 -07:00
a1fab9d399
Adds functional search using sqlite full text search syntax.
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