aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.flutter-plugins-dependencies2
-rw-r--r--TODO.md17
2 files changed, 11 insertions, 8 deletions
diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies
index a556131..dc53c64 100644
--- a/.flutter-plugins-dependencies
+++ b/.flutter-plugins-dependencies
@@ -1 +1 @@
-{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"shared_preferences","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/","dependencies":[]}],"android":[{"name":"android_intent","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/android_intent-0.3.7+2/","dependencies":[]},{"name":"device_apps","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/device_apps-1.0.9/","dependencies":[]},{"name":"shared_preferences","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"android_intent","dependencies":[]},{"name":"device_apps","dependencies":[]},{"name":"shared_preferences","dependencies":[]}],"date_created":"2020-06-03 21:55:48.530304","version":"1.19.0-2.0.pre.214"} \ No newline at end of file
+{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"shared_preferences","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/","dependencies":[]}],"android":[{"name":"android_intent","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/android_intent-0.3.7+2/","dependencies":[]},{"name":"device_apps","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/device_apps-1.0.9/","dependencies":[]},{"name":"shared_preferences","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"android_intent","dependencies":[]},{"name":"device_apps","dependencies":[]},{"name":"shared_preferences","dependencies":[]}],"date_created":"2020-06-03 23:16:12.347212","version":"1.19.0-2.0.pre.214"} \ No newline at end of file
diff --git a/TODO.md b/TODO.md
index ef2ce97..3ad9ce6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,14 +4,18 @@
- [X] Start writing tests
- [X] Transision between pages between pages
- [X] Find a way to preload both pages and stop from "loading"
- - [ ] Figure out the importance of keys and add them as required
- - [ ] Dark/List themes
+ - [X] Dark/List themes
+
+## Issues
+ - [ ] Fix scroll/fling conflict (snap)
+ - [ ] Fix uninstall action issue
+ - [ ] Fix build issue
## HomePage
- [X] Create statusbar
- [X] Get rid of defaultTime and loading
- - [ ] Create favorites list
- - [ ] Get favorites list from a persistent store
+ - [X] Create favorites list
+ - [X] Get favorites list from a persistent store
## Applications list
- [X] Create app list
@@ -19,9 +23,8 @@
- [X] Create options menu on long press
- [X] Add uninstall action
- [X] Add goto app settings action
- - [ ] Fix scroll/fling conflict (snap)
- - [ ] Add "add to favorites" action
+ - [X] Add "add to favorites" action
- [ ] Sort the list according to frequently used
- - [ ] Fix uninstall action issue
- [ ] Make app list load faster
- [ ] Make keyboard close on swipe
+