65 Commits

Author SHA1 Message Date
65d3974d6c Add option to add hint to a card 2024-07-04 21:36:32 +02:00
f6c4e68698 Add show hint option, if hint is on the card 2024-05-07 18:46:04 +02:00
e11d79acb9 Working version of editing decks and adding decks 2024-05-06 20:53:31 +02:00
a136ee333a Adding is a bit funky, Editing decks works 2024-05-06 20:30:42 +02:00
492518ccdb Add edit function to flashcard 2024-05-05 17:45:21 +02:00
e0b6365eeb Add better selection + minor fixes to logic 2024-05-05 10:12:51 +02:00
8e0fca1c36 Add ability to see only specific decks 2024-05-04 20:34:45 +02:00
df267ebc4e Fix snappy behavior when favoriting flashcard 2024-05-03 22:37:10 +02:00
5a5646648f Add add button to list view for flashcards and edit to toolbar 2024-05-03 22:20:41 +02:00
ecdea1de2f Add add button to list view for decks and edit to toolbar 2024-05-03 22:09:37 +02:00
880315ee53 Remove edit button 2024-05-02 19:09:38 +02:00
c9e78a6c5f Integrate flashcard list into deck view 2024-05-02 19:00:39 +02:00
78818db778 Add deck list and add deck views 2024-05-01 20:30:36 +02:00
01e2b668b3 Refactor 2024-05-01 14:41:58 +02:00
db38b28f42 Refactor 2024-05-01 13:42:39 +02:00
6b0644bbef Add Data model for decks 2024-05-01 13:23:08 +02:00
bce174b5b1 Fix delete flashcards
Forgot to save after deleting the object
2024-05-01 12:42:56 +02:00
df106ed67c Fix apkg file upload 2024-05-01 11:30:32 +02:00
61c1006329 First try on uploading apkg files
Not working because defining a custom extension is kicking my ass:/
2024-04-30 19:52:48 +02:00
e898eee3db Update README 2024-04-30 17:43:44 +02:00
2f78b97a7b Sort flashcard list by favorite first
add mock favorite data to preview
2024-04-30 10:20:41 +02:00
42fbfbeebb Save which cards are favorite 2024-04-30 10:12:10 +02:00
38b01b4a7e When countdown finishes, fetch requests reload 2024-04-29 16:41:47 +02:00
2c87cc340e Replace fetch request anotation with on-appear requests
Because it was needed to refresh the request
Algorithm is currently not working
2024-04-29 10:55:48 +02:00
3963a35d86 Add feature to roadmap 2024-04-29 06:41:05 +02:00
216632d767 Don't offer one minute as a next milestone 2024-04-13 11:57:28 +02:00
d5b7ca74e3 Cleanup 2024-04-13 11:51:16 +02:00
91c92f4a52 Resize countdown, refactor ButtonView
Countdown was resizing with bigger/smaller countdown left, so added a finite background
Turn NextRepetitionButtonView from AnkiView into ButtonHStackView
2024-04-12 16:22:30 +02:00
dae08d79f6 Add countdown till when the next flashcard is going to show up 2024-04-12 15:32:32 +02:00
7625f62c85 Countdown not working yet 2024-04-11 23:42:14 +02:00
df31e34a54 Update duration format for buttons 2024-04-10 21:01:16 +02:00
79866135e1 Delete flashcards, refactor, todos, date format
Added ability to delete flashcards
Extracted adding flashcards into a function
Added TODOs
Updated dateFormatter to include time based on user's 24/12 format
2024-04-10 20:05:00 +02:00
2e8945e8d2 Preview and minor fixes 2024-04-10 14:36:38 +02:00
823d28637a Got rid of TODOs 2024-04-10 13:57:19 +02:00
2727467fd9 App working again 2024-04-10 13:48:04 +02:00
301e545f47 Got rid of WordAX class
(so far without deleting, just to make sure if it's needed in the future)
Moved AnkiView to use FetchRequest, still a couple of TODOs left
2024-04-10 11:55:33 +02:00
5ce5ca2637 Add README.md 2024-04-09 12:39:56 +02:00
24fb236f6b Rewrote the app to use Core Data, some features not working fully 2024-04-08 20:18:56 +02:00
1512053e34 Better handling when there are no cards for AnkiView 2024-04-07 17:00:54 +02:00
9c567c96f6 Better handling when there are no cards for Flashcards list 2024-04-07 16:54:26 +02:00
ceef2c0f8e Add ability to create flashcards 2024-04-07 16:44:33 +02:00
2a7ae2d686 Renamed word to FlashCard in all files 2024-04-07 15:05:51 +02:00
4022261ff3 Renamed word to FlashCard 2024-04-06 12:54:33 +02:00
20621c495d Merge branch 'main' of github.com:olinpin/WordAX 2024-04-05 23:26:49 +00:00
a42dd2787c Update docker compose with better password 2024-04-05 23:24:07 +00:00
07ddb72671 Add .gitignore 2024-04-05 23:23:42 +00:00
147c6715c3 Changed the button time 2024-04-05 19:49:43 +02:00
c0c4afc946 Update button size, add time that's added 2024-04-05 19:45:26 +02:00
94772d6b48 Fixed allignment issues 2024-02-26 20:56:20 +01:00
b38827070d Implement WordListView 2024-02-25 18:46:26 +01:00