forked from hermwong/Wikipedia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
97 lines (70 loc) · 2.58 KB
/
CHANGELOG
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# CHANGELOG
## V1.0 ##
- First release .. woot!
- Save article to read later or offline
- Search articles nearby
- Share articles using Android "Share" function
- Read article in a different language
- Full screen search
## V1.0.1 ##
- Stop using GPS when user exits NearMe activity
- Better caching support
## V1.0.2 ##
- Making caching far less aggresive
## V1.0.3 ##
- Updating UserAgent to uniquly identify the app
## v1.1alpha1 ##
- Integration with Android QuickSearch
- Open Wikipedia links from other apps in the Wikipedia App
- OSM replaced Google Maps for Nearby View
- Added Did You Mean? to search results
- Moved from Zepto to jQuery
- Touching co-ordinates inside article infobox shows map overlay
- Full text search
- Added 'Clear History'
- Added 'Clear Saved Pages'
- Localized a few messages that were missing
- Enable app to be saved to SD card
- Major code-refactor, still needs more love :)
- Improved tablet experience
- Move to using Hogan.js for templating
## v1.1beta1 ##
- Switch to MapQuest's OSM tiles
- Style update
- Removed dependency on Google Proprietary APIs
- QuckSearch integration in Android now works across languages
- UI works slightly better in RTL languages. Still slightly buggy
- Menu items initialize faster
- Confusing highlights when scrolling lists removed
## v1.1beta2 ##
- Fixed flickering in Android 4.0
- Fixed bug causing Nearby Me to not work on some locales
- About page now credits contributors and used Libraries
- Show indicator when opening settings dialog
- Changed default zoom level
- Upgraded Leaflet and PhoneGap libraries
## Android v1.1beta3 & iOS v3.1beta2 ##
### Common ###
- Tap area in settings dialog much bigger
- Switch to up-to-date styles from MobileFrontend, instead of using stale copy
- Switch to up-to-date js for toggling from MobileFrontend
- Fixed about screen's back button behaving inconsistently
- Don't clear map markers when you move around in NearMe view
- Show spinner when going from NearMe view to article
### Android specific ###
- Moved Share Page item to main menu
### iOS specific ###
- Scroll bug in about screen fixed
- Map tiles actually show up
## Android v1.1beta4 & iOS v3.1beta3 ##
### Common ###
- Cleaner Attribution in Map Views
- Fix missing localization strings
- Remove close button from Map popups
- Toggle Code and CSS now pinned to specific revisions. Less breakage!
### Android specific ###
- Fix race condition that sometimes jumbles up menus
- Spinner now works across a lot more devices
### iOS specific ###
- Fix external links related bugs
- Remove stray index.html titles in alert and confirm boxes