Commit Graph

398 Commits

Author SHA1 Message Date
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 1d72f00ca1 update version to 28 (1.28) 2016-10-24 23:44:48 +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 8d5cba8e32 update version to 27 (1.27) 2016-10-23 21:15:42 +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 6289f9ee82 update version to 26 (1.26) 2016-10-22 22:14:55 +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
tibbi 7deffa6d0a edit some IDs in the yearly view 2016-10-22 20:03:44 +02:00
tibbi 11aa45fce6 improve the way we are checking repeatable events 2016-10-22 19:46:37 +02:00
tibbi ef90a0c113 try updating the widgets only if there are any 2016-10-22 16:32:02 +02:00
tibbi 978c90e28c move view switching to a dialog 2016-10-22 15:56:05 +02:00
tibbi c406a5b40a color the days with events in the yearly view 2016-10-22 13:34:29 +02:00
tibbi caae2d65e5 minor cleanup 2016-10-22 12:19:14 +02:00
tibbi 8a64933652 some callback and interface cleanup 2016-10-22 11:57:27 +02:00
tibbi fb12a8b38d update DBhelper constructor a bit 2016-10-22 11:19:31 +02:00
tibbi 6d0c83a01e rename CalendarImpl to MonthlyCalendarImpl 2016-10-20 18:22:34 +02:00
tibbi a38441f930 renaming a function 2016-10-19 23:45:44 +02:00
tibbi 1519bd337d simplify some primitive variable definitions 2016-10-19 23:43:56 +02:00
tibbi d7502ec277 go back to yearly view on pressing Back from month view 2016-10-19 23:33:57 +02:00
tibbi 7dc9cc73f7 lets not switch to monthly view at selecting a month 2016-10-19 23:02:43 +02:00
tibbi 414cf82901 update a couple scopes 2016-10-19 22:55:03 +02:00
tibbi 53761776e3 open the picked month on click 2016-10-19 22:26:26 +02:00
tibbi 8016391989 delay updating the options menu a bit, till the bubble disappears 2016-10-19 21:51:52 +02:00
tibbi 03d5963bb9 show the currently selected year in the actionbar title 2016-10-19 21:49:14 +02:00
tibbi a7a098ca9d update the yearly view if Sunday as the first day is toggled 2016-10-19 19:31:59 +02:00
tibbi 2fafcf6ea4 setup the first day of the month 2016-10-19 19:27:31 +02:00
tibbi 40082abc8a edit the year view ids 2016-10-19 19:15:55 +02:00
tibbi ed9d0a42cd lets use DateTime for getting february days cnt 2016-10-19 19:01:27 +02:00
tibbi ffc528ce15 fill the months with proper day count 2016-10-19 18:50:52 +02:00
tibbi b5e5233a9f fill up the month views with days 2016-10-18 23:23:07 +02:00
tibbi fc1a16e48d set test size of month labels 2016-10-18 19:53:01 +02:00
tibbi 8ee46f6bac add a couple view IDs 2016-10-17 23:11:42 +02:00
tibbi 6309d9c48b avoid updating invalid month fragments 2016-10-17 22:11:33 +02:00
tibbi 5060d2b893 lets not redefine the mConfig of SimpleActivity 2016-10-17 22:07:00 +02:00
tibbi d61f139cce add month views 2016-10-17 20:38:04 +02:00
tibbi b7b77cf50a create the table layout that will hold the months 2016-10-17 20:10:44 +02:00
tibbi 17fb1f87a8 fill MyYearPagerAdapter 2016-10-17 19:23:06 +02:00
tibbi f7fd91def6 minor code edit 2016-10-17 18:50:05 +02:00
tibbi 019d3aa1c3 store view type 2016-10-17 18:49:25 +02:00
tibbi 1866bf1f8f add a menu button for setting yearly view 2016-10-17 18:36:53 +02:00
tibbi 3337b33850 update version to 25 (1.25) 2016-10-15 00:00:40 +02:00
tibbi c4f9aa46a8 fix #34, remember last value inserted at reminder minutes 2016-10-15 00:00:06 +02:00
tibbi 85484be708 display event End date and time field if its set 2016-10-14 23:49:48 +02:00
tibbi 6009b4fe25 do not display a time range at the notif at events without end time 2016-10-14 23:47:10 +02:00
tibbi b8a4cccbd5 add biweekly repetition 2016-10-14 23:40:00 +02:00
tibbi 832ecc5f0f update version to 24 2016-10-05 00:03:29 +02:00
tibbi 2f94fb6dda toggle week number visibility depending on settings, close #31 2016-10-05 00:01:20 +02:00
tibbi 5392ea00d4 add a setting for toggling displaying week numbers, disabled by default 2016-10-04 23:44:56 +02:00
tibbi 1a1fde0d5f display week numbers at month views 2016-10-04 23:33:19 +02:00
tibbi 71a8c74ff8 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar 2016-10-04 20:47:14 +02:00
tibbi e007ec9505 fix notifications of non repeatable events 2016-10-04 20:46:09 +02:00
YSmhXQDd6Z 534c782156 Create strings.xml 2016-10-02 21:41:30 +00:00
tibbi 9ac46c7c8e update version to 23 (1.23) 2016-09-24 19:34:27 +02:00
tibbi ba60e96b53 replace "Minutes before" with "X minutes before" 2016-09-24 19:30:24 +02:00
tibbi f973266c0a apply side padding only to actual app activity, not widget 2016-09-24 19:27:40 +02:00
Rudy 5a84daa375 Translated the last missing entries to german 2016-09-21 20:53:04 +02:00
tibbi f6715707bd update version to 22 (1.22) 2016-09-20 18:48:12 +02:00
tibbi c77b7e885f prefill the months screen as soon as possible, even if without events 2016-09-20 18:41:35 +02:00
tibbi ead01b5926 update the widget at app startup just once, not three times 2016-09-19 23:51:01 +02:00
tibbi 702826b745 use a textinputlayout for edittext labels 2016-09-19 23:28:44 +02:00
tibbi 97def2fb2e underline days with events in the widget instead of using bold text 2016-09-19 23:18:34 +02:00
tibbi 611b93aa12 update the widget after edits done from EventActivity 2016-09-19 23:09:00 +02:00
tibbi a8cffc36b1 rewrite EventActivity to kotlin 2016-09-19 23:07:41 +02:00
tibbi 3119013ec4 create a context extension for updating the widget 2016-09-19 22:39:28 +02:00
tibbi ee508de5d1 move the months FAB code to a separate function 2016-09-19 22:26:00 +02:00