Commit graph

2060 commits

Author SHA1 Message Date
tibbi
3ca94c9635 properly handle repetition rules at importing yearly events 2018-05-10 19:47:10 +02:00
tibbi
5fabba4032 add proper logic at yearly repetition rules 2018-05-10 15:04:20 +02:00
Tibor Kaputa
8218bfb190
Merge pull request #481 from solokot/master
Update Russian language
2018-05-10 14:52:17 +02:00
tibbi
af1dc2ff20 differentiate between Repeat every "fourth friday" and "last friday" when needed 2018-05-10 14:20:48 +02:00
tibbi
6c2cbb6414 show proper strings at yearly repetition 2018-05-10 13:59:16 +02:00
tibbi
e33054be98 set repeating on the same day by default at choosing yearly repetition 2018-05-10 13:30:52 +02:00
solokot
7cb896ac25
Update strings.xml 2018-05-10 14:23:23 +03:00
Guillaume
b296edb25d
Dutch 2018-05-10 13:21:49 +02:00
Guillaume
63347471fd
Dutch 2018-05-10 12:18:50 +02:00
tibbi
afd2a257c4 adding a new string for yearly repetition on the same day 2018-05-10 11:08:49 +02:00
tibbi
59486f98d0 updating some constants in preparation for advanced yearly repetition rules 2018-05-10 10:29:35 +02:00
tibbi
c2d120b99d fix some glitches related to fetching events to the list on every resume 2018-05-09 23:56:09 +02:00
tibbi
729ff88de5 avoid constantly recreating the event list 2018-05-09 23:40:10 +02:00
tibbi
dd1b907402 updating the Empty List placeholder 2018-05-09 23:14:59 +02:00
tibbi
caae4a5f58 fix a crash at trying to delete an event list section 2018-05-09 23:12:18 +02:00
tibbi
74109796bb leave events hash code comparing to the list adapter itself 2018-05-09 22:51:12 +02:00
tibbi
37dce034ed adding colored launcher icons 2018-05-09 20:46:36 +02:00
10cents
bbef3f6298
3 Event & 1 Settings 2018-05-08 22:51:41 +02:00
tibbi
f943358e8c fetch previous events at scrolling to the top 2018-05-07 12:11:55 +02:00
tibbi
f00106b671 scroll the event list a bit after fetching new events to show that something changed 2018-05-07 11:01:37 +02:00
tibbi
d6070249ab fetch new items at EventList when scrolled to the bottom 2018-05-07 10:48:45 +02:00
tibbi
aeceab60dd double the amount of swipable fragments 2018-05-06 10:57:16 +02:00
tibbi
bc7b1f0a3d improve weekly and custom repetitions too 2018-05-06 10:44:21 +02:00
tibbi
c44abf2957 simplify daily repeatable event fetching for better performance 2018-05-06 10:31:07 +02:00
tibbi
857854632b do not limit event list items to 100 2018-05-06 09:58:28 +02:00
tibbi
f8e316e1cc do not unselect events at sharing 2018-05-05 23:26:28 +02:00
tibbi
e049067671 filter events by event type as appropriate at Search 2018-05-05 23:12:33 +02:00
tibbi
771f3af059 do not scroll the event list anywhere, if the first event is already today/future 2018-05-05 23:07:23 +02:00
tibbi
9dad0d789c change the default "Display past events" interval to 1 day 2018-05-05 23:02:23 +02:00
tibbi
432a624ad1 scroll Event List View to Today by default 2018-05-05 21:11:50 +02:00
tibbi
5c4014c76e setup widget list creation into separate functions 2018-05-05 21:11:33 +02:00
tibbi
2e4f24dee5 make sure the Search placeholders have proper text color 2018-05-05 15:42:55 +02:00
tibbi
a050454fec removing some margins from the settings screen 2018-05-05 14:08:26 +02:00
tibbi
a6960b0844 fix #441, add a setting for dimming past events, enabled by default 2018-05-04 23:38:06 +02:00
tibbi
614b17e36f dim past events when appropriate at the weekly view too 2018-05-04 22:33:15 +02:00
Guillaume
4c0e19c55e
Dutch 2018-05-04 21:48:21 +02:00
tibbi
0a8606c373 dim past events on the monthly views when appropriate 2018-05-04 21:36:28 +02:00
tibbi
135d2bc8c2 adding a settings item for dimming past events 2018-05-04 21:04:30 +02:00
tibbi
0650491ce7 adding a new Events string 2018-05-04 20:58:55 +02:00
tibbi
561a8a92a2 adding a string about dimming past events 2018-05-04 20:45:11 +02:00
tibbi
bcd20f254e fix #199, allow duplicating events 2018-05-04 20:28:12 +02:00
tibbi
e8db3657ec adding a new string for duplicating events 2018-05-04 20:08:28 +02:00
tibbi
9596ee1f28 fix #453, add an option to loop reminders until dismissed 2018-05-04 18:23:12 +02:00
tibbi
623750eb5e fix #474, make sure refer to the proper repeatable event instance with "Tomorrow", or the specific date 2018-05-04 17:56:53 +02:00
tibbi
5d472fa30d fix #461, properly handle the Location field at importing 2018-05-04 16:32:09 +02:00
tibbi
0f97ce7153 avoid showing the same color multiple times at the caldav event type color picker 2018-05-04 16:15:03 +02:00
tibbi
f68dfdc4a5 create a local variable for caldav calendars at sync 2018-05-04 15:42:43 +02:00
tibbi
a350396ece fix #466, replace empty repetition rule with null at non-repeating events 2018-05-04 14:24:44 +02:00
tibbi
42ddaa6b49 fix a small visual glitch around margin at synced calendar 2018-05-04 14:03:55 +02:00
tibbi
e36bd69642 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar 2018-05-04 13:43:49 +02:00
tibbi
e29b79db9f fix #470, properly fill out start and end timestamp of cancelled repeatable event instances 2018-05-04 13:43:37 +02:00
Guillaume
c1e75bb7e1
Dutch 2018-05-03 00:23:38 +02:00
10cents
ae877d51ad
override_event_types 2018-05-02 22:34:13 +02:00
tibbi
be598ddb51 do not show the "Syncing..." and "Sync complete" messages at disabling sync 2018-05-02 22:11:32 +02:00
tibbi
73dacba546 replace "\," with "," at importing events 2018-05-02 21:00:39 +02:00
tibbi
4d60ed186f fix #446, do not try syncing inappropriate events via CalDAV 2018-05-02 20:58:04 +02:00
tibbi
52c6864a70 allow overriding the CATEGORIES field at ics events 2018-05-02 20:48:53 +02:00
tibbi
154e466989 adding a string for overriding event type in file during importing 2018-05-02 15:24:19 +02:00
tibbi
377c0f2e28 renaming a function 2018-05-02 14:01:02 +02:00
tibbi
e3b4be65d3 fix a glitch at setting local event type 2018-05-02 11:49:36 +02:00
tibbi
47f5adf5f3 properly handle last used event type at Importing events 2018-05-02 10:47:02 +02:00
tibbi
e6d49184a5 store the last used event type id, use it as default in new events 2018-05-02 10:27:58 +02:00
tibbi
4383ed1f53 properly handle File Open intent if the app is just backgrounded 2018-05-02 09:43:32 +02:00
tibbi
de0e8daaca show the list widget configuration activity from settings when requested 2018-05-02 09:30:06 +02:00
tibbi
4c4ac0bc03 adding a settings button for customizing widget colors 2018-05-01 22:11:42 +02:00
tibbi
48d452bd28 add a white stroke around color pickers on widget config screens 2018-05-01 20:44:09 +02:00
tibbi
898519de91 update commons to 3.21.3 2018-05-01 20:37:39 +02:00
tibbi
52b9e13990 update commons to 3.21.2 2018-05-01 19:43:09 +02:00
tibbi
60747821f1 try getting a reference to the db before doing any operations on it 2018-05-01 19:36:11 +02:00
10cents
1898c1f71a
FAQ 2018-04-30 13:20:05 +02:00
Sieger_14
56eec042f1
Update strings.xml
I modified the strings :
- 86 : >Anniversaires< → >Anniversaires d\'évènements<
- 87 : the same modification
- 88 : the same
- 89 : the same
2018-04-29 21:57:03 +02:00
Peter Marquardt
5abc6549bd values-de/strings.xml
fix show grid translation
2018-04-24 08:50:25 +02:00
dugi991
e7d05b2ac0
Update strings.xml 2018-04-17 21:15:17 +00:00
Sérgio Marques
bebfd4d6c6
Update strings.xml 2018-04-16 21:17:40 +00:00
Kompiuterių meistras +37060040020
37d0faf572
Update strings.xml 2018-04-16 00:30:41 +03:00
10cents
9b0065e50a
show_a_grid 2018-04-14 22:15:10 +02:00
en2sv
1b848ff85d
Update Swedish translation 2018-04-14 20:10:48 +02:00
FTno
124817d185
Update strings.xml
Norwegian (nb) translation update
2018-04-13 16:03:22 +02:00
solokot
64167568ad
Update strings.xml 2018-04-13 14:36:37 +03:00
tibbi
58e4e42063 fix #438, set caldav event status to confirmed by default 2018-04-13 10:52:51 +02:00
tibbi
55787b5b8d Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar 2018-04-13 10:13:11 +02:00
tibbi
18d2a4fb13 fix #383, allow exporting files in an SD card 2018-04-13 10:12:52 +02:00
Tibor Kaputa
2430d40ebf
Merge pull request #437 from 10cents/patch-10
show_a_grid
2018-04-12 23:08:11 +02:00
tibbi
15719b6430 fix monthly view grid with visible week numbers 2018-04-12 22:50:24 +02:00
10cents
d8c0f6c01e
show_a_grid 2018-04-12 22:44:10 +02:00
tibbi
b28b35cc40 fix #434, adding indonesian holidays 2018-04-12 15:24:33 +02:00
tibbi
313422637d fix #44, show an optional grid on the monthly view if selected so 2018-04-12 14:22:33 +02:00
tibbi
8bd24a5642 fix #431, make sure the proper day gets opened after clicking a widget 2018-04-11 23:24:48 +02:00
Guillaume
bab33aa6ff
Dutch 2018-04-11 22:52:57 +02:00
tibbi
efa8424758 make sure the selected notification sound is played 2018-04-11 22:44:44 +02:00
tibbi
277ae9f4dd get a reference to the db after app launch to make sure it gets created in time 2018-04-11 20:25:04 +02:00
tibbi
089fa48412 adding a new string Show a grid 2018-04-11 18:09:59 +02:00
tibbi
ce92fa8f63 update commons to 3.18.18 2018-04-11 12:24:24 +02:00
10cents
8e28e881a0
public_event_notification_text 2018-04-11 12:08:48 +02:00
tibbi
51d085943a adding a slovak string translation 2018-04-11 11:23:18 +02:00
tibbi
9e7d76936f Merge branch 'master' of https://github.com/fraang/Simple-Calendar 2018-04-11 11:06:04 +02:00
tibbi
1da9c0e268 change the way we obtain widget IDs 2018-04-11 11:05:44 +02:00
Florian Angermeier
f9eb5e6873 Changes requested by tibbi 2018-04-11 00:05:55 +02:00
Florian Angermeier
3ef480a80d Add a public version of the notification to make it possible to optionally hide sensitive information
Also don't override the visibility to respect the user's notification
settings
2018-04-10 23:40:55 +02:00
Sérgio Marques
3e35b5b321
Update strings.xml 2018-04-07 16:38:34 +01:00
matteoarrighi
164747d1c3
updating italian translation 2018-04-06 23:12:29 +02:00
kniddl
96654979cb
Updated German string 2018-04-04 22:08:30 +02:00
Kompiuterių meistras +37060040020
1b88aa8f09
Update strings.xml 2018-04-04 01:24:51 +03:00
FTno
e4c3faddf1
Update strings.xml
Norwegian (nb) translation update
2018-04-02 14:18:24 +02:00
tibbi
7ca9f6649e handle notification broadcast on a background thread 2018-03-30 18:22:50 +02:00
tibbi
a7dd568793 disable looping at alarm sound preview 2018-03-30 18:14:10 +02:00
tibbi
2e4b2f4ddb adding custom notification sound picker to release notes 2018-03-30 18:02:44 +02:00
tibbi
c9146b10af adding the alarm sound picker dialog from Commons 2018-03-30 17:27:49 +02:00
tibbi
b43f63a142 set proper default day at pressing "Plus" on monthly view 2018-03-30 11:24:30 +02:00
tibbi
943280dce0 removing some redundant code from MonthFragment 2018-03-30 11:12:29 +02:00
tibbi
16e10a07de use AlarmManagerCompat for scheduling event reminders 2018-03-30 11:10:05 +02:00
tibbi
134fd58c1a use a background thread for scheduling things after boot 2018-03-30 10:50:26 +02:00
tibbi
913ec2b1c3 adding a crashfix in MonthView 2018-03-30 10:33:35 +02:00
fricyo
5caaf5832b
Creat Chinese(TW) Translation 2018-03-30 15:33:52 +08:00
tibbi
5943d0991e optimize event getting at month views a bit + fix some glitches 2018-03-29 20:13:26 +02:00
tibbi
97a6b15430 fix repetition multiple days a week in a row 2018-03-29 19:26:40 +02:00
10cents
8b27350958
holidays_imported_successfully 2018-03-29 14:29:45 +02:00
dugi991
49c37cc246
Update strings.xml
Translated the newly added line on 133, fixed a translation on line 12.
2018-03-28 22:06:06 +00:00
Guillaume
ab280f98a3
Dutch 2018-03-28 20:23:16 +02:00
tibbi
a497871d6b fix a glitch at month view screen with updating day height 2018-03-28 14:43:56 +02:00
tibbi
1297b88918 make sure the notification sound uses the system stream 2018-03-28 14:13:12 +02:00
tibbi
7ee682f32a make sure month fragment clickable background is properly added 2018-03-28 14:02:54 +02:00
tibbi
2ad7b679a7 use the old month layout for widget config screen 2018-03-28 14:00:53 +02:00
tibbi
b48681793d change the date format at notification, if we show the date 2018-03-28 11:10:05 +02:00
tibbi
6d0ed93536 update commons to 3.17.4 2018-03-27 22:57:06 +02:00
tibbi
1f9a21008a fix #410, use bulk inserting at importing ics files for better performance 2018-03-27 22:30:09 +02:00
tibbi
8d1a2fabe0 delete event types on a background thread 2018-03-27 21:55:27 +02:00
tibbi
ee81883508 updating some chinese events lasting multiple days 2018-03-27 21:51:36 +02:00
tibbi
07a1f4c1b2 updating the "Holidays import successfully" string 2018-03-27 21:39:52 +02:00
tibbi
8e966f2d6b shortening Switzerland holidays file 2018-03-27 21:03:07 +02:00
tibbi
0ad7e4b5a4 shorten the austria holidays file 2018-03-27 20:55:34 +02:00
tibbi
19372288c2 fix #407, add or update some country holidays 2018-03-27 20:53:15 +02:00
Unknown
13a22a1f4a Translated the app name
As the Dev suggested, the app name was translated also.
2018-03-27 18:58:44 +02:00
tibbi
fc777e3886 update commons to 3.17.3 2018-03-27 18:47:28 +02:00
tibbi
c619dc0e8a ensure proper height limit is applied at monthly view days 2018-03-27 15:04:22 +02:00
tibbi
80c59cb41b properly position the clickable background at month view 2018-03-27 14:12:52 +02:00
tibbi
f794be6116 add week numbers to monthly view when appropriate 2018-03-27 13:36:01 +02:00
Unknown
7e3277f0ad Added Croatian translations
The app has been fully translated to the Croatian language. If something else is needed, please let me know. Cheers!
2018-03-26 22:35:02 +02:00
tibbi
972ff9d023 remove a couple redundant variables 2018-03-26 18:51:48 +02:00
tibbi
baa1c44bcd adding a helper function in MonthView 2018-03-26 18:44:19 +02:00
tibbi
f2bc8ba5c8 couple misc month view improvements 2018-03-26 18:27:23 +02:00
tibbi
e6568beb32 fix showing repeatable events on the monthly view 2018-03-26 17:50:31 +02:00
tibbi
aa14d3022d fix #357, handle com.android.calendar/events intent 2018-03-26 16:34:09 +02:00
tibbi
ceab435410 catch runtime exceptions thrown at monthly widget provider 2018-03-26 15:26:00 +02:00
tibbi
34c145d328 show all-day events above others on some views in some cases 2018-03-26 14:55:20 +02:00
tibbi
687927b24a couple improvements to handling events lasting multiple days 2018-03-26 14:45:57 +02:00
tibbi
40ac88dc83 small cleanup at MonthView 2018-03-26 14:09:21 +02:00
tibbi
f62be2ac40 color longer events with full alpha, if they touch the current month 2018-03-26 14:06:05 +02:00
tibbi
2ddefb7fe1 properly handle drawing events spanning across multiple weeks 2018-03-26 13:29:56 +02:00
tibbi
4f4c1f2ca2 reduce the alpha of event color, if it isnt in the currently displayed month 2018-03-26 12:03:01 +02:00