- Jan 07, 2019
-
-
Jochen Sprickerhof authored
- Jan 03, 2019
-
-
Jochen Sprickerhof authored
-New time zone db extracted from tzdb-2018i.tar.lz -Update submodules
-
- Dec 31, 2018
-
-
Suhail Alkowaileet authored
Fix 404 - move notification channel creation to AllInOneActivity.
-
- Dec 25, 2018
-
-
Jochen Sprickerhof authored
Revert "Minimize chance of race condition bug that misses alarms by clearing/rescheduling alarms." (#411) This reverts commit 70874537.
-
Jochen Sprickerhof authored
Disable Widget (cf. #373 #374) and Update documentation
-
- Dec 22, 2018
-
-
Gitsaibot authored
* Remove old pre-Jellybean Code * Remove unused import * Remove more unused imports
-
- Dec 02, 2018
-
-
Gitsaibot authored
-
Gitsaibot authored
-
Andy Clark authored
Allows user to select how long an event lasts by default, rather than always use a hard-coded 60 minutes default length. (cherry picked from commit ae2183c)
-
- Nov 29, 2018
-
-
Gitsaibot authored
Can’t provide the ability to modify the sound settings from within our app. Therefore I direct the user to the notification settings page within the device settings. To do this I used a second preference.xml file for oreo and later.
-
- Nov 27, 2018
- Nov 10, 2018
-
-
Gitsaibot authored
-
- Nov 04, 2018
-
-
Askrenteam authored
Add the ability to choose the primary color of the app.
-
- Oct 05, 2018
-
-
Jochen Sprickerhof authored
Minor italian update
-
Gitsaibot authored
-
Suhail Alkowaileet authored
-
- Sep 23, 2018
-
-
Moritz Horstmann authored
An event may not always contain a timezone, leaving the model with a timezone set to null. This causes the following NullPointerException, so use default timezone if the cursor has none. java.lang.NullPointerException: key == null at libcore.util.BasicLruCache.get(BasicLruCache.java:46) at libcore.util.ZoneInfoDB$TzData.makeTimeZone(ZoneInfoDB.java:253) at android.text.format.Time$TimeCalculator.lookupZoneInfo(Time.java:1111) at android.text.format.Time$TimeCalculator.updateZoneInfoFromTimeZone(Time.java:1105) at android.text.format.Time$TimeCalculator.setTimeInMillis(Time.java:1091) at android.text.format.Time.set(Time.java:766) at com.android.calendar.event.EditEventView.setModel(EditEventView.java:1089) at com.android.calendar.event.EditEventFragment.setModelIfDone(EditEventFragment.java:427) at com.android.calendar.event.EditEventFragment.-wrap1(EditEventFragment.java) at com.android.calendar.event.EditEventFragment$QueryHandler.onQueryComplete(EditEventFragment.java:382) Change-Id: If215cab45909b01fa39481c6a544abba9dde7baf (cherry picked from commit 3e2f221)
-
- Sep 22, 2018
-
-
Jochen Sprickerhof authored
When switching apps, the onPause() function saves the current event. But if the user switches back, the view is still open and if the save button is pressed, two events are created. This closes the view, so the user would have to open it again, to edit it. An alternative solution would be to create the event only temporary and not save it in onPause(), as discussed in #361.
-
Gitsaibot authored
-
Gitsaibot authored
-
Gitsaibot authored
-
Gitsaibot authored
-
Gitsaibot authored
Previously untoggle an "All day" event in Monthview led to a 12 hour event. Now it is only a one hour long event
-
Jochen Sprickerhof authored
-
- Aug 20, 2018
-
-
Elias Ojala authored
-
- Aug 18, 2018
- Jul 22, 2018
-
-
Victor Fernandez Martinez authored
* Fix crash when saving events that have a custom color (issue #248).
-
- Jun 25, 2018
-
-
Timo Wilken authored
Add new dark theme, rename old Dark to Black.
-
- Jun 21, 2018
-
-
tomjaguarpaw authored
-
zyw_271828 authored
-
- May 25, 2018
-
-
Jochen Sprickerhof authored
Update submodule, documentation and instructions
-
Jochen Sprickerhof authored
-