Commit Graph
17 Commits
Author SHA1 Message Date
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 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