NyaaPantsu-android-app icon indicating copy to clipboard operation
NyaaPantsu-android-app copied to clipboard

Modularize app using MVP with Dagger 2 (Dependency injection)

Open xdk78 opened this issue 6 years ago • 1 comments

Current convert progress, see branch mvp https://github.com/NyaaPantsu/NyaaPantsu-android-app/tree/mvp

  • API
    • [x] torrent list https://github.com/NyaaPantsu/NyaaPantsu-android-app/commit/616bf5d1339fe6e62083901c62b4f1dce4b6c53f
    • [x] torrent view https://github.com/NyaaPantsu/NyaaPantsu-android-app/commit/e830d49e44fdcf91f1f9b1353d56a05a73552c38
    • [x] search https://github.com/NyaaPantsu/NyaaPantsu-android-app/commit/b16df4544cd94fdc8825a7eb93fd2113d1d9451b
    • [ ] profile
    • [ ] login
    • [ ] torrent upload
  • UI
    • [x] torrent list https://github.com/NyaaPantsu/NyaaPantsu-android-app/commit/616bf5d1339fe6e62083901c62b4f1dce4b6c53f
    • [x] torrent view https://github.com/NyaaPantsu/NyaaPantsu-android-app/commit/e830d49e44fdcf91f1f9b1353d56a05a73552c38
    • [x] search https://github.com/NyaaPantsu/NyaaPantsu-android-app/commit/b16df4544cd94fdc8825a7eb93fd2113d1d9451b
    • [ ] profile
    • [ ] login
    • [ ] torrent upload
    • [ ] torrent streaming

xdk78 avatar Jul 10 '17 13:07 xdk78