tibbi
965e48a31d
fade out the event label if the day doesnt belong in the current month
2017-10-07 22:49:56 +02:00
tibbi
095062f7d5
remove the custom DayMonthlyView, use basic view types instead
2017-10-07 22:40:42 +02:00
tibbi
5f1d76e0d9
remove a redundant function
2017-10-07 21:32:58 +02:00
tibbi
b8f53d97c2
optimize monthly layout drawing
2017-10-07 21:24:21 +02:00
tibbi
381b2bc999
recheck caldav calendars at startup from a background thread
2017-10-07 21:03:49 +02:00
tibbi
8cd98798f6
comment out a part around configuring monthly widget
2017-10-07 21:01:53 +02:00
tibbi
873d68181f
fix some issues around updating event calendar ids
2017-10-07 20:42:02 +02:00
tibbi
b6c635ffd9
add day events to the monthly view
2017-10-07 18:08:55 +02:00
tibbi
efd77aed41
change the monthly view layout
2017-10-07 17:17:47 +02:00
tibbi
6781860a92
add some Calendar open intent handling
2017-10-06 20:09:17 +02:00
tibbi
c64b1d10cf
do not create a new thread for fetching event types at filter dialog
2017-10-06 19:13:02 +02:00
tibbi
ffb18dfb80
fix #231 , update widgets more often
2017-10-06 18:53:54 +02:00
tibbi
058d02e774
make the circle marking the current day a bit thicker
2017-10-06 18:38:58 +02:00
tibbi
c67419b7e4
update commons to 2.29.11
2017-10-06 18:28:36 +02:00
Tibor Kaputa
3661063f77
Merge pull request #235 from FriederZi/patch-1
...
Update strings.xml
2017-10-06 14:01:48 +02:00
FriederZi
31813c0e49
Update strings.xml
2017-10-06 13:56:25 +02:00
Tibor Kaputa
0fd7165094
Merge pull request #232 from antonv6/patch-3
...
Update values-ru/strings.xml
2017-09-29 09:42:32 +02:00
Anton Shestakov
98432cc206
Update values-ru/strings.xml
2017-09-29 15:28:59 +08:00
tibbi
ebf071cbd6
updating changelog
2017-09-24 19:08:20 +02:00
tibbi
e8ece2d26b
update version to 2.7.6
2017-09-24 19:08:01 +02:00
tibbi
f8574eef57
fix #226 , make sure to properly display events lasting through midnight
2017-09-24 18:58:55 +02:00
tibbi
209e232c42
fix #222 , properly color the event type dot at the list view widget
2017-09-24 17:41:20 +02:00
tibbi
3908a6e3db
fix #219 , update events imported through .ics file if necessary
2017-09-24 17:35:09 +02:00
tibbi
63d70afae0
shorten a parser code
2017-09-24 13:27:08 +02:00
tibbi
2c535015ba
some code style updates at the dialogs
2017-09-24 00:08:17 +02:00
tibbi
dd4c525880
fix #206 , allow repeating events every 30 days
2017-09-24 00:07:57 +02:00
tibbi
add8e6f116
updating some numeric string formatting
2017-09-23 15:27:11 +02:00
tibbi
33e27164e3
use some helper functions when setting up widget elements
2017-09-23 11:52:45 +02:00
tibbi
72cd60cb3a
update kotlin to 1.1.50
2017-09-23 11:47:36 +02:00
tibbi
18db961c0e
adding a missing apostrophe escape
2017-09-17 19:46:45 +02:00
tibbi
7d601a9864
updating some czech strings
2017-09-17 16:21:04 +02:00
Tibor Kaputa
5029d23b70
Merge pull request #225 from ac2014/patch-1
...
Adding czech translation
2017-09-17 16:17:46 +02:00
ac2014
f495674ea2
Adding czech translation
...
Adding czech translation
2017-09-17 15:57:20 +02:00
Tibor Kaputa
e2018f2ab2
Merge pull request #224 from canou/french-translation
...
French translation update
2017-09-17 15:27:45 +02:00
canou
603a0cc381
French translation update
2017-09-17 13:35:25 +02:00
tibbi
3c2e796b98
adding a czech translation file
2017-09-17 10:04:04 +02:00
Tibor Kaputa
90c68bdb12
Merge pull request #223 from superusercode/master
...
Add full copy of the Apache license
2017-09-16 23:07:01 +02:00
SuperUser
47a83905bd
Add full copy of the Apache license
...
This pull request adds a full copy of the Apache 2.0 license to uncopyright the code correctly. Current file leaves the code technically copyrighted since that statement included is only supposed to be used if the license is present in the repository.
2017-09-16 16:16:44 -04:00
Tibor Kaputa
5c0956ee61
Merge pull request #221 from smarquespt/patch-3
...
Update strings.xml
2017-09-13 22:41:55 +02:00
Sérgio Marques
8ed07d7c0d
Update strings.xml
2017-09-13 21:31:09 +01:00
tibbi
bf06fb83e2
updating changelog
2017-09-10 18:40:22 +02:00
tibbi
57f66b11dd
update version to 2.7.5 (93)
2017-09-10 18:40:17 +02:00
tibbi
55561d6ad6
update commons to 2.27.10
2017-09-10 18:38:56 +02:00
tibbi
9552f55b82
fix #198 , show past events in the list widget too, if set so in settings
2017-09-10 18:31:29 +02:00
tibbi
530a6749f6
update the Settings section title Simple Event List
2017-09-10 18:25:25 +02:00
tibbi
39437ee906
use different day colors depending on the event types at yearly view
2017-09-10 18:07:26 +02:00
tibbi
0dd4d04f43
properly update the filename too
2017-09-10 16:51:32 +02:00
tibbi
d5e14828f5
rename Day model to DayMonthly
2017-09-10 16:50:07 +02:00
tibbi
fcb2725309
remove some private variables
2017-09-10 16:44:23 +02:00
tibbi
1d7ba8ee0a
some formatting update at events
2017-09-10 15:50:17 +02:00