|  | 87c845bd0d | Adds Edit Monster placeholder fragment. | 2025-07-06 20:11:40 -07:00 |  | 
			
				
					|  | f507f9d7cd | Adds edit button to monster detail view. | 2025-07-06 20:11:40 -07:00 |  | 
			
				
					|  | 8bb1f64e9f | Makes the swipe to delete callback more generic. | 2025-07-06 20:11:39 -07:00 |  | 
			
				
					|  | f2d0e93911 | Fixes a bunch of lint errors and enables Flipper navigation logging. | 2025-07-06 20:11:38 -07:00 |  | 
			
				
					|  | c9a7e028ae | Renames MonsterFragment to MonsterDetailFragment to better explain its use. | 2025-07-06 20:11:38 -07:00 |  | 
			
				
					|  | 807871fe5c | Make AppCenter only included in debug builds. Moves Flipper initialization to the same place as AppCenter. | 2025-07-06 20:11:37 -07:00 |  | 
			
				
					|  | acadf2170c | Adds functional search using sqlite full text search syntax. | 2025-07-06 20:11:36 -07:00 |  | 
			
				
					|  | 8215d2021c | Adds DevContent class with dev resources. Specifically an example monster. Adds a task. | 2025-07-06 20:11:35 -07:00 |  | 
			
				
					|  | 0cbf6022c4 | Adds swipe to delete monsters on the library screen. | 2025-07-06 20:11:35 -07:00 |  | 
			
				
					|  | eec695bfc8 | Adds MonsterRepository to manage access to the RoomDB store. | 2025-07-06 20:11:34 -07:00 |  | 
			
				
					|  | 8363912e53 | Adds logger. | 2025-07-06 20:11:33 -07:00 |  | 
			
				
					|  | 67db8d79d0 | Adds application class. | 2025-07-06 20:11:32 -07:00 |  | 
			
				
					|  | b5834f3db2 | Migrates Monster class to be storable in roomdb. | 2025-07-06 20:11:25 -07:00 |  | 
			
				
					|  | ca6a319bd9 | Creates initial app database class and adds minimal DTO support for monsters. | 2025-07-06 20:08:58 -07:00 |  | 
			
				
					|  | 95ba20b5c6 | Adds RoomDB and rxjava3 dependencies. | 2025-07-06 20:08:57 -07:00 |  | 
			
				
					|  | ea65692b38 | Adds abilities to monster cards. Adds CommonMark dependency and CommonMarkHelper to render it to html. | 2025-07-06 20:08:56 -07:00 |  | 
			
				
					|  | d7cf01e30d | Adds languages to monster cards. | 2025-07-06 20:08:56 -07:00 |  | 
			
				
					|  | 30c6dc7ee5 | Adds skills to monster cards. | 2025-07-06 20:08:55 -07:00 |  | 
			
				
					|  | f13be2c1ac | Adds armor class and section divider to monster cards. | 2025-07-06 20:08:54 -07:00 |  | 
			
				
					|  | 920344b5fd | Adds monster meta (size, type, subtype/tag, and alignment) to monster cards. | 2025-07-06 20:08:54 -07:00 |  | 
			
				
					|  | 7b3d6003d4 | Adds monster name to monster cards. | 2025-07-06 20:08:54 -07:00 |  | 
			
				
					|  | c837c19b87 | 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. | 2025-07-06 20:08:53 -07:00 |  | 
			
				
					|  | b9759f6364 | Adds top level navigation and placeholder fragments. | 2025-07-06 20:08:52 -07:00 |  | 
			
				
					|  | 2defd1fca1 | Adds INTERNET permission to manifest. | 2025-07-06 20:08:51 -07:00 |  | 
			
				
					|  | 07f81a5f6d | Initial | 2025-07-06 20:08:51 -07:00 |  | 
			
				
					|  | 0dc96a8c45 | Removes unneeded logging. | 2025-07-06 20:05:13 -07:00 |  | 
			
				
					|  | 10bca503e5 | Adds support for virtual file urls. | 2025-07-06 20:05:13 -07:00 |  | 
			
				
					|  | fbf119fb8a | Updates manifest to clear warnings and errors for targeting os 12. | 2025-07-06 20:05:13 -07:00 |  | 
			
				
					|  | 3d6adaad2c | Updates dependencies to latest versions. | 2025-07-06 20:05:13 -07:00 |  | 
			
				
					|  | 4e45a547f4 | Moves gradle dependency versions out of variables. | 2025-07-06 20:05:13 -07:00 |  | 
			
				
					|  | 792628d4a4 | Adds proguard config. | 2025-07-06 20:05:13 -07:00 |  | 
			
				
					|  | b6b669a0db | Disables release build minification and obfuscation. | 2025-07-06 20:05:12 -07:00 |  | 
			
				
					|  | 540a0474da | Disables minification of release builds. | 2025-07-06 20:05:12 -07:00 |  | 
			
				
					|  | 49734d5eef | Fixed release flipper stub. Updates dependency versions. | 2025-07-06 20:05:12 -07:00 |  | 
			
				
					|  | 39cab7f799 | Removes dead code and cleans up annotations Nullable/NonNull annotations. | 2025-07-06 20:05:12 -07:00 |  | 
			
				
					| 
							
							
								 Tom Hicks | 1e007a3553 | Makes dashboard views use dimension and string resources. | 2025-07-06 20:05:12 -07:00 |  | 
			
				
					| 
							
							
								 Tom Hicks | 1a487f950d | Adds functional dashboard based on recycler view that picks the number of columns based on screen width. | 2025-07-06 20:05:12 -07:00 |  | 
			
				
					| 
							
							
								 Tom Hicks | ea13e38402 | Adds dashboard mockup. | 2025-07-06 20:05:12 -07:00 |  | 
			
				
					| 
							
							
								 Tom Hicks | 8e2372085d | Adds views for dashboard. | 2025-07-06 20:05:10 -07:00 |  | 
			
				
					| 
							
							
								 Tom Hicks | 129d910126 | Makes radio buttons suck less. Styles the advantage picker and proficiency picker.
Makes the saving throws screen nicer. | 2025-07-06 20:05:09 -07:00 |  | 
			
				
					| 
							
							
								 Tom Hicks | 1a23e5e35a | Fixes missing descriptions on imported traits. | 2025-07-06 20:05:09 -07:00 |  | 
			
				
					| 
							
							
								 Tom Hicks | 660cf633da | Fixes lists to use similar sized items. | 2025-07-06 20:05:09 -07:00 |  | 
			
				
					| 
							
							
								 Tom Hicks | 1e7a7c68aa | Fixes screen titles. | 2025-07-06 20:05:08 -07:00 |  | 
			
				
					| 
							
							
								 Tom Hicks | 070fda0989 | Makes monster importing a fragment in the main activity. Makes the edit action work when editing an imported monster. | 2025-07-06 20:05:08 -07:00 |  | 
			
				
					| 
							
							
								 Tom Hicks | af05c41b75 | Adds import monster activity. | 2025-07-06 20:05:08 -07:00 |  | 
			
				
					| 
							
							
								 Tom Hicks | efa4c2a299 | Refactors monster helper methods into a separate class. | 2025-07-06 20:05:07 -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 | 7cfc6d4f65 | Removes unused methods from EditMonsterViewModel. | 2025-07-06 20:05:07 -07:00 |  | 
			
				
					| 
							
							
								 Tom Hicks | cdae6a8b39 | Adds OnMoveCallback to the SwipeToDeleteCallback class. Makes traits orderable. | 2025-07-06 20:05:07 -07:00 |  |