Commit Graph
26 Commits
Author SHA1 Message Date
denizk0461 554ec6478c export is implemented, import is broken 2023-11-08 10:59:47 +01:00
denizk0461 c9698e5f93 UI changes: changed "randomise entry order" to "shuffle order" to clear ambiguity; added buttons for import and export of entries (function to be implemented) 2023-11-08 09:46:47 +01:00
denizk0461 62bbba447f Upgraded dependencies; started work on entry import & export via JSON 2023-11-01 10:24:00 +01:00
denizk0461 cd075e9560 Added a database to migrate entry storage to later; added checks to determine whether existing entries need to be migrated from preference storage to database 2023-05-30 09:36:57 +02:00
denizk0461 942af61b9d Text Basic 2.0.2: Fixed the awful function responsible for changing the number picker values based on which button had been clicked; changed number clickers to use respective functions in QuoteStorage.kt rather than generic getInt() and setInt() 2023-05-28 12:26:48 +02:00
denizk0461 9bc1343d22 Removed ads because I got sick of them; entry recycler view now scrolls to position of newly created items 2023-05-28 11:39:29 +02:00
denizk0461 c552c584b4 Text Basic 2.0.1: added a force save button 2023-05-19 11:15:04 +02:00
denizk0461 447ca4ecb2 Text Basic 2.0.0: quick fix on the dropdown menu, implemented a custom DropdownAdapter.kt because a bug on the dropdown menus from years ago still has not been fixed... I encountered this bug in a project back in 2019. How is this still a thing? 2023-05-17 10:22:55 +02:00
denizk0461 5636f1e679 Icon update; re-wrote text font dropdown so it looks a bit better 2023-05-17 09:54:15 +02:00
denizk0461 c9c325ddf0 PROPERLY implemented ad view now; also screw the app id thing lol 2023-05-16 16:10:57 +02:00
denizk0461 f09e14ffc8 New app icon; implemented AdMob; gitignoring AndroidManifest.xml until I find a better solution to hide the app ad ID 2023-05-16 15:46:34 +02:00
denizk0461 2566952d96 Button for opening colour picker now tints properly, including its text and icon 2023-05-16 14:14:38 +02:00
denizk0461 a573e2e071 ColorPickerDialog has been implemented - picking colours for text and highlight now works! 2023-05-16 12:58:58 +02:00
denizk0461 4dfc2a2df6 Removed old settings fragment; added licences button; added ColorPickerView dependency, to be used to pick colours for text and highlight; removed transparency settings in favour of ColorPickerView 2023-05-16 11:38:04 +02:00
denizk0461 eca9594a7e Implemented functionality to pick a font, currently limited to 3 default fonts (sans-serif, serif, monospace) 2023-05-16 10:25:29 +02:00
denizk0461 a1cab07ea9 Implemented view and functionality for changing position (gravity) of the widget 2023-05-16 10:00:33 +02:00
denizk0461 7b598903ae Implemented functionality in settings for text style, size, opacity, highlight style, intensity, opacity, and order 2023-05-16 09:49:16 +02:00
denizk0461 8454d4f924 Implemented settings for text size, text transparency, font style, highlight style, highlight transparency, and randomised entry order; fixed a bug in QuoteAdapter.onRowMoved() 2023-05-15 22:10:58 +02:00
denizk0461 62278bbfe0 Revamped the settings page in SettingsNewFragment.kt, but no functions are currently implemented 2023-05-15 17:00:38 +02:00
denizk0461 a7356bc97d Implemented navigation component; deleting an entry now shows a snack bar that allows for undo; edited several layouts 2023-05-15 15:18:47 +02:00
denizk0461 e0e7a4cbe0 Implemented drag-and-drop reordering ability in quote recycler view; refactored project structure 2023-05-15 14:16:48 +02:00
denizk0461 252c69a3ef Added text fields to change colours for text and background, but background logic for that is not yet implemented. BUG: settings don't react as they should. Clicking on "serif," for example, doesn't actually select and store serif. What is going on? 2023-05-08 13:15:09 +02:00
denizk0461 d51cef64bb Implemented text opacity setting 2023-05-08 12:17:32 +02:00
denizk0461 f95ed24abc Restored option to center widget text; added option to change text opacity (currently non-functional) 2023-05-08 12:05:56 +02:00
denizk0461 94ac9aaf03 Fixed a lot of problems that Android Studio raised with the projects, mostly deprecations and unused imports. 2023-05-08 11:39:44 +02:00
denizk0461 06ea1c88e4 Initial push; upped AGP to 8.0.1, Kotlin plugin to 1.8.20, as well as updated all dependencies. 2023-05-08 11:27:43 +02:00