Commit graph

1327 commits

Author SHA1 Message Date
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
Stefan
168690e20c Update strings.xml 2017-03-05 19:00:43 +01:00
Stefan
b2333a58f7 update German translation 2017-03-05 18:58:50 +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
f8dedf89a6 add a radiobutton for toggling repetable event deletion 2017-03-05 17:01:05 +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
tibbi
6838ce626a fix #124, properly set repetition if frequency and count is provided 2017-03-05 11:50:05 +01:00
tibbi
c8af7f25be try parsing one category from ics files at importing 2017-03-05 11:34:20 +01:00
tibbi
848c084a68 make event type title checking incasesensitive 2017-03-05 11:15:30 +01:00
tibbi
e2ed197e87 simplify the checking of multiple-day events 2017-03-05 10:57:34 +01:00
Sérgio Marques
aa4a9056c8 Portuguese update 2017-03-04 16:19:31 +00:00
Stefan
5ed080eff6 update German translation 2017-03-04 12:03:42 +01:00
tibbi
b065a5a9a0 update commons to 2.7.6 2017-02-28 19:44:40 +01:00
tibbi
b8c7493beb implement the database exporting functionality 2017-02-28 19:37:59 +01:00
tibbi
06e5375882 add a menu item for exporting raw database 2017-02-28 18:25:36 +01:00
Tibor Kaputa
bb58e362a6 Merge pull request #119 from smarquespt/master
Portuguese update
2017-02-26 16:52:44 +01:00
Stefan
1d0a26ce27 update German translation 2017-02-26 15:37:41 +01:00
Sérgio Marques
8163549466 Portuguese update 2017-02-26 13:17:03 +00:00
tibbi
0b8ae27d00 fix #101, add a button for creating new event at the events list widget 2017-02-22 00:02:20 +01:00
tibbi
b7bcfe8d28 use selected hour format at weekly view 2017-02-21 22:17:46 +01:00
tibbi
e92d0f9bf6 allow toggling 24 hour format in settings 2017-02-21 21:55:27 +01:00
tibbi
c7c2f117de adding some strings related to toggling 24-hour format 2017-02-21 21:44:48 +01:00
tibbi
420f9a5cb5 small week fragment tweak 2017-02-21 21:36:00 +01:00
tibbi
5fccb0e00b use 0 for midnight instead of 24 2017-02-21 21:17:05 +01:00
tibbi
0a68e99ace add End ellipsize to event list items 2017-02-21 21:10:58 +01:00
tibbi
0b5109a55f add a button to monthly widget for easy new event creation 2017-02-21 21:08:18 +01:00
tibbi
4ecc5f5f37 fix #84, allow changing widget months if the calendar app is killed 2017-02-21 20:50:18 +01:00
tibbi
70dc7e07cf properly display events starting at midnight 2017-02-21 20:14:04 +01:00
tibbi
178fac5ad7 some ics parsing datetimezone and repeat limit corrections 2017-02-21 19:51:58 +01:00
tibbi
0f7b950e15 update the end time if start time is after the end, close #115 2017-02-19 23:48:11 +01:00
tibbi
681dc87b67 adding a crashfix to week fragment 2017-02-19 23:39:36 +01:00
tibbi
320cc6b319 fix the custom repeat interval 2017-02-19 23:22:56 +01:00
tibbi
b86ed18534 subtract 1 ms from all-day events to hotfix some glitches 2017-02-19 23:17:22 +01:00
tibbi
4729b09004 parse repeat limit if it was set as event occurrence count, not a date 2017-02-19 22:27:24 +01:00
tibbi
5f7623deeb parse repeat limit from ics files 2017-02-19 22:08:15 +01:00
tibbi
ca1ca279fb parse repeat interval from ics files 2017-02-19 21:53:33 +01:00
tibbi
7c49919701 add the ics import improvements to release notes 2017-02-19 21:47:21 +01:00
tibbi
ca01192f22 implement the actual Go to today button functionality 2017-02-19 20:51:25 +01:00
tibbi
ba7e25bb65 show the "Go to today" button only if we arent on the today page 2017-02-19 20:49:51 +01:00
tibbi
2022081881 hide the GoToToday button at event list view 2017-02-19 20:36:21 +01:00
tibbi
644a9fbd03 add a menu button for Go to today 2017-02-19 20:28:01 +01:00
tibbi
1ddce648a2 avoid importing the same event twice, if its twice in the ics file 2017-02-19 19:13:06 +01:00
tibbi
2a69232ce5 do not use the notification description at event description 2017-02-19 19:10:23 +01:00
tibbi
48de60188f remove the event reminder timer from ics import dialog 2017-02-19 19:06:08 +01:00
tibbi
9ee0b764e6 parse the actual reminder time from ics files 2017-02-19 19:02:36 +01:00
tibbi
dd2d17fee2 properly handle custom repeat intervals 2017-02-19 18:21:23 +01:00
tibbi
a3ca6e74c3 added custom repeat intervals to release notes 2017-02-19 14:01:00 +01:00
tibbi
60d5343266 wrap the custom event reminder dialog in a scrollview 2017-02-19 13:57:03 +01:00
tibbi
08c921d0c9 create the custom repeat interval dialog 2017-02-19 13:55:47 +01:00
tibbi
d205c0a5ec fill the repeat interval dialog dynamically 2017-02-19 13:38:52 +01:00
tibbi
c32e768d2f update the ics event end time calculation function 2017-02-19 10:16:06 +01:00
tibbi
f3b5e3a4ae improve ics parsing by calculating start + duration if end is missing 2017-02-18 23:08:15 +01:00
tibbi
6d7426b49e properly parse .ics file events if lines are limited to 75-80 chars 2017-02-16 22:47:25 +01:00
Taras
99c94a1ddd update Russian 2017-02-17 00:05:44 +03:00
tibbi
68306fef5b copy a spanish translation es-rES as ca-rES and gl-rES 2017-02-16 22:03:15 +01:00
Stefan
06496e798b update german translation 2017-02-14 20:01:50 +01:00
tibbi
e344065ee9 update the German all_day string 2017-02-13 22:02:08 +01:00
tibbi
c173f9b6b3 updating a portuguese string 2017-02-13 00:02:07 +01:00
Sérgio Marques
513584aee7 Portuguese update 2017-02-12 22:48:23 +00:00
tibbi
505cd2e5af init the calendar in proper week if sunday is the first day 2017-02-12 19:46:32 +01:00
tibbi
a9bcb6ce77 make sure the filter action menu button is visible when everything is unchecked 2017-02-12 18:52:02 +01:00
tibbi
6d79b686fa add a filter to daily view too 2017-02-12 18:49:41 +01:00
tibbi
5b8c9b89c3 update the day pager adapter 2017-02-12 18:39:32 +01:00
tibbi
e07c3b9250 move a null check 2017-02-12 18:34:23 +01:00
tibbi
b99c74666f filter events on the eventlist 2017-02-12 18:32:19 +01:00
tibbi
bb6073ac11 filter monthly calendar by event types 2017-02-12 18:10:45 +01:00
tibbi
c9f3e6fec3 update yearly view after changing filtering 2017-02-12 18:02:27 +01:00
tibbi
cf4f549a57 refresh the weekly view if filtering was changed 2017-02-12 17:39:26 +01:00
tibbi
bce6f85756 store selected event types to display 2017-02-12 13:46:55 +01:00
tibbi
f84ff6c45c hide the filter event types button if there is only 1 type 2017-02-12 13:14:45 +01:00
tibbi
57d2ef24ac store filtered event types in db 2017-02-12 13:07:34 +01:00
tibbi
a8652b06e0 add a list of checkboxes at filter dialog 2017-02-12 11:56:37 +01:00
tibbi
9c90774e4c add the filtering dialog 2017-02-12 11:18:29 +01:00
tibbi
1767e6d183 add a button for filtering events by type 2017-02-12 10:50:01 +01:00
tibbi
c48f6d2e82 remove the item decoration from event types list 2017-02-12 00:08:07 +01:00
tibbi
d9bf97e509 make the whole event repetition limit line clickable 2017-02-12 00:05:34 +01:00
tibbi
53e9f5cb79 show the event type color at event screen 2017-02-11 23:55:27 +01:00
tibbi
82213b1ea5 show the event type color at the selection dialog 2017-02-11 23:40:25 +01:00
tibbi
73a9dc56da simplify the way we are getting repeatable events 2017-02-11 23:25:06 +01:00
tibbi
a9bebaa4a6 add event types to release notes 2017-02-11 23:22:44 +01:00
tibbi
5babf8acd2 use the actual event type colors at weekly view 2017-02-11 23:01:36 +01:00
tibbi
763b6d8109 allow creating new event types from Event screen too 2017-02-11 21:44:57 +01:00
tibbi
7304d74e76 add a radio button for creating new event type 2017-02-11 21:29:54 +01:00
tibbi
31cff330a6 add a helper function for filling SelectEventTypeDialog 2017-02-11 21:22:25 +01:00
tibbi
8783b674a7 reset event type to regular at deleting an events type 2017-02-11 21:14:02 +01:00
tibbi
db2deaf1dc store the selected event type at the event 2017-02-11 21:03:17 +01:00
tibbi
4d57c3df96 rename EventTypeDialog to NewEventTypeDialog 2017-02-11 20:16:26 +01:00
tibbi
e41010603f update event type at event activity 2017-02-11 20:14:03 +01:00
tibbi
80f38ddcb9 add event type to event model 2017-02-11 20:08:06 +01:00
tibbi
951a03ec7c use the regular_event_id constant at adding the regular event in db 2017-02-11 17:19:45 +01:00
tibbi
c867e44cdc avoid deleting default event type 2017-02-11 17:19:15 +01:00
tibbi
cb009345e4 add deleting event types 2017-02-11 15:38:29 +01:00
tibbi
8f560983dd allow editing event types 2017-02-11 15:16:00 +01:00
tibbi
20a835f304 fill the list of event types 2017-02-11 13:55:23 +01:00
tibbi
2c71c1c01e implemenet adding new event types 2017-02-11 13:25:54 +01:00
tibbi
ff2d587050 add event type dialog 2017-02-11 12:55:31 +01:00
tibbi
f16cfc63ca update the layout listing event types 2017-02-11 12:35:23 +01:00
tibbi
4d49c14f44 add a function for getting event types from db 2017-02-11 12:31:12 +01:00
tibbi
b77d71771c add the initial Regular event type in db 2017-02-11 12:15:04 +01:00
tibbi
354a7d1944 move the current time marker behind events in weekly view 2017-02-11 11:54:33 +01:00
tibbi
19099038ad fix the placement of current time indicator on weekly view 2017-02-11 11:46:25 +01:00
tibbi
1c80ffee7b change the dbhelper constructor 2017-02-11 11:38:18 +01:00
tibbi
7e4429df6b add an event type model 2017-02-11 10:37:07 +01:00
tibbi
5b929eb4e1 add a new db table for event types 2017-02-09 23:36:58 +01:00
tibbi
33a5f5b514 add the icon that will be used for event types 2017-02-09 22:53:37 +01:00
tibbi
ee7455ac4b add a settings button for getting into managing event types 2017-02-09 22:51:47 +01:00
tibbi
bbd5354e67 add some event type related strings 2017-02-09 22:39:26 +01:00
tibbi
b11bb930e4 add storage permission explanation to playstore desc 2017-02-09 19:23:25 +01:00
tibbi
0a5604bd30 properly update event list empty placeholder text color 2017-02-09 18:51:31 +01:00
tibbi
1fe34d5a5c add a missing dot 2017-02-08 00:12:13 +01:00
tibbi
7e53207305 add Slovak translation 2017-02-08 00:10:56 +01:00
tibbi
43bd1718f7 adding an activity null check 2017-02-07 23:40:12 +01:00
tibbi
fda34a0df4 remove the UNDO function from event list too 2017-02-07 23:19:58 +01:00
tibbi
0572e61594 remove the UNDO button after deleting events on daily view 2017-02-07 22:54:25 +01:00
tibbi
bf55fd7318 fix #99, add a current time indicator in weekly view 2017-02-07 22:15:23 +01:00
tibbi
1a77566eb1 add a current time indicator at weekly view 2017-02-07 20:20:39 +01:00
Tibor Kaputa
ace487eae4 fix reminders of non-repeating events 2017-02-07 16:06:40 +01:00
tibbi
8367d8c9df update the release note about multiple reminders 2017-02-06 22:41:22 +01:00
tibbi
680873e90c update Whats new 2017-02-06 22:36:27 +01:00
tibbi
de610c4dd9 set same start and end time by default, different only from week grid 2017-02-06 22:28:05 +01:00
tibbi
23d802be10 always schedule just the next reminder 2017-02-06 22:20:05 +01:00
tibbi
b8c2103431 dont count event reminders as a jerk 2017-02-06 21:10:39 +01:00
tibbi
e4fe47f81b schedule the event reminder right after inserting/updating 2017-02-06 20:50:41 +01:00
tibbi
9865af1cd6 sort event reminders and remove duplicates before saving in db 2017-02-06 20:41:49 +01:00
tibbi
39fd7b0682 add multiple reminders to Whats new 2017-02-06 20:16:29 +01:00
tibbi
febfc12fbd add some UI handling for multiple reminders 2017-02-06 20:03:16 +01:00
tibbi
2f784cf56a add a helper function for counting event reminders 2017-02-06 19:21:42 +01:00
tibbi
c5bb4bb001 add some more things related to multiple reminders 2017-02-06 19:15:56 +01:00
tibbi
ef4e5c6893 add the string for adding another reminder 2017-02-06 18:29:32 +01:00
tibbi
673af6afbb add some default values to db columns added on upgrade 2017-02-06 18:24:56 +01:00
Tibor Kaputa
1c82fce64d make Event importID nullable 2017-02-06 12:24:42 +01:00
tibbi
254cc39254 removing the not needed permissions too 2017-02-05 23:23:43 +01:00
tibbi
f033697491 comment out the Google Sync related things 2017-02-05 23:12:00 +01:00
tibbi
61152a6817 lets allow 3 lines at weekly view events 2017-02-05 22:55:38 +01:00
tibbi
6658542236 filter events by the repeat limit when appropriate 2017-02-05 22:50:38 +01:00
tibbi
69306551d2 make the repeat limit last day inclusive 2017-02-05 22:42:05 +01:00
tibbi
86c88cd106 always properly update repetition limit text 2017-02-05 22:22:48 +01:00
tibbi
a0c73b7504 fix showing Repeat limit at editing events 2017-02-05 22:08:13 +01:00
tibbi
7abcf71a0a set repeat limit to Forever if its set to earlier than event end 2017-02-05 22:06:04 +01:00
tibbi
08ed97f4d6 add some more things related to max repetition limit 2017-02-05 22:00:07 +01:00
tibbi
e34efa0db5 add some repetition limit related views 2017-02-05 21:32:24 +01:00
tibbi
9afe5dc7ae add some strings related to limiting repetition 2017-02-05 21:16:36 +01:00
tibbi
e04862e4fb set time 1:00 to all-day google events to avoid issues 2017-02-05 21:12:10 +01:00
tibbi
5bfd2cc0b9 set time 1:00 to imported all-day events to avoid some issues 2017-02-05 20:31:41 +01:00
tibbi
feed23017c add All-day to daily view 2017-02-05 20:25:26 +01:00
tibbi
5e180f7fc1 limit event title length to 50 chars 2017-02-05 20:10:58 +01:00
tibbi
ec9398337f fix importing all-day events from ics file 2017-02-05 20:06:49 +01:00
tibbi
790f61bb64 add a new error message if no event was imported successfully 2017-02-05 19:52:48 +01:00
tibbi
2af5850de6 replace underlining at monthly view with dot 2017-02-05 19:15:57 +01:00
tibbi
4a42e7baef move the horizontal grid under events in weekly view 2017-02-05 16:46:19 +01:00
tibbi
89891e939b change some extensions into constants 2017-02-05 16:44:19 +01:00
tibbi
a3265d3f6c use different divider colors 2017-02-05 16:37:21 +01:00
tibbi
8c8c886b91 update the event reminder picker at importing ICS files 2017-02-05 16:29:35 +01:00
tibbi
636ab79bea update the Settings default reminder to contain only minutes 2017-02-05 16:07:25 +01:00
tibbi
d5dbd6e9f0 refresh events list only if something changed 2017-02-05 15:40:52 +01:00
tibbi
367e30ea61 add All-day to events in list views 2017-02-05 13:38:11 +01:00
tibbi
6c1c1e38fd fix a crash at long events if sunday is the first day 2017-02-05 11:44:04 +01:00
tibbi
d059f58114 fix section divider width 2017-02-05 11:36:39 +01:00
tibbi
13e871b5ef use some visibility extensions 2017-02-05 11:00:41 +01:00
tibbi
2b4e4e90e6 fade out the Plus after 5 seconds 2017-02-05 10:59:26 +01:00
tibbi
fab1bc254d create a new event on Plus click 2017-02-05 10:18:09 +01:00
tibbi
8f14755215 draw a Plus on an empty grid on click 2017-02-05 10:05:11 +01:00
Sérgio Marques
cae5fcafd1 Portuguese update 2017-02-05 00:40:01 +00:00
tibbi
5a221ec17a detect clicks on the grid 2017-02-04 23:49:50 +01:00
tibbi
915909f330 add the horizontal grid in weekly view 2017-02-04 23:27:04 +01:00
tibbi
41922a7579 rename stroke_width_divider to stroke_vertical_divider 2017-02-04 23:11:20 +01:00
tibbi
07d06ba067 add the vertical grid programmatically 2017-02-04 22:58:35 +01:00
tibbi
0a46941b9c update the weekly view grid so it scales better on different densities 2017-02-04 22:47:31 +01:00
tibbi
b701883438 update the db version 2017-02-04 17:22:25 +01:00
tibbi
2d12c09d2c add extra height in case of 2 all-day evnts just once 2017-02-04 16:52:36 +01:00
tibbi
cfed46f4a1 add some grid lines at weekly view 2017-02-04 16:49:28 +01:00
tibbi
cc407072ee one more correction to weekly view height 2017-02-04 15:00:20 +01:00
tibbi
1290883716 couple weekly view scrolling related fixes 2017-02-04 14:44:56 +01:00
tibbi
90168af9f4 fix displaying events lasting through weeks end 2017-02-04 14:02:07 +01:00
tibbi
c24e18f413 update the hours scrollview margin if theres something at all-day top holder 2017-02-04 11:43:06 +01:00
tibbi
be372d513f tweak the bit flag removing extension 2017-02-04 11:41:13 +01:00
tibbi
fc81e5ab42 fix an issue of initializing the calendar at wrong date if sunday is the first day 2017-02-03 23:12:34 +01:00
tibbi
3493842a7f show events lasting through midnight at top bar too 2017-02-03 23:05:50 +01:00
tibbi
5ea8d45bcf add a top indicator for all-day events 2017-02-03 22:51:14 +01:00
Tibor Kaputa
a2c6b6f24c Merge pull request #107 from nopeppermint/patch-8
update German translation
2017-02-03 22:16:21 +01:00
tibbi
3339b635b6 prepare a layout for showing all-day events in weekly view 2017-02-03 21:35:26 +01:00
Stefan
5e5856d85f update German translation 2017-02-03 21:21:32 +01:00
tibbi
e642d91636 update day labels in weekly view on resume to fix some color glitching 2017-02-03 21:20:44 +01:00
tibbi
48cd9b608e mark current day on weekly view with primary color 2017-02-03 21:09:20 +01:00
tibbi
759beb985b update hours top margin on weekly view dynamically 2017-02-03 21:01:12 +01:00
tibbi
dca227af33 add all-day long events in release notes 2017-02-03 19:35:57 +01:00
tibbi
50e621d71b add an All-day flag to all-day events 2017-02-03 19:33:43 +01:00
tibbi
dd65a0f10b fill the event reminder dialog values dynamically, so we can add the custom values 2017-02-03 18:14:16 +01:00
tibbi
521bcdc528 rename event item on day view and add End ellipsize 2017-02-03 12:07:42 +01:00
tibbi
b00e6ed9b3 correct the plural versions of custom reminders 2017-02-03 11:48:14 +01:00
tibbi
17563cd576 hide the keyboard after confirming the custom reminder 2017-02-03 11:08:03 +01:00
tibbi
6e91b0abbe implement the custom event reminder dialog 2017-02-03 11:05:39 +01:00
tibbi
83594dd47e add a repeat interval picker dialog 2017-02-03 00:19:07 +01:00
tibbi
af885f2b16 change repetition spinner to a textview in Event details screen 2017-02-02 23:55:05 +01:00
tibbi
3b92072a06 remove the redundant custom reminder related views 2017-02-02 23:42:31 +01:00
tibbi
fa214a5896 move event reminder from spinner into a dialog 2017-02-02 23:34:46 +01:00
tibbi
cddd52ffa9 restyle the event detail screen 2017-02-02 22:14:02 +01:00
tibbi
32dae4e3d9 hide some views when all-day gets toggled 2017-02-02 20:21:39 +01:00
Stefan
f6ca21dd72 update German Translation 2017-02-02 18:35:55 +01:00
Taras
920414e42e update Russian 2017-02-01 23:02:33 +03:00
tibbi
de6a7cb8e6 add a button for all day events 2017-02-01 20:42:24 +01:00
tibbi
6547c3b4bb minor string updates 2017-02-01 20:26:02 +01:00
tibbi
d1e2e73339 updating some russian strings by turlir 2017-02-01 20:10:12 +01:00
tibbi
d8a2a3a73f parse google event start and end timestamp 2017-02-01 20:01:09 +01:00
tibbi
ce6afbabb8 fix #102, enable multidex 2017-02-01 19:17:54 +01:00
tibbi
c38ac98f61 importd the Event model 2017-01-31 23:45:21 +01:00
tibbi
2fb9e14686 parse events by pages of 100, the default value 2017-01-31 23:43:15 +01:00
tibbi
9a47d51966 parse google event recurrence 2017-01-31 23:15:33 +01:00
tibbi
276c46462c parse reminder minutes from google events
- use the Popup reminder type
2017-01-31 19:03:48 +01:00
tibbi
af3031e503 add some google events parsing 2017-01-31 00:09:12 +01:00
tibbi
7f2a298092 use gsonfactory instead of jacksonfactory at fetching Google Events 2017-01-30 21:34:27 +01:00
tibbi
2ab9ad73bd remove the max 10 events limit 2017-01-30 21:27:19 +01:00
tibbi
eba27b2541 set minimum event time to a month ago 2017-01-30 21:23:56 +01:00
tibbi
04b389b46c rename the Google events fetch file 2017-01-30 21:23:39 +01:00
tibbi
c9f0033650 fetch the next 10 events from the google calendar 2017-01-30 19:32:01 +01:00
tibbi
31112a807e check for Google Play availability at Google Sync toggle 2017-01-29 22:31:32 +01:00
tibbi
f285bee725 add some initial things related to Google Sync, obtaining the account name 2017-01-29 21:26:42 +01:00
tibbi
1b06c20374 reorder the settings items 2017-01-29 21:16:19 +01:00
Sérgio Marques
4087ed1b66 Typo fix 2017-01-29 12:27:21 +00:00
Sérgio Marques
838a52fc3d Portuguese update 2017-01-29 12:25:52 +00:00
tibbi
e431d8ea54 fix the italian string for May 2017-01-28 20:04:03 +01:00
tibbi
6d5d8e84bd update Whats new 2017-01-27 00:10:22 +01:00
tibbi
737f457dbc avoid importing the same event twice from ics file 2017-01-27 00:05:42 +01:00
tibbi
f56dfce1fe prepend single digit hours 2017-01-26 23:36:31 +01:00
tibbi
bee422a15d add a new db column for import_id to avoid duplicately imported events 2017-01-26 23:34:09 +01:00
tibbi
28e1b06703 use the event title and description at the event notification 2017-01-26 21:59:35 +01:00
tibbi
86fd2f6fac make sure we schedule the notifications of imported events 2017-01-26 21:53:18 +01:00
tibbi
399cb84493 do not allow inserting corrupt events in db 2017-01-26 21:52:59 +01:00
tibbi
a7739dbbe2 insert the parsed events in db 2017-01-26 21:41:30 +01:00
tibbi
83ebb68f54 do the file parsing on a background thread 2017-01-26 20:31:30 +01:00
tibbi
dd8386d5f3 added Hebrew translation by BlueScarredJaguar 2017-01-26 20:12:52 +01:00
tibbi
56e7929466 add some ics file format checking 2017-01-26 19:58:54 +01:00
tibbi
7e8bc89eeb add reminder calculation at importing events 2017-01-26 18:58:30 +01:00
Tibor Kaputa
52e2f0dca6 increase some sizes on tablets 2017-01-26 12:42:16 +01:00
tibbi
ae14690294 more tweaks to import events dialog 2017-01-25 23:23:19 +01:00
tibbi
7e491869bc move some reminder related things to context extensions 2017-01-25 23:05:30 +01:00
tibbi
326015c03a add a dialog related to importing events 2017-01-25 22:32:48 +01:00
tibbi
74e1c36e1e add a dialog for choosing an .ics file 2017-01-25 22:07:36 +01:00
tibbi
1b024d3596 improve the ics parser 2017-01-25 21:30:31 +01:00
tibbi
4be4eab18d add a basic .ics file parser implementation 2017-01-25 20:58:52 +01:00
tibbi
551e59b780 use smaller, but bold font for day letters and week numbers 2017-01-25 19:59:42 +01:00
tibbi
885b2c8654 properly display week number at the monthly widget 2017-01-25 19:27:38 +01:00
tibbi
d9e24fa11e add some importing related strings 2017-01-24 22:39:04 +01:00
tibbi
c217e24b76 send widget clicks through the Splash activity to avoid flashing white screen 2017-01-24 22:14:30 +01:00
tibbi
b14ff9ccee make day letters bold 2017-01-24 22:04:14 +01:00
tibbi
eee6d11f9f show more items at event list view or widget 2017-01-24 21:54:22 +01:00
tibbi
f844c4a0be do not cut weekly view titles unnecessarily 2017-01-24 21:10:42 +01:00
tibbi
eea2634f9d add hex codes in Whats new 2017-01-23 23:15:09 +01:00
tibbi
89f77d4f7f renaming some arrow icons 2017-01-23 21:58:39 +01:00
Sérgio Marques
c63fbfadda Portuguese update 2017-01-22 21:49:18 +00:00
Stefan
99f8adb1b7 Update strings.xml 2017-01-22 20:17:45 +01:00
tibbi
8bb28243bf update version to 2.1.0 2017-01-22 17:33:27 +01:00
tibbi
3fc8f0fc62 change the default week end to 23:00 2017-01-22 17:29:22 +01:00
tibbi
d8b0a29905 properly position the events if sunday is the first day 2017-01-22 17:23:46 +01:00
tibbi
22694336e1 display the year in weekly view if its not the current 2017-01-22 17:00:00 +01:00
tibbi
6151604759 add a check to avoid crash when data is loaded too late 2017-01-22 16:59:27 +01:00
tibbi
c1a2051f8c properly update the weekly screen if some color changes 2017-01-22 16:48:25 +01:00
tibbi
03a11ff99b use thursdays for determining week numbers 2017-01-22 16:24:13 +01:00
Stefan
ac86209efd update German translation 2017-01-22 15:09:16 +01:00
tibbi
b96fa64ce1 handle sunday as the first day in weekly view properly 2017-01-22 13:49:15 +01:00
tibbi
d9f6228a96 implement creating a new event at double clicking a grid at weekly view 2017-01-22 12:48:55 +01:00
tibbi
2f9237c335 pass the new event start timestamp to event activity 2017-01-22 11:42:26 +01:00
tibbi
6ad9819ef3 mark the pressed empty grid in weekly view on click 2017-01-22 11:19:09 +01:00
tibbi
e72f6bae2a make sure Settings items are displayed properly even on smaller devices 2017-01-22 10:36:36 +01:00
Tibor Kaputa
d043122aa2 Merge pull request #90 from Sopor-/patch-1
Updated Swedish translation
2017-01-22 10:05:37 +01:00
Stefan
293f9c857d update German translation 2017-01-22 09:50:21 +01:00
Sopor
cb3c60e6a0 Updated Swedish translation
Release notes are not translated
2017-01-22 01:41:10 +01:00
tibbi
bbe4c3ae7c open the given event at pressing on weekly view 2017-01-21 23:25:16 +01:00
tibbi
e387e19fd1 avoid glitching when end time is too close to start time 2017-01-21 21:35:52 +01:00
tibbi
3b41a33202 recheck hour limits at resume 2017-01-21 21:30:51 +01:00
tibbi
3903d82204 limit the weekly view scrollview depending on set hours limit 2017-01-21 20:29:57 +01:00
tibbi
7b6c4dde34 allow setting when to start and end the day at weekly view 2017-01-20 23:36:48 +01:00
tibbi
606e227bad display month name and week number in title 2017-01-20 22:28:24 +01:00
tibbi
3834c389ad tweak the Display week numbers string 2017-01-20 21:57:30 +01:00
tibbi
d7b027c492 show event title at the grid 2017-01-19 23:24:10 +01:00
tibbi
4e82c5f4a3 sort the events before adding in weekly view 2017-01-19 22:59:37 +01:00
tibbi
b4c18aafe7 add minimal height to events without end timestamp 2017-01-18 23:33:04 +01:00
tibbi
a2aa3e8a8c specify textsize at week letters 2017-01-18 23:25:29 +01:00
tibbi
2c1e0e7911 reset the app title at weekly view 2017-01-18 23:19:36 +01:00
tibbi
5dacb916ca use relativelayouts in weekly view for easier overlap handling 2017-01-18 23:17:19 +01:00
tibbi
b8d71620aa clear weekly views before adding them 2017-01-18 22:47:33 +01:00
tibbi
a0cc3910e5 display both day date and day letter at the top 2017-01-18 21:36:33 +01:00
tibbi
a9ec849a03 display day date at the top 2017-01-18 21:28:21 +01:00
tibbi
1fb9299aee use real week timestamps at week fragments 2017-01-17 23:28:42 +01:00
tibbi
378abf5c98 add week day labels 2017-01-17 22:04:28 +01:00
tibbi
0f43dd3f6e mark the event in the weekly calendar 2017-01-17 19:52:33 +01:00
tibbi
78b8ece86f make sure to add weekly events on the ui thread 2017-01-17 19:07:46 +01:00
tibbi
a3b614862d add a sample event in week view 2017-01-16 23:41:06 +01:00
tibbi
f64212eb79 remove a redundant arraylist related to filling the week view 2017-01-16 22:36:24 +01:00
tibbi
190a2bdcab add some linearlayouts as week columns 2017-01-16 22:29:59 +01:00
tibbi
952df754a4 create a gridview viewholder 2017-01-15 23:05:25 +01:00
tibbi
ab4964db5f create a DateTime extension for getting the DateTime timestamp in seconds 2017-01-15 22:26:52 +01:00
tibbi
2c74330a3c get the current weeks events 2017-01-15 22:14:01 +01:00
tibbi
90c0a34c21 simplify the month events getting 2017-01-15 21:15:41 +01:00
tibbi
80dd147799 add a weekly calendar implementation placeholder 2017-01-15 20:48:39 +01:00
tibbi
9dba6e05ef add a background grid 2017-01-15 19:57:00 +01:00
tibbi
ff4b7374c2 add the scrolling views 2017-01-15 18:37:51 +01:00
tibbi
f9cf4e8b80 some row height tweaks 2017-01-15 13:46:46 +01:00
tibbi
8d2560450a clear the hours before adding them to avoid duplication 2017-01-15 13:44:35 +01:00
tibbi
6221129678 add a list of hours at weekly view 2017-01-15 13:41:57 +01:00
tibbi
8598cb5e17 create a weekly pager adapter 2017-01-15 10:41:47 +01:00
tibbi
55afe6b544 underline todays date at event list widget 2017-01-15 10:21:08 +01:00
tibbi
6e02465bdf add a new radio button for the weekly view 2017-01-10 21:35:54 +01:00
tibbi
1f6fbda451 add a null check to settings ringtone name 2017-01-10 20:13:31 +01:00
tibbi
aa827fe2a3 create a config variable extension 2017-01-10 19:48:02 +01:00
tibbi
b02660a459 taking some styles from commons library 2017-01-10 19:39:11 +01:00
tibbi
bbaf77581b tweak the dialog background colors 2017-01-10 19:13:54 +01:00
Sérgio Marques
8a45de75e0 Portuguese update 2017-01-10 00:45:09 +00:00
tibbi
b2367ef9b6 update Commons to 2.3.0 2017-01-09 22:32:10 +01:00
Taras
f98df305eb add Russian 2017-01-09 02:19:18 +03:00
tibbi
99eae5edda properly select default reminder in settings 2017-01-07 11:20:28 +01:00
tibbi
33d04cd5e7 add version 46 to whats new dialog 2017-01-07 11:10:20 +01:00
tibbi
9c74613bcc move some classes in Helpers 2017-01-07 11:01:47 +01:00
tibbi
cddbf573e8 tweak event reminder types a bit 2017-01-07 11:01:00 +01:00
tibbi
c4dc005a6c allow setting empty notification sound 2017-01-07 10:42:32 +01:00
tibbi
efa9d542d7 simplify spinner initialization 2017-01-06 21:05:08 +01:00
tibbi
12892b0300 fix a crash caused by no permission accessing the default notification sound 2017-01-06 20:32:58 +01:00
tibbi
9ef8fd775b shorten the apptheme style 2017-01-06 19:36:06 +01:00
tibbi
e1699a74c7 adding some strings for weekly view 2017-01-06 17:16:31 +01:00
canou
43db5341b1 Forgotten escapes 2017-01-05 21:22:57 +01:00
canou
d393a30a94 Typo fixes and more french translations 2017-01-05 20:49:50 +01:00
Tibor Kaputa
a45e232ce0 use smaller fonts on tablets 2017-01-05 15:04:24 +01:00
tibbi
ef7949e218 updating the app description 2017-01-05 00:01:19 +01:00
tibbi
e363eb66f7 move icons in drawables, and remove the ones used from Commons lib 2017-01-04 19:14:25 +01:00
tibbi
4d0963de51 fix some month widget layout ids 2017-01-04 16:48:03 +01:00
tibbi
243b410967 adding Whats new dialog 2017-01-04 16:43:21 +01:00
tibbi
c58a75fd0e do not change the window background color in styles 2017-01-04 16:32:17 +01:00
tibbi
b32298e305 couple ui corrections 2017-01-04 16:19:58 +01:00
tibbi
d08e1cebd4 allow translating the widget config sample strings 2017-01-04 15:52:31 +01:00
tibbi
ce9d4fe2af couple fixes related to event list widget 2017-01-04 15:47:16 +01:00
tibbi
1d06261604 correctly mark todays date on event list view 2017-01-04 15:28:58 +01:00
tibbi
dca5e61dbb properly mark days with events and current day on the monthly widget 2017-01-04 15:23:03 +01:00
tibbi
ec896fa567 use slightly bigger text size for monthview 2017-01-04 11:37:26 +01:00
tibbi
b7f74b6738 use a smaller circle for marking the current day 2017-01-04 11:31:11 +01:00
tibbi
3e443fbf90 shorten some widget config color picker dialog code 2017-01-04 00:00:20 +01:00
tibbi
2fadc6564c adding some release notes 2017-01-03 23:54:48 +01:00
tibbi
53651ce6bb remove HIGH_ALPHA modifier, use full alpha 2017-01-03 23:43:38 +01:00
Tibor Kaputa
eb9c69ad31 Merge pull request #78 from nopeppermint/patch-2
Update German strings.xml
2017-01-03 23:28:38 +01:00
tibbi
3c51e933f9 use the new way of marking events and today at widget config too 2017-01-03 23:27:50 +01:00
Stefan
af831e06f8 Update strings.xml 2017-01-03 23:20:26 +01:00
tibbi
17ae73da68 mark days with events with underlining, today with a circle 2017-01-03 23:15:24 +01:00
Stefan
446144bea7 Update strings.xml 2017-01-03 23:09:36 +01:00
tibbi
43c1bfe6ba mark days with events with circles, not color change 2017-01-03 23:07:32 +01:00
tibbi
7ae2a0b8f0 redraw the main page only if the text color changed 2017-01-03 22:47:13 +01:00
tibbi
566646a1b9 properly pick either the dark or light dialog theme 2017-01-03 22:31:45 +01:00
tibbi
dbd662d0c2 remove the day from datepicker in a cleanr way 2017-01-03 21:59:36 +01:00
tibbi
8e7aee1fe3 use dark dialogs if the user has dark background 2017-01-03 21:17:08 +01:00
tibbi
e04ec15c7f add a black splash screen 2017-01-02 23:33:31 +01:00
tibbi
89d9c2c3ef update the colors on a few more places 2017-01-02 23:27:43 +01:00
tibbi
7165cdb3ff lets fill the main views calendar on every resume, not just at create 2017-01-02 23:21:38 +01:00
tibbi
82eb63ca69 fix default reminder value 2017-01-02 23:16:29 +01:00
tibbi
a4f98d8944 updating colors on a couple places 2017-01-02 22:52:16 +01:00
tibbi
b89f8a82e8 fix some constants 2017-01-02 22:23:49 +01:00
tibbi
1597bedf62 use data classes for models 2017-01-02 22:08:10 +01:00
tibbi
30d21224cd remove EventActivity TextInputLayout, as it cannot be customized 2017-01-02 21:25:07 +01:00
tibbi
1982af9a52 couple text color changes 2017-01-02 20:53:33 +01:00
tibbi
4e3a63f147 remove some unnecessary styles 2017-01-02 20:46:37 +01:00
tibbi
2d96cb2f2a use our custom views wherever appropriate 2017-01-02 19:59:48 +01:00
tibbi
93272b0b0f use the primary color for coloring Fabs 2017-01-02 19:39:45 +01:00
tibbi
4034cbd59d use some views from the Commons library 2017-01-02 19:27:36 +01:00
tibbi
392c269787 apply the generic dialog things to the dialog 2016-12-29 23:50:11 +01:00
tibbi
05967d3790 add the color customization button in settings 2016-12-29 23:39:16 +01:00
tibbi
18c4d4a773 fix the spinner at settings 2016-12-29 23:36:08 +01:00
tibbi
9a5aff5116 updating the Settings layout 2016-12-29 23:28:34 +01:00
tibbi
b81ef925e4 use the shared License activity 2016-12-29 22:48:42 +01:00
tibbi
717138d53b use the shared About activity 2016-12-29 22:46:27 +01:00
tibbi
5e08224f43 shorten some switch cases 2016-12-29 22:41:08 +01:00
tibbi
27ec78ad18 extend BaseSimpleActivity with SimpleActivity 2016-12-29 22:38:33 +01:00
tibbi
fbf58e3ae3 escape some french apostrophes 2016-12-29 22:38:15 +01:00
tibbi
f376c206f6 shortening the french short description 2016-12-29 21:53:52 +01:00
Tibor Kaputa
4776ca45f3 Merge pull request #76 from canou/french-translation
Add french translation
2016-12-29 09:47:42 +01:00
canou
a5047b77ba Add french translation 2016-12-28 23:52:34 +01:00
tibbi
a6ed9523f0 inherit config from the common BaseConfig 2016-12-28 23:48:35 +01:00
tibbi
afd330b799 formatting widgetprovider xml 2016-12-28 23:01:41 +01:00
tibbi
0f06954555 inherit the styles from Commons 2016-12-27 23:30:55 +01:00
tibbi
14dbc6a099 use some resources from Commons 2016-12-27 23:18:48 +01:00
tibbi
841f084c8b removing and updating a couple resources 2016-12-27 22:23:55 +01:00
tibbi
3878217665 show an placeholder message if the widgets event list is empty 2016-12-27 22:07:49 +01:00
tibbi
c7c972c502 update the empty list placeholder text 2016-12-27 21:28:15 +01:00
tibbi
7477fb1155 fixing some imports 2016-12-27 21:17:02 +01:00
tibbi
56d7458dd7 updating string files 2016-12-27 21:07:38 +01:00
tibbi
32dc35b6c7 use 12 or 24 hours format as appropriate 2016-12-18 17:13:30 +01:00
tibbi
ecd384f1af small style update 2016-12-18 16:35:30 +01:00
tibbi
0d37b0f100 add a null check to default ringtone uri 2016-12-18 16:30:49 +01:00
tibbi
a1ed41944e simplify the widget colorpicker dialogs 2016-12-14 19:43:35 +01:00
Sérgio Marques
5542c88b92 Portuguese update 2016-12-13 21:54:56 +00:00
tibbi
298e41b5dc simplify the changeview dialog 2016-12-12 19:12:14 +01:00
tibbi
c1b78e3a07 add some links to more strings 2016-12-11 11:01:35 +01:00
Sérgio Marques
9203491054 Portuguese update 2016-12-11 02:18:45 +00:00
tibbi
0fb73b12bf allow changing the reminder notification sound, fix #27 2016-12-10 20:12:53 +01:00
tibbi
91f0fe4955 add some things related to setting custom reminder sound 2016-12-10 12:25:54 +01:00
tibbi
7f8058580b increase weak text alpha a bit so its more visible 2016-12-10 11:29:23 +01:00
tibbi
2161a93846 updating the About activity 2016-12-10 11:14:37 +01:00
tibbi
d69bea8013 add some new strings 2016-12-10 11:05:54 +01:00
tibbi
18cf5e102a shortening the hungarian calendar description so its within 80 chars 2016-12-10 00:41:59 +01:00
tibbi
cadfe88c6f removing some empty lines 2016-12-10 00:36:17 +01:00
tibbi
2105ec3c33 hide the keyboard at pressing on a date or timepicker 2016-12-09 18:57:21 +01:00
Tibor Kaputa
1ba39edc37 fix the theme at date and timepicker dialogs on android 7 2016-12-09 09:40:50 +01:00
Sérgio Marques
3d6f1b5c94 Portuguese update 2016-12-05 22:07:41 +00:00
András Lengyel-Nagy
5e32916eac Hungarian translation of strings.xml 2016-12-04 22:16:53 +01:00
tibbi
4341289595 make sure dialog is cancellable by clicking outside 2016-12-04 10:27:35 +01:00
tibbi
97ee44979e add the check to daily view too 2016-12-03 11:15:44 +01:00
tibbi
bcad8aafef make sure only the proper item is selected at long click 2016-12-03 11:14:15 +01:00
Sérgio Marques
837e0d04d8 Portuguese update 2016-12-02 23:20:00 +00:00
tibbi
36486710a5 fix some crashes at setting reminder to empty value 2016-11-30 21:43:02 +01:00
tibbi
da2ea22017 use setExact for more precise notifications, waking up from Doze 2016-11-30 21:34:38 +01:00
tibbi
34a88c544c delete the event from eventActivity, do not allow Undo 2016-11-30 20:51:04 +01:00
tibbi
08ad077c83 add a preview to list widget 2016-11-30 19:49:51 +01:00
tibbi
13e2277f48 rename widget_preview to widget_monthly_preview 2016-11-30 19:44:13 +01:00
tibbi
1d47de4b29 limit events displayed in lists to 50 2016-11-30 19:24:15 +01:00
tibbi
11bebdce62 properly update the list widget when needed 2016-11-30 19:09:26 +01:00
naofum
ba52d8218f Updated Japanese 2016-11-30 23:20:25 +09:00
tibbi
dc70775ac2 display real data on the list widget 2016-11-29 23:31:14 +01:00
tibbi
029ebfc983 allow clicking on list items 2016-11-29 21:48:55 +01:00
tibbi
f96c7a875c create standalone list items for widget 2016-11-29 21:14:07 +01:00
tibbi
d33b5e8f2d display event type items on widget list too 2016-11-29 20:00:15 +01:00
tibbi
98877c9fb0 populating list widget with some test data 2016-11-29 18:53:26 +01:00
tibbi
42747a5914 get the upcoming events for the list widget 2016-11-28 22:33:54 +01:00
tibbi
cc53dd0c12 rename EventsListener to EventUpdateListener 2016-11-28 22:19:51 +01:00
tibbi
157ab8557d lets just show the next 6 months instead of a year at events list 2016-11-28 22:18:41 +01:00
tibbi
8ec5e795d4 a few more list widget corrections 2016-11-27 23:38:44 +01:00
tibbi
216e133194 add some arbitrary events into the list 2016-11-27 23:09:29 +01:00
tibbi
d204b1b42c make ListSection isToday false by default 2016-11-27 22:48:07 +01:00
tibbi
4f0f909d07 update the bg and text color properly in widget config 2016-11-27 22:25:47 +01:00
tibbi
2691ac7f41 add a couple more list widget things 2016-11-27 21:48:16 +01:00
tibbi
785131a79f rename widget_config to widget_config_monthly 2016-11-27 20:50:37 +01:00
tibbi
fcf47c8338 add some list widget related things 2016-11-27 20:15:14 +01:00
tibbi
a5a30582b9 rename some widget related files 2016-11-27 18:50:47 +01:00
tibbi
072a976584 couple RTL fixes, but its still disabled 2016-11-27 13:06:42 +01:00
Sérgio Marques
eddcde9a54 Portuguese update 2016-11-26 16:08:05 +00:00
tibbi
263f9b793d use a different vibration pattern 2016-11-26 15:33:15 +01:00
tibbi
446453d907 add the actual vibration, disabled by default 2016-11-26 11:38:06 +01:00
tibbi
d6f8ca66db add a toggle for vibrations on notifications 2016-11-26 11:25:20 +01:00
tibbi
d77e55582b show a light at reminder notification 2016-11-26 11:16:58 +01:00
tibbi
4010daf08e do not show the keyboard at Editing event 2016-11-26 11:11:09 +01:00
Stefan
bb963be973 Update strings.xml 2016-11-26 10:45:16 +01:00
Stefan
b702f750ff Update strings.xml 2016-11-26 10:41:43 +01:00
tibbi
27163f5674 adding playstore links 2016-11-24 23:25:32 +01:00
tibbi
6affe4544f remove a redundant variable 2016-11-24 00:06:24 +01:00
tibbi
9203d679f6 add Deleting events 2016-11-24 00:04:53 +01:00
tibbi
2a25995bfc add long clicks 2016-11-23 23:58:19 +01:00
tibbi
d47c755189 add event item clicks 2016-11-23 23:57:04 +01:00
tibbi
94930e653f rewriting eventslist to recyclerview, initial version 2016-11-23 23:04:27 +01:00
tibbi
22e9e92cd7 rename some layouts 2016-11-23 20:59:09 +01:00
tibbi
44863f2b16 never show overscroll effect 2016-11-23 20:56:19 +01:00
tibbi
a7f6fda5e8 add event Deletion 2016-11-23 20:48:32 +01:00
tibbi
bd033389f0 add some background and foreground effect to list items 2016-11-23 20:20:18 +01:00
tibbi
0fb3f20a2b add a divider between the events 2016-11-23 20:13:55 +01:00
tibbi
cb7d83a696 allow clicking and selecting events 2016-11-23 20:11:11 +01:00
tibbi
84b5152e3e replace events listview with recyclerview, initial version 2016-11-23 20:06:48 +01:00
tibbi
4d57e29e02 use smaller fonts on tablets for current day and month 2016-11-23 18:42:20 +01:00
tibbi
5759c1248b always display Change View at the actionbar 2016-11-23 18:32:05 +01:00
tibbi
28fdd67325 srsly make sure the Add button is hidden in yearly view 2016-11-23 00:13:40 +01:00
tibbi
e9fc8bbd89 fix #49, do not show the FAB on yearly view 2016-11-23 00:09:55 +01:00
Sérgio Marques
dc03ac57ee Portuguese update 2016-11-21 17:52:24 +00:00
tibbi
f1044a82c1 make mCalendar of the widget nullable 2016-11-21 00:07:21 +01:00
tibbi
2f59421909 add Kotlin license 2016-11-20 18:20:09 +01:00
tibbi
877c5b75fc add Stetho license 2016-11-20 18:03:50 +01:00
tibbi
1337340896 remove some code repetition 2016-11-19 17:21:54 +01:00
tibbi
98e1508a88 make sure we close the cursor after db operations 2016-11-19 17:18:42 +01:00
tibbi
ba69073e02 use kotlin string concatenation at some places 2016-11-19 17:14:10 +01:00
tibbi
93a901a336 update the widget from the helper if an event changes 2016-11-19 17:12:38 +01:00
tibbi
8e4388c749 make sure the events in day view are sorted by start time 2016-11-19 17:07:32 +01:00
tibbi
e4b1d63ce7 initialize the mCalendar sooner 2016-11-19 11:29:42 +01:00
tibbi
7809f4282b use the general EVENT_ID constant at NotificationReceiver 2016-11-17 20:45:51 +01:00
tibbi
412e796abb remove butterknife 2016-11-17 20:29:05 +01:00
tibbi
f6b4387d30 simplifying a forloop 2016-11-17 20:20:28 +01:00
tibbi
d44880bed2 move adjustAlpha to an Int extension, remove Utils class 2016-11-17 20:16:54 +01:00
tibbi
eee184c51a converting Constants to kotlin 2016-11-17 20:05:31 +01:00
tibbi
206dfe0271 some style cleanup here and there 2016-11-17 19:54:12 +01:00
tibbi
11d2215e37 move Utils to kotlin + some cleanup 2016-11-17 19:44:23 +01:00
tibbi
ba767b83d4 convert MyWidgetProvider to kotlin 2016-11-17 19:33:54 +01:00
tibbi
577a016a72 convert widgetConfigureActivity to kotlin 2016-11-17 19:24:13 +01:00
tibbi
dde19cded8 revert some weird renames 2016-11-17 19:20:39 +01:00
tibbi
7ecf1da2d9 move a couple files to subfolders, no code change 2016-11-17 19:11:13 +01:00
tibbi
80bd5bbadf convert License activity to kotlin 2016-11-17 19:03:10 +01:00
tibbi
59b0208422 convert AboutActivity to kotlin 2016-11-17 19:01:26 +01:00
tibbi
2d1c5985be convert MyViewPager to kotlin 2016-11-17 19:00:19 +01:00
tibbi
e82c056289 convert receivers to kotlin 2016-11-17 18:29:25 +01:00
tibbi
ab6fd0b9cc convert Formatter to kotlin 2016-11-17 18:27:30 +01:00
tibbi
faaecbc229 convert Config to kotlin 2016-11-17 18:23:21 +01:00
tibbi
b3fefeb810 remove some testing related things 2016-11-17 18:13:54 +01:00
Sérgio Marques
2858e42110 Update strings.xml 2016-11-13 18:05:41 +00:00
Sérgio Marques
f3415ccba1 Portuguese update 2016-11-09 22:57:40 +00:00
tibbi
989d3ecf83 fix #42, display day of the week in some views 2016-11-07 22:55:50 +01:00
tibbi
445e768730 increase the amount of prefilled days to 121, fix #43 2016-11-07 22:27:39 +01:00
tibbi
d7a8ce3998 adding spanish translation 2016-11-07 22:20:39 +01:00
tibbi
792f972c96 adjustment to events list view for events lasting over midnight 2016-11-03 20:54:01 +01:00
tibbi
c826ef12ac some corrections to really mark all days with events 2016-11-03 20:34:29 +01:00
tibbi
9d0c1d35fc properly mark days with events that last multiple days 2016-11-03 20:11:33 +01:00
tibbi
bf74b34cb7 convert MonthlyCalendar to kotlin 2016-11-03 19:04:14 +01:00
tibbi
50c56ed263 display dates on yearly view with brighter color 2016-11-03 00:02:25 +01:00
tibbi
2e13642217 fix events touching 2 years 2016-11-03 00:00:30 +01:00
tibbi
07505a53ab mark events that last multiple days in the yearly view correctly 2016-11-02 23:26:52 +01:00
tibbi
46a44baa1e on the listview highlight the current day and currently active event 2016-11-02 23:04:04 +01:00
tibbi
252d0e63f2 display day labels with bright color at the widget config screen too 2016-11-02 22:38:10 +01:00
tibbi
d7e52679ad calculate the reminder value only if its type is custom 2016-11-02 21:39:25 +01:00
tibbi
8752f6eaca set the default reminder value to 10 2016-11-02 21:36:29 +01:00
tibbi
5c815bac62 adding a missing string translation 2016-11-02 21:35:13 +01:00
tibbi
e3eb473177 added Hindi translation 2016-11-02 21:34:03 +01:00
tibbi
7c93edb2c3 set reminder to AT_START if its custom with 0 minutes 2016-11-02 21:24:24 +01:00
tibbi
55a6cd6f35 couple UI changes 2016-11-02 19:34:15 +01:00
tibbi
aeab50d606 use the default reminder at creating new events 2016-11-02 18:48:41 +01:00
tibbi
5310850207 do not remember the reminder used at the previous event 2016-11-02 18:37:27 +01:00
tibbi
f026c5230b add a Save button and save the custom reminder value 2016-11-01 23:49:14 +01:00
tibbi
3a3fac2a48 some more work on the default event reminder setting 2016-11-01 23:12:44 +01:00
tibbi
2bd5a6dce4 renaming a function 2016-11-01 22:45:52 +01:00
tibbi
9a1d9d6b3b add some views in Settings related to setting custom event reminder 2016-11-01 22:44:47 +01:00
tibbi
d3afa4b343 center spinner value horizontally 2016-11-01 22:08:49 +01:00
tibbi
a04beb9abe use the brighter color for days of the week 2016-11-01 21:52:16 +01:00
tibbi
df0fcfcf4f convert settings to kotlin 2016-11-01 21:46:45 +01:00
tibbi
964c1ed7d1 close #38, allow setting reminder in time in other units, not just minutes 2016-11-01 20:30:40 +01:00
tibbi
053111112a add some views related to custom reminder interval 2016-11-01 20:12:03 +01:00
tibbi
884dcf1388 update some strings related to custom event reminders 2016-11-01 19:20:25 +01:00
mueller-ma
e479511247 Update strings.xml 2016-10-25 10:23:03 +02:00
mueller-ma
024c5c2a76 Translated some strings to german 2016-10-25 10:14:19 +02:00
tibbi
fbfe752f44 remember the scrollstate of events list 2016-10-24 20:50:56 +02:00
tibbi
db06fcd683 use the extensio function beVisibleIf in some new cases 2016-10-24 20:31:43 +02:00
tibbi
380f9c55c0 adjust the event list divider color so its visible in dark theme too 2016-10-24 20:26:16 +02:00
tibbi
bcea981499 show a placeholder at event list in case its empty 2016-10-24 20:17:26 +02:00
mueller-ma
70d3181771 Translated some strings 2016-10-24 19:03:01 +02:00
tibbi
fe323be23d dd some padding above the events list 2016-10-23 21:03:13 +02:00
tibbi
9db5933255 implement event deletion in the yearly view 2016-10-23 20:46:22 +02:00
tibbi
5b15389f4e add multichoice model touch to events 2016-10-23 19:13:00 +02:00
tibbi
4388e23ff1 open the particular event from Event list view on click 2016-10-23 19:08:55 +02:00
tibbi
e043e1b814 pass EventActivity only the event ID 2016-10-23 19:03:59 +02:00
tibbi
53550a6471 avoid clicking on section headers 2016-10-23 18:28:10 +02:00
tibbi
2c514bc627 add sections with dates to the events list 2016-10-23 17:32:37 +02:00
tibbi
48ce33d69d disable RTL support for now 2016-10-23 17:26:42 +02:00
tibbi
04f83c00b0 minor refactoring 2016-10-23 12:14:31 +02:00
tibbi
3f267ba8ed allow adding section headers to the list 2016-10-23 12:01:07 +02:00
tibbi
f5e0bf81d7 fill the simple list with future and present events 2016-10-23 00:02:27 +02:00
tibbi
8b85ed656c inflate the events list as a fragment 2016-10-22 23:44:30 +02:00
tibbi
7fd1907b3e minor mainactivity refactoring 2016-10-22 23:28:36 +02:00
tibbi
f58a1beba6 toggle the visibility of viewpager as needed 2016-10-22 23:23:00 +02:00
tibbi
2f0cf1a024 add a new View listing all future events within a year 2016-10-22 23:12:26 +02:00
tibbi
1e3fbc81dd update the events in yearly view on resume 2016-10-22 22:11:41 +02:00
tibbi
67214282fe rename a function 2016-10-22 22:06:52 +02:00
tibbi
f490ddf1ee mark current day in the yearly view with a circle 2016-10-22 20:43:48 +02:00
tibbi
761c45c414 mark the current month label with orange 2016-10-22 20:12:00 +02:00