Commit Graph

65 Commits

Author SHA1 Message Date
Tom Hicks
54d0918ee0 Makes radio buttons suck less.
Styles the advantage picker and proficiency picker.
Makes the saving throws screen nicer.
2021-07-01 02:21:41 -07:00
Tom Hicks
e710993389 Fixes lists to use similar sized items. 2021-07-01 00:02:48 -07:00
Tom Hicks
3e81f2ed2f 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
ba1c30ba66 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
b851c18207 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
b835f70b83 Adds ScrollViews to the editors that were missing them. 2021-06-25 23:38:13 -07:00
Tom Hicks
ab93a248dc Adds some TODOs. 2021-06-25 23:32:54 -07:00
Tom Hicks
effada1a26 Fixes the size of the edit languages header. 2021-06-25 23:31:43 -07:00
Tom Hicks
f6f38924bd Renames EditTraitListFragment to EditTraitsFragment to match the other list fragments. 2021-06-25 20:33:33 -07:00
Tom Hicks
31bed7f4fa 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
3633b39e70 Auto formatted all files. 2021-06-25 17:41:53 -07:00
Tom Hicks
101a2676dc Adds editing support for other traits using some shared fragments. 2021-06-25 17:29:39 -07:00
Tom Hicks
7fcafa608c Adds ability editor. 2021-06-25 14:33:40 -07:00
Tom Hicks
6ae5c43fa6 Fixes name of "Add Damage Type" string. 2021-06-25 14:33:09 -07:00
Tom Hicks
f8346a44b3 Adds ability to edit languages. 2021-06-25 11:06:51 -07:00
b562d34a99 Add damage resistances and damage vulnerabilities to the monster editor. 2021-06-20 19:57:22 -07:00
9e9e8f8984 Adds damage resistances to monster editor. 2021-06-20 19:35:16 -07:00
9799230036 Adds editing of condition immunities. 2021-06-20 17:50:37 -07:00
6a9b69c6d2 Adds edit sense fragment. 2021-06-20 14:07:44 -07:00
6649b58cf8 Adds Edit Senses fragment. 2021-06-20 14:07:44 -07:00
c9f11c4f77 Removes unused code from edit skills. 2021-06-20 12:40:06 -07:00
4774281048 Adds edit skill fragment to edit individual skills. 2021-06-20 00:51:56 -07:00
8545b6c819 Makes AdvantagePicker work if you set the id of the advantage picker to advantage. 2021-06-20 00:41:09 -07:00
d0e4b3c9f1 Adds ability score picker. 2021-06-20 00:40:14 -07:00
616e74fc00 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
d388d3ee5f Makes Add Skill button a FloatingActionButton. 2021-06-12 19:51:48 -07:00
21296a06ae Adds edit skills view. 2021-06-10 22:50:27 -07:00
1eb5acb30c Adds edit challenge rating screen. 2021-05-31 20:23:39 -07:00
150cd1a154 Adds saving throws editor. 2021-05-31 12:58:34 -07:00
61a1ec399e Adds AdvantagePicker and ProficiencyPicker components. 2021-05-31 12:56:58 -07:00
ce178221cc Adds a Stepper control and uses it for the steppers in the editor. 2021-05-30 03:40:30 -07:00
797fee624d Adds screen to edit ability scores. 2021-05-30 01:55:45 -07:00
eb3223bab9 Adds Edit Speed screen to the monster editor. 2021-05-30 00:10:44 -07:00
6cb2c05238 Adds Edit Armor screen to edit a monster's armor stats. 2021-05-29 19:46:28 -07:00
12ceacacaa Adds hit dice and has custom HP toggle to the edit basic info screen. 2021-05-27 21:44:17 -07:00
45924f5cb7 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
68ab2b6373 Adds top level items to the edit monster view. 2021-05-27 02:17:00 -07:00
73c81f8956 Replaces EditMonsterFragment with a basic ConstraintLayout. 2021-05-27 01:15:46 -07:00
75b77ce791 Adds Edit Monster placeholder fragment. 2021-05-24 02:48:00 -07:00
0531d3bd42 Fixes the width of items in the library view. 2021-05-24 02:07:19 -07:00
3ce68e383f Fixes a bunch of lint errors and enables Flipper navigation logging. 2021-05-02 02:46:50 -07:00
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
74bca57dff Adds functional search using sqlite full text search syntax. 2021-05-01 17:53:48 -07:00
9b9e2a6ae9 Adds swipe to delete monsters on the library screen. 2021-05-01 00:48:17 -07:00
02c964954f Adds list of monsters to Library screen. 2021-05-01 00:28:54 -07:00
e5669c377d Code reformat 2020-09-02 00:05:03 -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