tibbi
|
dddab1c6ac
|
add a viewpager into the day activity
|
2016-09-16 23:01:46 +02:00 |
tibbi
|
475dff59d8
|
convert EventsAdapter to kotlin
|
2016-09-16 22:52:49 +02:00 |
tibbi
|
5ac4a95531
|
convert MyPagerAdapter to kotlin
|
2016-09-16 22:43:07 +02:00 |
tibbi
|
228ab622e5
|
convert MainActivity to kotlin
|
2016-09-16 21:32:02 +02:00 |
tibbi
|
0993212094
|
convert Day and Event models to kotlin
|
2016-09-15 23:58:49 +02:00 |
tibbi
|
09ef991010
|
rewrite MonthFragment to Kotlin
|
2016-09-15 23:36:01 +02:00 |
tibbi
|
668e130ed9
|
lets add Kotlin
|
2016-09-15 22:01:38 +02:00 |
tibbi
|
b22a5f23f6
|
implement the month picker
|
2016-09-15 21:09:16 +02:00 |
tibbi
|
23652f8196
|
add some functionality to left and right arrows
|
2016-09-15 21:01:47 +02:00 |
tibbi
|
a28d5ed2d1
|
fill in month days
|
2016-09-15 20:47:42 +02:00 |
tibbi
|
a439b4790e
|
add side arrows
|
2016-09-15 20:08:48 +02:00 |
tibbi
|
b66debe1e5
|
update day labels
|
2016-09-15 20:02:26 +02:00 |
tibbi
|
ba0b94b6cb
|
update current months label
|
2016-09-15 19:46:18 +02:00 |
tibbi
|
0da07ee79d
|
implement the Calendar at monthfragments
|
2016-09-15 19:36:57 +02:00 |
tibbi
|
37e03e959f
|
add some margin to the month view
|
2016-09-15 13:03:03 +02:00 |
tibbi
|
1205122af0
|
temporarily remove some functionality from widget config screen
|
2016-09-15 13:01:53 +02:00 |
tibbi
|
b88e3b89df
|
start replacing month view with a viewpager
|
2016-09-15 12:29:25 +02:00 |
tibbi
|
111e9171bf
|
mention Recurring events in readme
|
2016-09-13 23:15:49 +02:00 |
tibbi
|
f6a6c789c0
|
updating changelog
|
2016-09-13 23:10:49 +02:00 |
tibbi
|
27a42b3748
|
update version to 21 (1.21)
|
2016-09-13 23:09:11 +02:00 |
tibbi
|
189b0a5f00
|
update the widget every hour
|
2016-09-13 23:06:57 +02:00 |
tibbi
|
4e8fd49a28
|
update stetho to 1.4.1
|
2016-09-13 23:03:21 +02:00 |
tibbi
|
272bb121e4
|
hide the event End date and time by default
|
2016-09-13 22:54:42 +02:00 |
tibbi
|
6c783bead1
|
reschedule all notifications at reboot as needed
|
2016-09-13 22:24:34 +02:00 |
tibbi
|
1d65ad305e
|
add rescheduling monthly and yearly events
|
2016-09-13 21:40:51 +02:00 |
tibbi
|
71161651f4
|
reschedule daily and weekly recurring notifications at the notif
|
2016-09-13 20:41:40 +02:00 |
tibbi
|
234691b0ed
|
some cleanup
|
2016-09-12 21:53:24 +02:00 |
tibbi
|
0a244e884d
|
add yearly events
|
2016-09-12 21:42:03 +02:00 |
tibbi
|
d19a452895
|
add monthly events
|
2016-09-12 21:29:13 +02:00 |
tibbi
|
f609f9402a
|
add Stetho for debugging so I can actually see what am I doing
|
2016-09-12 20:51:46 +02:00 |
tibbi
|
29eba249ee
|
get daily and weekly events separately
|
2016-09-12 20:18:55 +02:00 |
tibbi
|
24ef5e9ac6
|
save monthly and yearly events a bit differently
|
2016-09-11 23:50:53 +02:00 |
tibbi
|
82225ae58d
|
adding monthly repetition + some corrections
|
2016-09-11 20:07:42 +02:00 |
tibbi
|
85b124bf87
|
some display correction of recursive events
|
2016-09-11 19:07:20 +02:00 |
tibbi
|
c0dd90d8fc
|
move event time updating into a separate function
|
2016-09-11 16:06:29 +02:00 |
tibbi
|
ffc6d3535e
|
handle leap years properly
|
2016-09-11 15:50:32 +02:00 |
tibbi
|
88adcb1d9e
|
adjust the end time of repeating events
|
2016-09-11 15:28:15 +02:00 |
tibbi
|
a70c14b389
|
mark repeating events on main monthly calendar
|
2016-09-11 14:44:55 +02:00 |
tibbi
|
f11dd4dd2e
|
properly handle updating event repeat interval
|
2016-09-11 11:45:15 +02:00 |
tibbi
|
7ea9e214b1
|
cleanup the event meta info at event deletion too
|
2016-09-11 11:15:53 +02:00 |
tibbi
|
6780f6f250
|
obtain the repeat interval from db
|
2016-09-11 11:08:52 +02:00 |
tibbi
|
58f252f180
|
store the repetition interval in db
|
2016-09-10 23:43:58 +02:00 |
tibbi
|
58066fc949
|
handle repetition spinner
|
2016-09-10 23:25:10 +02:00 |
tibbi
|
4cbccaca5c
|
remove monthly repetition for now, its more advanced
|
2016-09-10 23:16:05 +02:00 |
tibbi
|
81094b06b8
|
create a database table for storing recurring event meta info
|
2016-09-10 23:06:25 +02:00 |
tibbi
|
3d681f1c30
|
add a spinner for Event repetition
|
2016-09-10 22:54:29 +02:00 |
tibbi
|
111ed061c4
|
move EventsAdapter in its own folder
|
2016-09-10 22:46:20 +02:00 |
tibbi
|
7ab45c2bd0
|
updating changelog
|
2016-09-09 20:34:48 +02:00 |
tibbi
|
28f2338184
|
update version to 20 (1.20)
|
2016-09-09 20:33:50 +02:00 |
tibbi
|
b5be24fb91
|
handle widget properly too
|
2016-09-09 20:32:17 +02:00 |