forked from hermwong/Wikipedia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
265 lines (173 loc) · 6.49 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
# 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
## Android v1.1RC1 & iOS v3.1RC1 ##
### Common ###
- Added CREDITS for all libraries used + appropriate licensing
- Updated AUTHORS list
- Fixed RTL bug in Settings Page
- Fixed bug with confusion over Hebrew language code
- Fix issue with scrolling when tapping references
### Android specific ###
- Fixed clipping of text in About page
- Fix scrolling bugs in ICS
### iOS specific ###
- Added Share via Twitter
- Added Save to Read It Later
- Added Share via Facebook
- Added a few more Higher resolution icons
## Android v1.1 & iOS v3.1 ##
### Common ###
- List of wikipedias now included locally
### iOS specific ###
- Fix inconsistent login behavior of Facebook sharing
### Android v1.1.1 ###
- Added migration code for older Saved Pages
## Android v1.2beta1 & iOS v3.2beta1 ##
### Common ###
- Uses the API to load content. No more screen scraping.
- Newer styles for section expansion and contraction
- New reference reveal implementation that does not involve scrolling
- Saving pages no longer requires a page reload
- Language selection in settings displays both name and local name
- And plenty of bug fixes!
### iOS specific ###
- Menu items respond faster
### Android specific ###
- Fixes to 'content flashes' on ICS
### Known issues ###
- Tapping on images works only on English wikipedia - opens external browser
- Main page does not show Mobile Main page
## Android v1.2beta2 & iOS v3.2beta2 ##
### Common ###
- Improved error handling of network issues
- Show mobile formatted Main page
- Handle File: pages properly
- Navigating to URLs in languages other than the default works properly
- RTL is now handled properly - separate for page contents and the UI
- 'Read In' links now actually work
### iOS specific ###
- Scrolling in search, saved pages and history overlays works on iOS 4.x
- Article scrolling should be much better on iOS 4.x
## Android v1.2RC1 & iOS v3.2RC1 ##
### Common ###
- Migrate saved pages from older versions of the app
- Load the main page on application startup
### iOS Specific ###
- Removed 'Save to Read it Later' from page actions
## Android v1.2RC2 & iOS v3.2RC2 ##
### Common ###
- Fix bug that made saving pages not have any text in them
- Prevent history being polluted with multiple navigates
- Enable pinch to zoom on map for everything except Android 2.x
### Android ###
- Fix bug causing map markers to hide in Android 4.x
- Associate app with only wiki article links in Android
## Android v1.2RC3 & iOS v3.2RC3 ##
### Common ###
- Make requests cancellable (Tapping the 'X' cancels current request)
- Show error message when opening nearby view without internet access
- Make sure that references are being shown properly
## Android v1.2 ##
- Re-included CSS hacks for inline styles
## Android v1.2.1 ##
- Bump version number for Android UserAgent
## iOS v3.3 ##
- Migrate to Phonegap 1.7
- Saved pages now actually persist on iOS 5.1
- Fix bug causing images to not migrate when migrating saved pages
- Fix scrolling issue on iOS 5.x when navigating to pages from NearBy
## Android v1.3beta1 & iOS v3.3beta1 ##
### Common ###
- Loads pages in multiple requests - much faster page load times
### Android ###
- Remove 'Select Text' menu item on Android 3.x+
- Migrate to PhoneGap 1.7
- Remove opaque overlay on search bar found in some Android devices
## Android v1.3beta2 ##
### Common ###
- Plenty of RTL fixes
- Fix bug causing references section to show up twice
### Android ###
- Migrate to PhoneGap 2.1
### iOS ###
- Fix issues with iOS6 (Saved pages, iPhone 5 support)
## Android v1.3 ##
### Android ###
- Fix saved pages on upgrade from v1.2+
## Android v1.4beta1 ##
### Common ###
- Updated to sexier new typography
- Autohide the search bar when not in use
- Add a theming engine to support multiple themes
- Add a dark theme (based off Solarized)
- Add support for site specific mobile styles
- Better touch zoom in the map
- Fixes for Right To Left languages