Commit Graph

  • 554ec6478c export is implemented, import is broken master denizk0461 2023-11-08 10:59:47 +01:00
  • 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) denizk0461 2023-11-08 09:46:47 +01:00
  • 62bbba447f Upgraded dependencies; started work on entry import & export via JSON denizk0461 2023-11-01 10:24:00 +01:00
  • 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 denizk0461 2023-05-30 09:36:57 +02:00
  • 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() denizk0461 2023-05-28 12:26:48 +02:00
  • 9bc1343d22 Removed ads because I got sick of them; entry recycler view now scrolls to position of newly created items denizk0461 2023-05-28 11:39:29 +02:00
  • c552c584b4 Text Basic 2.0.1: added a force save button denizk0461 2023-05-19 11:15:04 +02:00
  • 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? denizk0461 2023-05-17 10:22:55 +02:00
  • 5636f1e679 Icon update; re-wrote text font dropdown so it looks a bit better denizk0461 2023-05-17 09:54:15 +02:00
  • c9c325ddf0 PROPERLY implemented ad view now; also screw the app id thing lol denizk0461 2023-05-16 16:10:57 +02:00
  • f09e14ffc8 New app icon; implemented AdMob; gitignoring AndroidManifest.xml until I find a better solution to hide the app ad ID denizk0461 2023-05-16 15:46:34 +02:00
  • 2566952d96 Button for opening colour picker now tints properly, including its text and icon denizk0461 2023-05-16 14:14:38 +02:00
  • a573e2e071 ColorPickerDialog has been implemented - picking colours for text and highlight now works! denizk0461 2023-05-16 12:58:58 +02:00
  • 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 denizk0461 2023-05-16 11:38:04 +02:00
  • eca9594a7e Implemented functionality to pick a font, currently limited to 3 default fonts (sans-serif, serif, monospace) denizk0461 2023-05-16 10:25:29 +02:00
  • a1cab07ea9 Implemented view and functionality for changing position (gravity) of the widget denizk0461 2023-05-16 10:00:33 +02:00
  • 7b598903ae Implemented functionality in settings for text style, size, opacity, highlight style, intensity, opacity, and order denizk0461 2023-05-16 09:49:16 +02:00
  • 8454d4f924 Implemented settings for text size, text transparency, font style, highlight style, highlight transparency, and randomised entry order; fixed a bug in QuoteAdapter.onRowMoved() denizk0461 2023-05-15 22:10:58 +02:00
  • 62278bbfe0 Revamped the settings page in SettingsNewFragment.kt, but no functions are currently implemented denizk0461 2023-05-15 17:00:38 +02:00
  • a7356bc97d Implemented navigation component; deleting an entry now shows a snack bar that allows for undo; edited several layouts denizk0461 2023-05-15 15:18:47 +02:00
  • e0e7a4cbe0 Implemented drag-and-drop reordering ability in quote recycler view; refactored project structure denizk0461 2023-05-15 14:16:48 +02:00
  • 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? denizk0461 2023-05-08 13:15:09 +02:00
  • d51cef64bb Implemented text opacity setting denizk0461 2023-05-08 12:17:32 +02:00
  • f95ed24abc Restored option to center widget text; added option to change text opacity (currently non-functional) denizk0461 2023-05-08 12:05:56 +02:00
  • 94ac9aaf03 Fixed a lot of problems that Android Studio raised with the projects, mostly deprecations and unused imports. denizk0461 2023-05-08 11:39:44 +02:00
  • 06ea1c88e4 Initial push; upped AGP to 8.0.1, Kotlin plugin to 1.8.20, as well as updated all dependencies. denizk0461 2023-05-08 11:27:43 +02:00