Commit Graph

39 Commits

Author SHA1 Message Date
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
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
422585caae Adds languages to monster cards. 2020-09-01 23:13:17 -07:00
3511f73d14 Adds senses to monster cards. 2020-09-01 23:05:26 -07:00
54a81f98bc Adds condition immunities to monster cards. 2020-09-01 22:59:38 -07:00
93e14b8e68 Adds damage types to monster cards.
Adds oxfordJoin to StringHelper.
2020-09-01 22:50:04 -07:00
693d9a4a45 Adds skills to monster cards. 2020-09-01 22:11:04 -07:00
ac9d851c6e Adds saving throws to monster card. 2020-09-01 21:59:16 -07:00
8da8e1919e Adds ability scores to monster card. 2020-09-01 21:39:36 -07:00
ab2f64fa2d Adds speeds to monster card. 2020-09-01 21:17:36 -07:00
f8d74a50db Adds hit points to monster card. 2020-09-01 20:55:58 -07:00
851b02f746 Adds armor class and section divider to monster cards. 2020-09-01 00:54:22 -07:00
e2050bcec7 Adds monster meta (size, type, subtype/tag, and alignment) to monster cards. 2020-09-01 00:44:16 -07:00
9eccc93b1e Adds monster name to monster cards. 2020-09-01 00:30:12 -07:00
e9fcdbd07e Adds Monster fragment to view a monster's card.
Adds query box and search button to search fragment.
Makes the search button show a monster card.
2020-09-01 00:07:18 -07:00
75be526fca Adds top level navigation and placeholder fragments. 2020-08-31 23:04:56 -07:00
914e8f29f9 Sets better color scheme. 2020-08-31 22:43:06 -07:00
cfd79ba5c1 Initial 2020-08-31 21:54:31 -07:00