This repository was archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTODO
More file actions
48 lines (39 loc) · 1.9 KB
/
TODO
File metadata and controls
48 lines (39 loc) · 1.9 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
== 0.9.1 ==
* [OK] Tune icons
== 0.9.2 ==
* [OK] Bug: Segmented control on top jumps left-right during startup
* [OK] Optimized image loading (Trigger image download from ListView. So only load image if visible)
* [OK] Only load sheet when needed
* [OK] Continuous scrolling without "next" and "prev" buttons
* [OK] Replace Sheet with NavigationPane and Page
* [OK] Fix splash screen
== 0.9.3 ==
* [OK] Add license file and header
* [OK] When fast switching between "Top Rated" and "Newest", cancel HTTP request before starting new request
== 1.0.0 (was 0.9.4) ==
* [OK] Display message, if offline
* [OK] Better sharing (Currently only 'BBM Group works')
* [OK] Update translations
== 1.1.0 ==
* [OK] Adapt to square screens (Blackberry Q10)
== 1.2.0 ==
* [OK] Performance improvements for scrolling the list
* [OK] Basic image editing. Zooming & Overlays
* [OK] Share button is jumpy. We should implement our own action (as originally planned)
* [OK] Editing an edited image adds more and more effects. We should keep the original somewhere and use that.
* [OK] Save to device (to gallery)
== 1.3.0 ==
* [OK] Bug: Pressing 'save' should not do anything if image is not completely loaded
* [OK] Add local caching of tiles to speedup loading and save bandwidth
== 1.4.0 ==
* [OK] Search
* [OK] Bug: Loading indicator for subsequent pages is not visible anymore
* [OK] Adapt Q10 splash screen to new search UI
== Future versions ==
* Use "booster" for faster start-up
* Locally stored favorites (maybe reuse/extend the caching to pin local tiles)
* Automatic background changing, e.g. each Monday one of my favorites
* Only load 2nd tab when needed
* Better handling of the offline situation. We could use app.online but enhance it so after each wake-up the app checks
its online state. Because while sleeping the app receives no signals.
With this change we could use a global overlay that informs the user that he needs to be online.