Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unalkalkan authored Feb 15, 2024
1 parent e69726a commit d138e85
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ To get started with AnkiDroid Companion, follow these steps:

## Limitations & Improvements

- **Android API Level**: Only Android 13 and 14 is supported at the moment. Since this was a weekend project for me (who had no prior knowledge about the Android Ecosystem), I didn't had the opportunity to test the app below these API Levels. If you like to try out the lower APIs and see if they work, that means a lot.
- **Android API Level**: Only Android 13 and 14 is supported at the moment. Since this was a weekend project for me (who had no prior knowledge about the Android Ecosystem), I didn't had the opportunity to test the app below these API Levels. If you like to try out the lower APIs and see if they work, give it a try!

- **New Study Interval**: Currently when you finish a deck, it will wait for 8 hours and check again to see if you have new cards to study. I plan to add this as a setting to the app but had no time so far.
- **Minimalistic Card Support**: Currently this app only supports simple cards with small texts that doesn't include any HTML. If your case involves complex scenarios, you can try to implement them or create an issue for someone with more time to pick up.

- **Skipping Cards**: Skipping cards was not something that came to my mind just until now, we need to came up with a way to do this since when a skip is needed its going to be a pain with the current setup.

- **New Study Interval**: Currently when you finish a deck, it will wait for 8 hours and check again to see if you have new cards to study. I plan to add this as a setting to the app so you can change it, but had no time so far.

- **Embedded Strings:** There are _so many_ embedded string inside the app. I know that one should move them to resouces/string. But had no time either.

Expand All @@ -49,4 +53,4 @@ Contributions to AnkiDroid Companion are welcome! If you have any ideas, feature

## License

This project is licensed under the MIT License.
This project is licensed under the MIT License.

0 comments on commit d138e85

Please sign in to comment.