-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG.txt
166 lines (119 loc) · 3.68 KB
/
CHANGELOG.txt
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
Please see the github repository for a complete list of changes: https://github.com/simonpoole/OpeningHoursFragment/commits/master
0.14.0:
- Improve messaging when updating template
- Improve behaviour when entering/correcting OH text directly
- Fix CI
- Display a message if the user didn't select a file
- Update translations
0.13.5:
- Migrate to hard fork of NumberPickerView
0.13.4:
- Check that token is actually present in exceptions
0.13.3:
- Save the value of useFragmentCallback
0.13.2:
- Fix fragment mode if onAttach is called before onCreateView
0.13.0:
- Support running as a 1 level deep nested Fragment
- Update translations
0.12.0:
- Update parser dependency
0.11.0:
- Support custom key values in templates with SQL wild cards
- Update translations
0.10.1:
- Always set the editor action listener
- Set IME options to actionDone.
0.10.0:
- Don't automatically up date form from string, wait for "Enter" or the like.
- Add support for open ended year ranges.
- Update parser dependency.
- Improve CI.
- Publish on maven central
0.9.3:
- Update number picker view and rangebar dependencies
0.9.2:
- Update translations
0.9.1:
- Move to sonatype / maven central for publishing
0.9.0:
- Multi-error support
0.8.2:
- Update parser dependency
- Update translations.
0.8.1:
- Update parser dependency
- Update translations.
0.8.0:
- Migrate to androidx.
0.7.0:
- Update parser dependency
- Add locale parameter to factory methods
- Add error message display
- Use current year as default start year for new date ranges.
0.6.8:
- Fix issue with using description instead of value in mixed mode.
0.6.5:
- Call through to onDismiss in the TemplateManagementDialog, fixes crash in onResume in the parent activity.
0.6.4:
- Update Rangebar to 1.5 the previous version had issues with handling clicks on real devices.
0.6.3:
- Fix various small issues which turned up when integrating the new functionality in 0.6 with Vespucci.
0.5.5:
- Translation improvements.
0.5.4:
- Update translations.
0.5.3:
- Fix issue with day offsets not being displayed for end dates
- Update translations.
0.5.2:
- Enable RTL support (but there are no such translations currently)
- Show templates for specific key at top of list
- Update translations.
0.5.1:
- Properly enable save button
0.5.0:
- Support showing the list of templates instead of applying the default for empty entries
- Support for mixed type values
0.4.2:
- Protect against NPW when enabling save button
0.4.1:
- When displaying extended times use "normal" times when possible
0.3.5:
- Make dialog fill all available space
- Update support lib and build target
0.3.4:
- Protect again NPE
0.3.2:
- Fix clearing if string can't be parsed
0.3.0:
- Add facilities to duplicate rules and clear existing ones completely
0.2.2:
- Support wrap around weekday ranges
0.2.1:
- Support "occurrence in month" notation for dates
- Bug fixes
0.2.0:
- Support callbacks to a Fragment
- Support separate templates for the major OH like keys
0.1.12:
- Show negative day offsets for dates correctly
0.1.11:
- Don't overwrite invalid strings when adding a rule
- Try to avoid serialsation issues
0.1.10:
- Protect against NPE when adding new rule to invalid string
0.1.9:
- User the display string for variable dates (Easter)
0.1.8:
- Enforce OSM 255 char tag length restriction
0.1.6:
- Add shortcut for adding holidays.
0.1.5:
- Typo fixes
- Add missing dependencies to pom file.
0.1.4:
- Improved documentation
- Added missing time span menu item.
0.1.3:
- First semi-public release.