blob: 3b104dfdfcb80e5b4a704196b7102cae50f8b0e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# TODO
## Global
- [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
## HomePage
- [X] Create statusbar
- [X] Get rid of defaultTime and loading
- [ ] Create favorites list
- [ ] Get favorites list from a persistent store
## Applications list
- [X] Create app list
- [X] Make app list searchable
- [X] Create options menu on long press
- [ ] Add "add to favorites" action
- [X] Add uninstall action
- [X] Add goto app settings action
- [ ] Fix uninstall action issue
- [ ] Make app list load faster
- [ ] Make keyboard close on swipe
|