-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathCHANGES
208 lines (110 loc) · 4.54 KB
/
CHANGES
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
1.12
Added symptom "headache/migraine".
More code cleanup.
1.10-1.11
Code and UI cleanup.
New UI with navigation drawer and vector icons.
Added simple list with period lengths again.
Added Afrikaans translation.
1.0-1.06
Single days in a period can be added or removed individually.
For every day you can enter period intensity, notes and events/symptoms.
Calendar view will show intensity and day of cycle.
List view will show intensity, notes and events/symptoms for every day of the period or
if the day is outside a period, but contains notes or events/symptoms.
0.34-0.35
Added option to set maximum cycle length which will be used for the calculation.
0.33
Updated French translation.
0.32
Added Japanese translation.
0.31
Integrated AppCompact.
0.30
Added option to change luteal phase length.
Fixed wrong sort order in list view.
Improved permission handling for Android 6 or later.
0.28-0.29
Fixed handling of backups in newer Android versions.
0.24-0.27
Added translations for Czech and Dutch (thanks to the Github user „Pander“).
Adjusted color scheme to Material Design.
0.24
Changed build system to Gradle.
Updated project target API to level 23 (Android 6.0).
Main activity and list now uses a black background.
Added some missing content description translations.
0.23
Added Russian translation (thanks to Wjatscheslaw Stoljarski).
Replaced deprecated DateUtils with SimpleDateFormat.
Added some missing content description for some week day labels.
Updated project target API to level 20 (Android 4.4).
0.22
Improved accessibility support: All elements now provide a meaningful content
description, so the app can also be used by blind people with TalkBack.
0.21
Reverted database sort option so the details list will be displayed properly again.
0.20
Added Spanish translation.
Extended color scheme to indicate days before the first cycle and after the last
calculated cycle.
Code cleanup and optimization.
Changed target SDK version to 20 (Android 4.4).
0.19
Fixed a problem with the weekday labels when changing start of week from sunday to monday.
0.18
Added Italian translation.
Added preference for start of week (sunday or monday).
0.17
Fixed a problem with restoring databases and preferences.
0.16
Fixed a crash when opening the preferences in Android 2.
Updated French translation.
0.15
Changed from Eclipse to IntelliJ IDEA.
Added application preferences.
Extended database to store application preferences, so they get can get
backed up/restored.
"About" and "Help" are now separate activities to display HTML content and no dialog
boxes any longer.
0.14
Modified color scheme to display calculated fertile days for future periods
a bit lighter.
The shortest and longest period are now being determined for the last 12 entries only
and not the whole list to avoid the fertile period getting longer but never shorter
again.
Modified "Today" marker to be a round circle and not an oval.
0.13
Added landscape layout.
Improved resolution of overlay icons for HDPI.
Updated French translation.
0.12
The calendar is now a bit "nicer" with rounded corners, nicer "today" marker and symbols
for the first day of the period and the day of ovulation.
0.11
The possible day of ovulation is now being calculated and displayed in the calendar.
0.10
Modified colour scheme to make the blue color more visible.
Added app icons with nicer "round" corners for different resolutions (ldpi, mdpi, hdpi).
Changed manifest, so backups using a full system backup are possible.
0.9
Added GPL text to "about" dialog.
Added new separate dialog for help text.
Changed color scheme from red, green, white to red, blue, yellow according the chain of
Maria Hengstberger.
Updated french translation.
Modified layout to display text in calendar view more readable.
0.8
Added French as supported language, some spelling fixes in the English version.
0.7
Additional UI improvements.
0.6
Better support for Android 3 and 4.
List now also shows lengths of cycles.
Maximum length is now properly displayed, if it is shorter than 28 days.
0.5
Fixed an internal bug (database cursor was not closed properly after reading the data).
0.4
Calendar view is now being updated when the application is in activated again, so a day
change background to ensure that the current day is always marked properly (Issue #1).
Added an application icon.