blob: 7cd6f2cc23f115e281a5c1b9aa55e97a16c86ea8 (
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
26
27
28
|
# RSSin
Clever RSS reader for Android
Copyright © 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps. All rights reserved.
# Todo
(see also the @todo markings throughout the source code)
## High priority
* Walk through all java to check for hardcoded strings
* Don't train both like and dislike
* Test deleting feeds
* Test settings button
* Make "start" not clickable
* Titles & alignment "edit"
## Normal priority
* Background sync & notifications
* Add tutorial (e.g.: at first startup, walk user through creating first filter)
* Swipe left & right for (dis)like
## Low priority
* Readability plugin to view whole article
# Notes
* Idea loading icon: http://jsfiddle.net/se44ed8u/1/
|