Commit Graph

70 Commits

Author SHA1 Message Date
Tom Hicks
826fcd6d1f Adds other traits to the monster detail fragment.
Cleans up the monster detail fragment to work like the other fragments.
2021-06-27 01:33:07 -07:00
Tom Hicks
918751dd3e Refactors monster detail to use a view holder and partially corrects Regional Actions to Regional Effects. 2021-06-27 00:17:16 -07:00
Tom Hicks
2427f69da9 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.
2021-06-26 02:42:10 -07:00
Tom Hicks
59c3bfc11a Adds ScrollViews to the editors that were missing them. 2021-06-25 23:38:13 -07:00
Tom Hicks
a59e9d438a Adds some TODOs. 2021-06-25 23:32:54 -07:00
Tom Hicks
656bf3e5c5 Fixes the size of the edit languages header. 2021-06-25 23:31:43 -07:00
Tom Hicks
faaea0ea7e Renames EditTraitListFragment to EditTraitsFragment to match the other list fragments. 2021-06-25 20:33:33 -07:00
Tom Hicks
881fcf9123 Replaces condition immunities, damage immunities, damage resistances, damage vulnerabilities, and senses with a unified list of strings editor. 2021-06-25 20:28:25 -07:00
Tom Hicks
5533c03f07 Auto formatted all files. 2021-06-25 17:41:53 -07:00
Tom Hicks
76535d56f2 Adds editing support for other traits using some shared fragments. 2021-06-25 17:29:39 -07:00
Tom Hicks
3a918fea6f Adds ability editor. 2021-06-25 14:33:40 -07:00
Tom Hicks
0b881a50da Fixes name of "Add Damage Type" string. 2021-06-25 14:33:09 -07:00
Tom Hicks
0d1ab5a6d5 Code style cleanup.
Replaces Fragment with MCFragment.
2021-06-25 14:31:49 -07:00
Tom Hicks
b14fe3ad69 Adds ability to edit languages. 2021-06-25 11:06:51 -07:00
18c7f6c3d7 Add damage resistances and damage vulnerabilities to the monster editor. 2021-06-20 19:57:22 -07:00
884ffdd218 Adds damage resistances to monster editor. 2021-06-20 19:35:16 -07:00
2f5402e84f Adds editing of condition immunities. 2021-06-20 17:50:37 -07:00
44a64b3fc4 Adds edit sense fragment. 2021-06-20 14:07:44 -07:00
8e29dc2440 Adds Edit Senses fragment. 2021-06-20 14:07:44 -07:00
1449893e4e Removes unused code from edit skills. 2021-06-20 12:40:06 -07:00
3a3f78a31e Adds edit skill fragment to edit individual skills. 2021-06-20 00:51:56 -07:00
3231a36be5 Makes AdvantagePicker work if you set the id of the advantage picker to advantage. 2021-06-20 00:41:09 -07:00
0c7394f05e Adds ability score picker. 2021-06-20 00:40:14 -07:00
afba6e8490 Adds item dividers to the Library and Edit Skills screens.
Makes the two layouts consistent with each other.
2021-06-12 21:48:23 -07:00
b51318220b Makes Add Skill button a FloatingActionButton. 2021-06-12 19:51:48 -07:00
703bb3d77f Adds "New Skill" button. 2021-06-10 23:45:04 -07:00
98f46694fc Adds edit skills view. 2021-06-10 22:50:27 -07:00
0e3f14f288 Adds edit challenge rating screen. 2021-05-31 20:23:39 -07:00
8fd313e3df Adds saving throws editor. 2021-05-31 12:58:34 -07:00
1c5762405a Adds AdvantagePicker and ProficiencyPicker components. 2021-05-31 12:56:58 -07:00
aa850ecfc6 Adds a Stepper control and uses it for the steppers in the editor. 2021-05-30 03:40:30 -07:00
5a94408f7b Adds screen to edit ability scores. 2021-05-30 01:55:45 -07:00
84467dbb0d Adds Edit Speed screen to the monster editor. 2021-05-30 00:10:44 -07:00
f4dd3855d6 Adds Edit Armor screen to edit a monster's armor stats. 2021-05-29 19:46:28 -07:00
82ce3d3788 Adds hit dice and has custom HP toggle to the edit basic info screen. 2021-05-27 21:44:17 -07:00
a19839b473 Adds edit basic info screen with most string fields.
Cleans up fonts/margins on edit screens.
Makes the EditMonsterViewModel shared between edit monster fragments.
2021-05-27 13:22:57 -07:00
acef784c6d Makes EditMonsterFragment load the monster based with the id passed in and show it's name in the title. 2021-05-27 03:24:33 -07:00
71c0fdb43e Extracts library strings to resources. 2021-05-27 03:22:23 -07:00
b70c077b56 Adds top level items to the edit monster view. 2021-05-27 02:17:00 -07:00
76027ca186 Replaces EditMonsterFragment with a basic ConstraintLayout. 2021-05-27 01:15:46 -07:00
dc4d78b7fb Adds Edit Monster placeholder fragment. 2021-05-24 02:48:00 -07:00
91647ab951 Adds edit button to monster detail view. 2021-05-24 02:09:42 -07:00
838c9be704 Fixes the width of items in the library view. 2021-05-24 02:07:19 -07:00
d100624c32 Makes the swipe to delete callback more generic. 2021-05-02 03:16:02 -07:00
ec518cd2db Fixes a bunch of lint errors and enables Flipper navigation logging. 2021-05-02 02:46:50 -07:00
d1ec7fd51c Replaces fragment tag with FragmentContainerView. 2021-05-02 01:36:16 -07:00
ff379521c0 Renames MonsterFragment to MonsterDetailFragment to better explain its use. 2021-05-02 01:35:45 -07:00
213360f418 Adds functional search using sqlite full text search syntax. 2021-05-01 17:53:48 -07:00
8a0b955dbe Adds swipe to delete monsters on the library screen. 2021-05-01 00:48:17 -07:00
6c9912ae02 Adds list of monsters to Library screen. 2021-05-01 00:28:54 -07:00