diff --git a/.gitignore b/.gitignore index 4aea7f9b..404e56d9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ !/.gitignore !/build.gradle !/COPYING +!/DEVDOC.md !/extra !/gradle !/gradle.properties diff --git a/DEVDOC.md b/DEVDOC.md new file mode 100644 index 00000000..ff03a6f1 --- /dev/null +++ b/DEVDOC.md @@ -0,0 +1,47 @@ +## Development Progress + +- [ ] New architecture + + - [x] Activities: Main & Prefs + + - [ ] Fragments + + - [x] Main: Explore, Latest, Installed + + - [x] Prefs: Personalisation, Updates, Repositories, Other + + - [ ] Sub: App, AddRepo, Search + + - [ ] Using multi-sources in MainFragments + + - [ ] + +## Progress on 1.0.0 + +- [ ] Update all button + +- [ ] Support multiple mirrors + +- [ ] Show changelog of each release + +- [ ] Exodus + +- [ ] Better management of repositories + + - [ ] QR-Code reading + + - [ ] Sharing + + - [ ] Exporting/importing to a file + +- [ ] Theming + +## Low Priority/ Future nice-to-haves + +- [ ] Move to Compose + +- [ ] Material You theming + +- [ ] AndroidTV support + +- [ ] Apps' block and favorite lists \ No newline at end of file