Commit Graph

76 Commits

Author SHA1 Message Date
Tom Hicks
2e02d0396f Adds views for dashboard. 2021-07-03 22:23:20 -07:00
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
6cac34807a Fixes screen titles. 2021-06-30 23:50:05 -07:00
Tom Hicks
50b1229b29 Makes monster importing a fragment in the main activity.
Makes the edit action work when editing an imported monster.
2021-06-30 23:24:46 -07:00
Tom Hicks
4446c57cea Adds import monster activity. 2021-06-30 11:20:20 -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
cb16cf5d23 Code style cleanup.
Replaces Fragment with MCFragment.
2021-06-25 14:31:49 -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
eebad6ee9a Adds "New Skill" button. 2021-06-10 23:45:04 -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
759a846e47 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
a49780a998 Extracts library strings to resources. 2021-05-27 03:22:23 -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
66792aa96c Adds edit button to monster detail view. 2021-05-24 02:09:42 -07:00
0531d3bd42 Fixes the width of items in the library view. 2021-05-24 02:07:19 -07:00
69773a3252 Makes the swipe to delete callback more generic. 2021-05-02 03:16:02 -07:00