Commit Graph

2908 Commits

Author SHA1 Message Date
tibbi
660278ce61 show my attendance status in a special way 2019-03-19 23:26:59 +01:00
Guillaume
898a5bd527
Dutch 2019-03-19 23:26:46 +01:00
spkprs
638ccdb82c
Update strings.xml 2019-03-19 23:52:29 +02:00
tibbi
e79871daab adding some new attendance related strings 2019-03-19 22:29:59 +01:00
tibbi
b99fba72b2 use full alpha at event details screen images, not reduced one 2019-03-19 22:08:24 +01:00
tibbi
2907023b37 fixing an illegal offset exception caused by daylight savings 2019-03-19 20:58:34 +01:00
tibbi
ed7e90e17d sort attendees by status in a specific way 2019-03-19 15:01:59 +01:00
tibbi
7d0e46705f add an image showing the attendees status at event details 2019-03-19 14:49:05 +01:00
FTno
d347b05b67
Update strings.xml
Norwegian (nb) translation update
2019-03-17 18:10:51 +01:00
tibbi
eda6c792b7 show existing event attendee photos, if available 2019-03-15 11:54:44 +01:00
tibbi
1ac25c4dad properly handle showing existing attendees at existing events 2019-03-15 11:28:54 +01:00
tibbi
a5f5e4783e some attendee related improvements 2019-03-15 10:35:58 +01:00
tibbi
b26bd7a20e remove the selected attendee on pressing Dismiss 2019-03-15 10:10:00 +01:00
tibbi
33a63c4e72 show a cross for removing selected contacts 2019-03-14 23:42:47 +01:00
tibbi
770eab4525 show an attendee image at his name too 2019-03-14 23:25:18 +01:00
Tibor Kaputa
60461933c1
Merge pull request #814 from solokot/master
Updated Russian language
2019-03-14 22:50:38 +01:00
tibbi
206e61085e be more smart about going to next attendee on confirmation 2019-03-14 22:45:25 +01:00
tibbi
874056dfca show attendees selected from autocomplete differently 2019-03-14 22:35:00 +01:00
solokot
528d9e46b3
Update strings.xml 2019-03-14 23:37:15 +03:00
tibbi
979f463e97 figure out which attendee has been picked by clicking on a suggestion 2019-03-14 21:09:53 +01:00
tibbi
fa2cf07211 show the proper attendee thumbnail image, if available 2019-03-14 15:45:08 +01:00
tibbi
4f0dc2b9c8 adding images to attendee suggestions 2019-03-14 11:44:13 +01:00
tibbi
236b3ef5ad show names at autocomplete suggestions, where available 2019-03-14 10:32:13 +01:00
tibbi
a9ff1003fb renaming item_autocomplete to item_autocomplete_email 2019-03-14 10:18:28 +01:00
tibbi
aca2f1b163 sort attendee suggestions in a specific order 2019-03-14 09:58:11 +01:00
tibbi
62bea960e3 apply attendees search string to contact names too, not just emails 2019-03-13 22:49:25 +01:00
tibbi
362599fcdf implementing the autocompletetextview at attendee suggestions 2019-03-13 22:37:06 +01:00
tibbi
f48b16a188 replacing some magic numbers with constants 2019-03-13 19:35:17 +01:00
tibbi
83bad27e77 prefetch contacts available for attendee autocompletion 2019-03-13 19:31:15 +01:00
tibbi
ad35ee5a93 handle Contacts permission at inserting attendees 2019-03-13 18:08:00 +01:00
tibbi
b8f206e042 handle adding attendees in caldav calendars 2019-03-13 16:30:35 +01:00
tibbi
c457bb36b5 make more use of Attendees model class 2019-03-13 15:39:42 +01:00
tibbi
75ac968b46 create a helper function for retrieving caldav event attendees 2019-03-13 15:04:16 +01:00
tibbi
d0e0324e57 show attendees only at caldav synced events 2019-03-13 14:40:31 +01:00
tibbi
96458a94fa properly restore attendees on device rotation 2019-03-13 14:14:57 +01:00
tibbi
b70dfd11c6 properly restore event reminder types on device rotation 2019-03-13 13:58:51 +01:00
tibbi
f55900f3da adding an Attendees field at events 2019-03-13 13:48:28 +01:00
Emanuele Petriglia
0ba5f49da6
Update italian translation 2019-03-13 09:49:55 +00:00
tibbi
01b4d80723 removing a magic number 2019-03-12 13:04:47 +01:00
tibbi
b4baa8d27f handle importing events with email reminders 2019-03-12 13:04:18 +01:00
tibbi
69d78a1b58 properly export email event reminders in .ics files 2019-03-12 12:32:16 +01:00
tibbi
44bc741572 properly fill the reminder type at CalDAV events 2019-03-12 11:55:55 +01:00
tibbi
f8028e0c16 use the Reminder model class at fetching event reminders 2019-03-12 11:55:11 +01:00
tibbi
1eb798e1ca use the new Reminder model class at more places 2019-03-12 11:38:21 +01:00
tibbi
5e14ca10b6 properly import Email notifications from CalDAV 2019-03-12 11:22:32 +01:00
tibbi
92b49808ce show the reminder types only at caldav synced events 2019-03-12 10:22:32 +01:00
tibbi
33e8f7ba6f use images instead of text at reminder types 2019-03-12 10:10:54 +01:00
tibbi
949105dce9 update all-day switch at editing events instantly, without animation 2019-03-11 23:46:23 +01:00
tibbi
e3d34a9737 adding an option to switch between notification/email reminders 2019-03-11 23:42:03 +01:00
tibbi
0a358f209b removing some redundant xml rules 2019-03-11 21:41:20 +01:00
Tibor Kaputa
d9ee63b052
Merge pull request #807 from 10cents/patch-26
go_to_date + add_another_attendee
2019-03-11 21:18:47 +01:00
tibbi
05f9110e83 adding new Event fields for reminder type and attendees 2019-03-11 21:08:47 +01:00
10cents
5efd839545
go_to_date + add_another_attendee 2019-03-11 20:34:35 +01:00
Guillaume
21930288e2
Dutch 2019-03-11 15:32:28 +01:00
spkprs
377104d418
Update strings.xml 2019-03-11 14:18:47 +02:00
tibbi
4d6fd5fbed adding a new string for adding event attendees 2019-03-11 12:53:50 +01:00
tibbi
9b98f1d9ad catch exceptions thrown at setting shortcuts 2019-03-11 12:18:00 +01:00
tibbi
ccc30c104d fix #799, properly handle daylight savings at the weekly view 2019-03-11 12:14:46 +01:00
tibbi
c33990fd66 update commons to 5.10.8 2019-03-11 12:01:38 +01:00
en2sv
33036adcf9
Update Swedish translation 2019-03-10 20:25:35 +01:00
tibbi
9f8ce7d7f0 reuse shortcut_plus from Commons 2019-03-07 23:13:21 +01:00
tibbi
10ec6efe7c renaming the shortcut icon drawable 2019-03-07 20:15:50 +01:00
tibbi
2393738cb7 update version to 6.3.2 2019-03-07 12:41:15 +01:00
tibbi
394f047bb9 replacing static shortcuts with dynamic ones 2019-03-07 12:25:08 +01:00
tibbi
7f87cc3412 removing the shortcut category 2019-03-07 11:08:07 +01:00
Tibor Kaputa
f7042ac3c0
Merge pull request #802 from ema-pe/patch-7
Update italian translation
2019-03-07 10:52:37 +01:00
tibbi
69fd4ed5cc adding a launcher shortcut for creating new events quicker 2019-03-07 10:50:15 +01:00
Emanuele Petriglia
e5eb74b055
Update italian translation 2019-03-07 09:46:28 +00:00
tibbi
8887776f17 do not require the faketouch device feature 2019-03-07 09:37:54 +01:00
Guillaume
023350e23f
Dutch 2019-03-06 20:44:42 +01:00
tibbi
00b614bd27 go to the selected year at the yearly fragment 2019-03-06 20:41:50 +01:00
Tibor Kaputa
df9a0f059b
Merge pull request #800 from spkprs/patch-6
upd+fix
2019-03-06 20:34:43 +01:00
tibbi
9917e7f404 fixing the weekly GoToDate with sunday being the first day 2019-03-06 20:34:24 +01:00
tibbi
166003b03b implement GoToDate at the weekly fragment 2019-03-06 20:31:44 +01:00
spkprs
66cffd26c3
upd+fix 2019-03-06 21:30:37 +02:00
tibbi
68ae04a0d8 do not show the "Go to date" button at the event list view 2019-03-06 20:19:31 +01:00
tibbi
b62b36c8b6 implementing the Go To Date button of the daily fragment 2019-03-06 20:18:18 +01:00
tibbi
494b9efacd moving the Go To Date handling of month fragment to the fragment holder 2019-03-06 20:13:49 +01:00
tibbi
bbd34a9870 adding a menu button for Go To Date 2019-03-06 19:40:57 +01:00
tibbi
a302c3f659 adding a new string for Go to date 2019-03-06 19:11:01 +01:00
tibbi
0cc0aa96df fix #797, fix some glitch related to monthly repetition at the end of the month 2019-03-06 19:00:09 +01:00
tibbi
411490000f updating commons 2019-03-06 14:27:00 +01:00
tibbi
d52c1431e1 correcting the app short description 2019-02-24 17:49:16 +01:00
spkprs
919fb920be
Update strings.xml 2019-02-24 00:49:21 +02:00
tibbi
3cba59e2aa update version to 6.3.1 2019-02-23 19:40:46 +01:00
tibbi
43bed800c2 update commons to 5.9.6 2019-02-23 19:32:58 +01:00
tibbi
72dc83ba1c adding content descriptions to some views 2019-02-22 23:30:21 +01:00
tibbi
c402a68100 simplify primary color getting at the EventsHelper 2019-02-22 23:18:08 +01:00
tibbi
d4179f1a66 updating commons to 5.9.5 2019-02-22 19:53:22 +01:00
tibbi
e6541f9c39 update birthday/anniversary repeat rules, repeat them on the same day 2019-02-22 18:44:38 +01:00
tibbi
29b566360b fix #719, allow adding birthdays/anniversaries reminders at importing 2019-02-22 18:42:53 +01:00
tibbi
42aed15397 fix #788, always divide caldav event start and end timestamp by a thousand 2019-02-22 16:54:07 +01:00
tibbi
2dc0c0ec92 updating commmons to 5.9.3 2019-02-22 12:58:22 +01:00
10cents
208c47e360
new settings strings 2019-02-21 23:40:08 +01:00
Emanuele Petriglia
6ad12c7ad6
Update italian translation 2019-02-21 11:11:14 +00:00
Fatih Fırıncı
9451a15599
Update strings.xml 2019-02-17 12:35:36 +00:00
fricyo
b3bba92289
Update Translation 2019-02-16 15:55:18 +08:00
tibbi
971739631d fix #784, check storage permission before trying to import settings 2019-02-14 21:18:07 +01:00
tibbi
1aade9c055 improving the way default widget color is set 2019-02-14 21:13:33 +01:00
tibbi
e27eb350ee update version to 6.3.0 2019-02-14 19:08:51 +01:00
tibbi
19cb00c2eb update commons to 5.7.8 2019-02-14 19:06:58 +01:00
tibbi
11f71ce88d adding some new functions in the release notes 2019-02-14 19:06:41 +01:00
solokot
3370e58445
Updated Russian 2019-02-14 19:34:24 +03:00
tibbi
686d7cc0ad fixing s few more overlapping glitches 2019-02-14 16:37:48 +01:00
tibbi
df241feea0 improving some weekly view overlapping 2019-02-14 16:28:26 +01:00
tibbi
c97628fdfc fix triple+ overlapping 2019-02-14 15:48:17 +01:00
tibbi
e7f7e24bdf implementing the first part of solving weekly view event overlapping 2019-02-14 15:34:11 +01:00
tibbi
1f52643556 fix some glitches at monthly view overlapping by cbertram 2019-02-14 12:04:20 +01:00
tibbi
0c8fddd419 fix #776, fix repeating events from before 2001 2019-02-14 11:26:18 +01:00
tibbi
ac0653de3a handle importing settings 2019-02-13 23:11:38 +01:00
tibbi
47eb989d3b allow exporting the app settings 2019-02-13 22:52:10 +01:00
tibbi
ee73674468 avoid showing unwritable calendars in some places 2019-02-13 22:22:26 +01:00
Guillaume
a2dab527f3
Dutch 2019-02-13 18:16:13 +01:00
tibbi
45d5cc3621 fix some glitches related to setting caldav synced default event types 2019-02-13 16:56:32 +01:00
tibbi
d92ba3b9c4 fix #535, allow specifying a default event type for new events 2019-02-13 16:35:43 +01:00
tibbi
b7ef8f7f1b adding a settings item for setting a default event type for new events 2019-02-13 15:51:18 +01:00
tibbi
9758a69789 allow specifying minutes at the default event start time too 2019-02-13 15:21:43 +01:00
tibbi
eeb88b8a59 updating some greek strings 2019-02-13 15:03:17 +01:00
tibbi
82606910bb adding a new string related to selecting Other time 2019-02-13 15:02:26 +01:00
tibbi
4daee3c3d8 improving some settings related code 2019-02-13 14:29:51 +01:00
tibbi
26d708d3e3 removing some redundant xml attributes 2019-02-13 13:47:14 +01:00
tibbi
a2c17cbfc4 updating the settings layout 2019-02-13 13:43:01 +01:00
Tibor Kaputa
e7fe4e325c
Merge pull request #780 from NWuensche/696-default-time
Add default start time and default duration for events in settings
2019-02-13 13:37:37 +01:00
Tibor Kaputa
b235d752dc
Update strings.xml 2019-02-13 13:36:55 +01:00
Tibor Kaputa
d82c742456
Update strings.xml 2019-02-13 13:36:39 +01:00
tibbi
caebfb998d adjusting a string 2019-02-13 12:15:40 +01:00
tibbi
7ebf94c1da adding some new strings related to customizing new event creation values 2019-02-13 11:56:28 +01:00
tibbi
be77a7ae96 update commons to 5.7.7 2019-02-13 11:20:28 +01:00
nwuensche
841614be06 Add default duration setting for event
Closes #696
2019-02-09 22:02:48 +01:00
nwuensche
95d403aed9 Add setting for default start time of an event 2019-02-09 21:07:03 +01:00
tibbi
dd25df5738 fixing some rtl code 2019-02-07 18:42:50 +01:00
tibbi
0a3a170852 updating gradle and kotlin 2019-02-07 18:34:21 +01:00
Tibor Kaputa
72dcbb6e90
Merge branch 'master' into master 2019-02-07 18:33:01 +01:00
Tibor Kaputa
26d234fbc6
Merge pull request #774 from solokot/master
Improved Russian translation
2019-02-04 16:53:59 +01:00
solokot
cbb97be82b
Improved Russian translation 2019-02-04 18:05:47 +03:00
karmac
ca129d76ed Support RTL 2019-01-30 15:51:39 +02:00
karmac
6602f843e6 Support RTL 2019-01-30 14:35:42 +02:00
Tibor Kaputa
1d0d0a8b7b
Merge pull request #762 from jtj9817/master
Phase One for RTL Support #751
2019-01-26 09:11:08 +01:00
Josh J
46c791c783
Update build.gradle 2019-01-25 22:44:16 -05:00
Josh J
6d1974f9d0
Delete output.json 2019-01-25 21:41:54 -05:00
Josh J
04f16b2258
Delete calendar-release.apk 2019-01-25 21:41:49 -05:00
tibbi
c42f67a75a update version to 6.2.2 2019-01-25 23:32:07 +01:00
tibbi
3449a5a0f5 increase the alpha of dimmed events at the monthly view 2019-01-25 23:23:21 +01:00
tibbi
712cafbee8 adding a crashfix 2019-01-25 23:14:59 +01:00
tibbi
da4742e7b5 fixing some CalDAV event repetition exception related issues 2019-01-25 21:32:48 +01:00
Josh J
4169fd734e Phase One Addendum
Deleted v17 landscape layout version of fragment_year.xml
2019-01-25 00:16:25 -05:00
Josh J
a577f4d7ec Phase One for issue #751
Refactored code for XML layout files involved for adding RTL support
2019-01-25 00:10:01 -05:00
Josh J
95a68f180a Merge remote-tracking branch 'jtj9817/master' 2019-01-24 21:46:51 -05:00
Josh J
4dcba49f5c Preparations 2019-01-24 21:16:19 -05:00
tibbi
f30ab90e8e updating Commons and gradle 2019-01-24 23:34:28 +01:00