forked from SufficientlySecure/birthday-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
66 lines (49 loc) · 1.37 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
1.17
* Reduce apk size by switching from HtmlSpanner to HtmlTextView library
1.16
- New fixes to prevent duplicated events
1.15
* Show dialog if workaround is needed
- Fix crash when contact has no corresponding sync account
- Don't add duplicated events (Please submit bug reports if this still happens)
1.14
* Account Filter (Only on Android >= 4)
1.13
* Allow reminders also 5, 7, 10, and 14 days before
1.12
* Reminders can be set with time of day
* Labels can be customized
- Fix reminders on Android < 4
1.11
- Fix sync on Android < 4
1.10
* On Android 4.1 and above: Open contact from calendar event with a button
- Fix parsing of birthdays from facebook contacts
1.9
- Fix conflict with other events on HTC calendar
1.8
- Add more date formats into date parser
- Fix crash on empty dates
1.7
- Fix duration of birthdays
- Fix parsing of dates on Motorola devices (they save dates as unix timestamp)
1.6
- Fix Nullpointer exception
- Fix age for events without year
1.5
- Annoying bugs fixed
1.4
* New design for Android > 4
* Show age behind birthday
- Some fixes
1.3
* New reminder at day of event
- Fix for Android 2.x
1.2
* Experimental support for Android 2.2, 2.3 and 3 thanks to Marten Gajda
(This is experimental! Please report bugs when things go wrong!)
1.1
* Translations: German, Estonian, Spanish
- Birthdays without a year are now working
1.0
* First release