543 Commits

Author SHA1 Message Date
tibbi
1a2a5f5a75 write some initial content to exported ics file 2017-04-02 22:55:21 +02:00
tibbi
6e3e47fe94 handle the event export result 2017-04-02 22:36:44 +02:00
tibbi
8158c876c2 add an ics file exporter class 2017-04-02 22:25:40 +02:00
tibbi
e9c63c3968 move the ics file related constants in a the Constants.kt file 2017-04-02 22:19:29 +02:00
tibbi
0c83ad67fd rename IcsParser to IcsImporter 2017-04-02 22:17:18 +02:00
tibbi
1280ecce26 send the ExportEventsDialog checkbox value in the callback 2017-04-02 22:14:02 +02:00
tibbi
7cd1c0e34b replace GetEventsListener with an anonymous callback 2017-04-02 22:07:02 +02:00
tibbi
6db2db029c notify running repeatable events on device boot too 2017-04-02 21:50:08 +02:00
tibbi
4709322eae fix #109, show a notification if the device is turned on during an event 2017-04-02 20:21:22 +02:00
tibbi
4b82b5e5f3 move the notification showing related things into context extensions 2017-04-02 20:15:51 +02:00
tibbi
abf7bb07bf add a dialog for exporting events 2017-04-02 19:51:20 +02:00
tibbi
5265f216cf add a menu button for exporting events to ics file 2017-04-02 19:31:21 +02:00
tibbi
b2be9add1e remove the minY check at adding event at weekly view 2017-04-02 19:18:29 +02:00
tibbi
ee00f72ab3 reduce the padding at Select Event Type dialog 2017-04-02 19:06:34 +02:00
tibbi
e9efd38cc6 replace the spinners at Settings with radiobutton dialogs 2017-04-02 18:14:53 +02:00
tibbi
ce18ae7fb2 flip the order of some settings 2017-04-02 17:14:45 +02:00
tibbi
bdafe75606 remove the title from the selectEventType dialog 2017-04-02 17:07:14 +02:00
tibbi
0c1119c150 replace EventRepeatInterval with the generic radiobutton dialog 2017-04-02 17:03:35 +02:00
tibbi
6e88c8a425 replace the EventReminderDialog with the generic radiobutton dialog 2017-04-02 15:34:59 +02:00
tibbi
d5a4a02726 replace the Manage event types FAB with a menu button 2017-04-02 12:37:20 +02:00
tibbi
85c870dbc1 use the generic radio button dialog for changing views 2017-04-02 12:19:28 +02:00
tibbi
ccea40c1bc get layoutinflater directly from the activity at dialogs 2017-04-02 11:53:48 +02:00
tibbi
4e781cf8d7 use the helper function for creating the database handler 2017-04-02 11:50:16 +02:00
tibbi
5d690b8cc5 update the event types color if theres just one and primary color changes 2017-04-02 11:38:14 +02:00
tibbi
f5bec2fd8a add some new strings related to file exporting in ics files 2017-04-02 09:48:53 +02:00
tibbi
a837ace498 remove a redundant function 2017-03-29 20:11:37 +02:00
tibbi
e1b40ba61c rename event_type_view to item_event_type 2017-03-29 20:06:07 +02:00
tibbi
98f29fad55 fix the "Go to today" button at monthly view opened from yearly view 2017-03-22 19:37:04 +01:00
tibbi
e912442a71 add the timestamp to exported database name 2017-03-16 22:56:35 +01:00
tibbi
8e23443f79 update commons to 2.12.2 2017-03-16 22:54:42 +01:00
tibbi
1c46b71ac6 really fix that weird timezone crash 2017-03-12 17:30:16 +01:00
tibbi
daffc7fc1d add a couple null checks to viewpager pages 2017-03-12 16:39:58 +01:00
tibbi
da75540321 if an ics file event contains multiple categories, use the first one 2017-03-05 21:59:31 +01:00
tibbi
6d93a7def5 add a double check to not show notification to ignored event occurrences 2017-03-05 21:26:44 +01:00
tibbi
19bc2b627f handle all reminder periods properly 2017-03-05 21:22:24 +01:00
tibbi
a647a52c31 do not schedule notifications for deleted events 2017-03-05 21:15:43 +01:00
tibbi
27436f2e91 filter out the ignored events asap 2017-03-05 21:00:50 +01:00
tibbi
f2386f8f18 implement deleting of single occurrences of repeatable events in other screens 2017-03-05 20:36:12 +01:00
tibbi
897aa82c3f do not allow landscape mode on phones at main screen 2017-03-05 20:19:50 +01:00
tibbi
10e2021dc9 do not show the deleted occurrences of repeatable events 2017-03-05 20:10:36 +01:00
tibbi
a4ee9eee52 properly delete just 1 event occurrence from event activity 2017-03-05 19:39:29 +01:00
tibbi
b286c62873 clean up repeatable event exceptions if the parent event is deleted 2017-03-05 18:57:51 +01:00
tibbi
678d9e0d06 send the specific event timestamp to event activity 2017-03-05 18:54:06 +01:00
tibbi
66a9c31830 check if we should delete all repeatable event occurrences, or just one 2017-03-05 18:16:18 +01:00
tibbi
81301babf0 add the individual event occurrence deleting in release notes 2017-03-05 17:27:02 +01:00
tibbi
c91390f3a1 show the repeatability related things only if an event is repeatable 2017-03-05 17:23:37 +01:00
tibbi
5172a60757 create a table for repeating event exceptions 2017-03-05 16:43:27 +01:00
tibbi
453177382e pass the event ids to the confirmation dialog 2017-03-05 15:57:08 +01:00
tibbi
798e77b4e7 create a new confirmation dialog for deleting events 2017-03-05 15:38:33 +01:00
tibbi
c43275c7ff allow setting default event type at importing ics 2017-03-05 13:01:46 +01:00