This repository has been archived by the owner on Aug 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
CHANGELOG
173 lines (118 loc) · 4.43 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
# 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