tibbi
e0177f355c
remember which calendars should be checked at caldav sync
2017-08-13 16:18:59 +02:00
tibbi
37dda42a6b
add a dialog for selecting which caldav calendars to sync
2017-08-13 13:59:46 +02:00
tibbi
ef25f7d352
fetch the caldav calendar color too
2017-08-13 13:09:32 +02:00
tibbi
5f9a13ee14
flip some fields at getting caldav calendars
2017-08-13 12:31:34 +02:00
tibbi
13b2cdf1d7
add a helper function for retrieving calDAV calendars
2017-08-13 12:15:10 +02:00
Tibor Kaputa
3f06fd20b3
Merge pull request #203 from jonathan-caryl/content_description
...
Content description
2017-08-13 09:15:13 +02:00
Jonathan Caryl
17e9f5221f
Switch some hard-coded strings from android:text to tools:text
...
Hard-coded as they’re always replaced at runtime, so better to have
them as tools:text
2017-08-12 22:17:00 +01:00
tibbi
760ec1e517
disable lint in release builds + minor code style update
2017-08-12 23:13:59 +02:00
Jonathan Caryl
a13231c8b3
Add importantForAccessibility="no" for dividers
2017-08-12 22:09:49 +01:00
Tibor Kaputa
84e6a779ed
Merge pull request #202 from jonathan-caryl/leak_canary
...
Add LeakCanary for debug versions of the app
2017-08-12 22:59:10 +02:00
Jonathan Caryl
1beab19679
Add LeakCanary for debug versions of the app
2017-08-12 21:55:17 +01:00
tibbi
214a95eb5d
remove Google Sync as a standalone feature
2017-08-12 22:13:57 +02:00
tibbi
257144241a
updating some polish plural strings
2017-08-11 23:06:39 +02:00
tibbi
f9ce636ada
updating the CalDAV sync string
2017-08-11 22:54:58 +02:00
gregory678
4f4fb381de
Update strings.xml
2017-08-11 15:52:23 +02:00
gregory678
e1c789b178
Polish translation
...
I have some doubts about some lines, but we'll see how it looks anyway.
2017-08-11 15:24:34 +02:00
tibbi
3eef430226
require write_calendar permission before activating caldav sync
2017-08-10 21:04:32 +02:00
tibbi
cde8deb059
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar
2017-08-10 20:56:06 +02:00
tibbi
8bfae3e737
adding a toggle for caldav sync
2017-08-10 20:55:41 +02:00
tibbi
dcb16990d3
adding some new Dutch events
2017-08-10 15:54:21 +02:00
tibbi
f2afa03142
updating some time strings
2017-08-04 19:57:07 +02:00
Oleh Misko
6906a373b9
Changed some small code style issues
2017-08-04 16:24:26 +03:00
Oleh Misko
3147be1d9b
Fixed bug with tablet landscape years view and bug with current day drawing circle.
2017-08-04 15:46:47 +03:00
tibbi
8804518572
use empty importId if null
2017-07-30 11:30:11 +02:00
tibbi
a34f61a562
updating some playstore descriptions with Google sync
2017-07-29 20:21:24 +02:00
tibbi
eea7a53887
fix #191 , properly display all-day weekly repeating events
2017-07-29 11:02:43 +02:00
tibbi
d5d6a3e656
adding a missing import
2017-07-29 10:04:37 +02:00
tibbi
0f9f1d905e
updating release notes
2017-07-29 10:01:25 +02:00
tibbi
d1dd1f0142
offer uploading local events to Google at activating sync
2017-07-28 23:28:45 +02:00
tibbi
0d7653787c
show a toast when importing events completes successfully
2017-07-28 22:57:08 +02:00
tibbi
485b126d51
apply the default calendar reminders where appropriate
2017-07-28 22:32:58 +02:00
tibbi
2da1739431
store default calendar reminders
2017-07-28 22:23:14 +02:00
tibbi
77eeb1aba7
properly import events without title
2017-07-28 21:59:21 +02:00
tibbi
890a7f34a6
use the proper default event color at google events
2017-07-28 21:51:23 +02:00
tibbi
dc5846f268
show an error if fetching google events fails
2017-07-28 20:39:30 +02:00
tibbi
617c56cefd
make reminder "overrides" field optional at google events
2017-07-28 20:13:40 +02:00
tibbi
ccac76588d
handle queued google Update operations
2017-07-28 19:13:46 +02:00
tibbi
cc428983e8
handle adding queued events in google
2017-07-28 19:04:37 +02:00
tibbi
9758919b80
handle queued Delete operation
2017-07-27 23:26:44 +02:00
tibbi
386c48bc56
if a local google event was deleted after inserting while offline, forget it
2017-07-27 23:00:56 +02:00
tibbi
e3dabf8ce5
add some logic to queueing operations
2017-07-27 22:14:03 +02:00
tibbi
18d377401a
add Insert and Update operations in the queue as appropriate
2017-07-27 21:23:41 +02:00
tibbi
8160443ac5
clear Google sync queue if google sync is turned off
2017-07-27 20:58:40 +02:00
tibbi
20a5ef2a69
make sure the database table primary keys autoincrement
2017-07-26 23:12:27 +02:00
tibbi
8e4565e575
store event to delete from Google sync in db, if offline
2017-07-26 23:00:36 +02:00
tibbi
d14a64d744
create some helper functions for handling operation items in the database
2017-07-26 22:14:28 +02:00
tibbi
ce3934612c
create a database for storing event operations, if the user was offline
2017-07-26 21:37:27 +02:00
tibbi
891bae5378
recheck google events every 4 hours if the app isnt launched meanwhile
2017-07-26 20:15:37 +02:00
tibbi
ccede052a8
updating a french string
2017-07-26 18:44:46 +02:00
tibbi
ff32824435
disable google sync if permission to managing calendars wasnt granted
2017-07-26 18:33:40 +02:00
tibbi
7e048eff37
properly update google events at Updating
2017-07-25 23:07:51 +02:00
tibbi
9f3d0c2c6a
remove the fake importid
2017-07-25 21:32:07 +02:00
tibbi
2d6ecb068b
make the toast messages clearer
2017-07-25 20:52:45 +02:00
tibbi
593af1b6ba
preparations for updating event on Google cloud at updating locally
2017-07-25 20:50:55 +02:00
tibbi
d0eb958c9c
use a callback at updating events
2017-07-25 20:25:37 +02:00
tibbi
8ea163b439
show an error toast when something goes wrong at uploading an event
2017-07-25 18:48:53 +02:00
tibbi
a95fed8c14
couple updates at sending events to google
2017-07-25 18:24:26 +02:00
tibbi
add8aae840
move the functions handling uploading to Google in a separate file
2017-07-24 23:32:15 +02:00
tibbi
4b530dd9c0
use proper start and end date at all-day events
2017-07-24 23:08:03 +02:00
tibbi
62a0f5af2a
add reminders to exported google events
2017-07-24 22:16:51 +02:00
tibbi
dee94d7c9a
add recurrence to newly created google sync event
2017-07-24 22:04:11 +02:00
tibbi
18b47b3ffc
move repeat interval parsing from exporter to parser
2017-07-24 21:51:30 +02:00
tibbi
33f10240af
add an initial way of uploading local events to google
2017-07-23 23:28:55 +02:00
tibbi
d95152d53c
add a helper function for checking if google sync is active
2017-07-23 23:05:20 +02:00
tibbi
c6f716206f
add a comment for more info about oauth
2017-07-23 22:46:28 +02:00
tibbi
aa31875bd3
flip some condition checks
2017-07-23 22:13:55 +02:00
tibbi
55c6f7267c
delete redundant local google sync events when appropriate
2017-07-23 22:12:18 +02:00
tibbi
c9ec5c9606
move the fetching of local google events in a separate function
2017-07-23 21:57:54 +02:00
tibbi
038d00ed0a
clear the stored Account Name at disabling google sync
2017-07-23 20:41:14 +02:00
tibbi
84d710dd6d
refresh the calendar after fetching google events
2017-07-23 20:34:59 +02:00
tibbi
3767883d19
make credential a local variable
2017-07-23 20:09:08 +02:00
tibbi
016ed0e4a5
ignore all error returned from google calendar at deleting for now
2017-07-23 19:54:03 +02:00
tibbi
49d539b899
ignore empty importIDs at trying to delete them from google calendars
2017-07-23 19:52:25 +02:00
tibbi
79e6e94c6d
delete events from the google calendar when appropriate
2017-07-23 19:50:55 +02:00
tibbi
7eca2a7d65
use id instead of iCalUID at importing google events
2017-07-23 19:24:59 +02:00
tibbi
eea1ab8261
do not allow enabling google sync while offline
2017-07-23 19:02:16 +02:00
tibbi
d7dde0517c
make google sync service fetching a context extension function
2017-07-23 17:34:20 +02:00
tibbi
2564c17434
handle null description at importing google events
2017-07-23 17:33:45 +02:00
tibbi
850b0bd61c
request write permission to google calendar too
2017-07-23 12:25:47 +02:00
tibbi
f726e8c00e
delete the synced events from the device at disabling google sync
2017-07-21 22:46:18 +02:00
tibbi
9357ab7bca
change event source to an Int
2017-07-21 22:30:17 +02:00
tibbi
56fbef19ae
adding 2 more google sync strings
2017-07-21 22:20:37 +02:00
Tibor Kaputa
9c9ee6b513
removing an empty space
2017-07-19 22:58:32 +02:00
Sérgio Marques
b08eb948ac
Update strings.xml
2017-07-19 21:36:19 +01:00
tibbi
c5532cc9d6
updating the google sync warning message
2017-07-18 21:20:32 +02:00
tibbi
011c6024db
move event storing in EventActivity in a separate function
2017-07-18 20:37:13 +02:00
tibbi
58faeda4b3
use the proper google event color when available
2017-07-18 20:19:10 +02:00
tibbi
30c82c6dc7
destroy multiselector mode after deleting an event type
2017-07-18 19:31:24 +02:00
tibbi
230b02437d
update the google event on sync when appropriate
2017-07-18 16:39:53 +02:00
tibbi
55bfaf3c12
check if the current week fragment is really added to the activity
2017-07-17 23:17:31 +02:00
tibbi
70cc8a0781
unselect all items at day view on swipe sideways
2017-07-17 23:05:08 +02:00
tibbi
69293dd399
move reminder fetching into a separate function
2017-07-17 22:58:05 +02:00
tibbi
021ad93b6a
move google sync event type handling in a separate function
2017-07-17 22:51:41 +02:00
tibbi
370243f280
handle exporting Last-Modified field in .ics too
2017-07-17 22:36:05 +02:00
tibbi
0b12748966
add parsing Last-Modified field at importing .ics events
2017-07-17 22:29:16 +02:00
tibbi
d89c723af7
check last updated timestamp at reimporting google events
2017-07-17 22:22:24 +02:00
tibbi
34e1717dcd
subtract a day from all-day events lasting multiple days
2017-07-17 20:42:43 +02:00
tibbi
31061141d8
add another event field, Source
2017-07-17 19:59:42 +02:00
tibbi
55a97d2cd3
add a new event field, last_updated
2017-07-17 19:45:15 +02:00
tibbi
558fc55c1f
insert the event in db if everything went fine
2017-07-17 19:20:52 +02:00
tibbi
3d51c9e6fa
add the new event type to the list after creating
2017-07-17 19:16:18 +02:00
tibbi
911c3a35dd
delete event types without confirmation if they contain no event on Delete
2017-07-17 19:01:31 +02:00
tibbi
3ac477e7a1
parsing a couple more fields at google calendar events
2017-07-17 18:15:37 +02:00
tibbi
bf6920380a
tweaking the way Exceptions table is created at upgrade
2017-07-17 17:30:59 +02:00
tibbi
553e658b88
disable google sync if we dont have the Get Accounts permission
2017-07-12 23:50:36 +02:00
tibbi
cfeaf7bfc8
show a confirmation dialog before enabling Google Sync mentioning beta feature
2017-07-12 23:46:04 +02:00
tibbi
521eeb6b19
catch exceptions thrown at adding a new column to exceptions table
2017-07-12 23:03:39 +02:00
tibbi
4c66bd4e13
parse some additional fields at the google sync events
2017-07-12 21:43:53 +02:00
tibbi
034601a2b7
move some parts of the parser in a standalone file
2017-07-12 21:33:28 +02:00
tibbi
424e6894d3
create a RepeatRule model for parsing event repetition rules
2017-07-12 21:24:46 +02:00
tibbi
e135b37b0b
reuse some constants from the Constants file
2017-07-11 20:07:16 +02:00
tibbi
0f295c1c16
untoggle Google sync switch when no account was chosen
2017-07-11 20:04:04 +02:00
tibbi
3cebca160b
reenable the Google Sync related things
2017-07-11 19:55:05 +02:00
tibbi
b5447496bc
updating the Austrian holidays
2017-07-10 22:13:47 +02:00
tibbi
a7453f1b1e
adding the widget font size changing in release notes
2017-07-06 23:36:13 +02:00
tibbi
da4bc20d2a
adding the Widgets string in some missing languages
2017-07-06 23:36:00 +02:00
tibbi
5160ac3ba6
adding holidays to Austria
2017-07-06 23:25:23 +02:00
tibbi
678e870b00
make sure mEvent is initialized when working with it at EventActivity
2017-07-06 22:58:49 +02:00
tibbi
5a86786894
catch just ArrayIndexOutOfBoundsException at the monthly widget try/catch block
2017-07-06 22:56:39 +02:00
tibbi
2199c4eb37
catch exceptions thrown at updating monthly calendar
2017-07-06 22:34:39 +02:00
tibbi
c9a342f516
add a try/catch block around updating the app widget
2017-07-06 21:45:20 +02:00
tibbi
935c499b95
make dayfragment receiver context nullable
2017-07-06 21:37:13 +02:00
tibbi
35fdbed726
properly update the even list widget font size too
2017-07-06 21:10:06 +02:00
tibbi
f88b9425bd
update the monthly wdget font size appropriately
2017-07-06 20:53:54 +02:00
tibbi
e29ad62623
add a setting for changing font size
2017-07-04 21:52:27 +02:00
tibbi
523b4eab3f
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar
2017-07-04 21:09:43 +02:00
tibbi
bfc991ae6e
fix #185 , properly display weekly all-day events
2017-07-04 21:09:30 +02:00
Anton Shestakov
4660721fb3
Use local name for Japan
2017-07-03 18:44:18 +08:00
Anton Shestakov
3d7ac75b9f
Use local name for Russia
2017-07-03 18:41:32 +08:00
en2sv
203d4f5d40
Update Swedish translation
2017-07-02 20:23:34 +02:00
tibbi
dadaec8eb9
update Commons to 2.22.3
2017-07-01 16:05:15 +02:00
tibbi
87df7b8c96
add holidays of Argentina
2017-07-01 16:01:05 +02:00
tibbi
038e1a59c4
display repeating all-day events at event lists properly too
2017-06-24 17:12:33 +02:00
tibbi
0138fb9777
open the proper repeatable event instance from week fragment
2017-06-24 14:03:59 +02:00
tibbi
14a1658b0a
add all-day events to event list views
2017-06-24 14:01:31 +02:00
tibbi
4884a4ce39
make widget variables non static
2017-06-23 23:18:01 +02:00
tibbi
fbaf5b6f1e
make sure the Exceptions table exists before altering it
2017-06-23 22:46:24 +02:00
tibbi
6b02be7e27
escaping some quotes at the italian strings
2017-06-23 22:30:35 +02:00
tibbi
c718274dac
adding a round launcher icon
2017-06-21 23:56:19 +02:00
tibbi
6ddcc03805
removing the mdpi resolution launcher
2017-06-21 23:54:57 +02:00
Giuseppe
03284f24b8
Update strings.xml
...
Add some translations
2017-06-15 10:44:54 +02:00
Sérgio Marques
989cb19643
Create strings.xml
2017-06-14 22:20:11 +01:00
tibbi
e052e2f6f8
update release notes
2017-06-14 21:39:48 +02:00
tibbi
369179bd16
open proper event occurrence from event list widget too
2017-06-14 21:30:29 +02:00
tibbi
e6ec7d8210
open proper event occurrence from the notification
2017-06-14 21:18:51 +02:00
tibbi
b4e935722c
delete children events at deleting the parent
2017-06-13 23:56:25 +02:00
tibbi
4b2ebcafd3
show proper toast message when updating individual repeatable instances
2017-06-13 23:21:32 +02:00
tibbi
1c14ccc8f3
show the repeating event update dialog only if the event was repeatable
2017-06-13 23:07:13 +02:00
tibbi
9fd58e7307
display proper start date at repeatable events
2017-06-13 22:51:53 +02:00
tibbi
2d6f3f4907
unify event click handling a bit
2017-06-12 23:19:40 +02:00
tibbi
c1850c7da8
use a Cross icon instead of Back at event activity
2017-06-12 23:07:07 +02:00
tibbi
baa5f6f372
allow updating one instance of repeatable events
2017-06-12 22:53:28 +02:00
tibbi
ebdf8efe41
add a dialog asking if all occurrences of repeating event should be edited
2017-06-12 22:16:14 +02:00
tibbi
729056e7c1
use a different dialog text at deleting a single repeating event
2017-06-10 22:49:09 +02:00
tibbi
2e274eb9b2
do not insert children of repeating events into meta repeating table
2017-06-10 22:20:24 +02:00
tibbi
fdf9ba3f41
copy excluded repetition child at events, with the parent event id stored
2017-06-10 20:39:05 +02:00
tibbi
c5070b8bc4
delete events belonging to a particular event type if selected so
2017-06-07 23:07:18 +02:00
tibbi
67135b0122
add a selector for deleting or keeping affected events at deleting event type
2017-06-07 21:50:23 +02:00
tibbi
c0042ac0c9
remove a null check at updating widget
2017-06-07 21:05:58 +02:00
tibbi
73b36f8c24
remove the mdpi resources
2017-06-07 20:58:42 +02:00
tibbi
ea7fc269a1
add some strings used at removing event types
2017-06-07 20:42:09 +02:00
tibbi
02bb7c570d
add a null check at widget updating
2017-06-05 21:24:52 +02:00
tibbi
78fed3e844
remember if daylight saving was active at updating the event
2017-06-04 23:42:23 +02:00
tibbi
4ba7ab7d1a
store current time offset at inserting/updating event
2017-06-04 22:21:59 +02:00
tibbi
2c2ba94f8d
store the event offset in db
2017-06-04 22:15:02 +02:00
tibbi
242f959200
fix #175 , properly handle the reminders of all-day events
2017-06-03 22:22:38 +02:00
tibbi
8fad741fcc
check if given day is today nicer
2017-06-03 16:46:25 +02:00
tibbi
3288435662
avoid creating multiple db instances
2017-06-03 16:41:39 +02:00
tibbi
130b4fe1e3
prefill more pages into the viewpagers
2017-06-02 23:34:36 +02:00
tibbi
c47b15f02c
correct some russian strings style
2017-06-02 18:11:51 +02:00
Anton Shestakov
e608f40bc5
Update values-ru/strings.xml
...
Mostly missing plurals, holiday-related strings and copy editing.
NB: Using the same translations of week days for alt-strings, as the nearby comment suggests. Should work well enough to see if it's the best option.
2017-06-02 23:12:55 +08:00
Sérgio Marques
7b85e0f4a6
Update strings.xml
2017-05-28 22:27:55 +01:00
tibbi
7b4f2dae07
make removeviews at monthly widget nullable
2017-05-26 11:05:05 +02:00
tibbi
a1ca5154d7
updating release notes and version to 2.5.0
2017-05-24 19:54:04 +02:00
tibbi
125c027fb8
make sure we try updaing the viewpager from the UI thread after importing
2017-05-24 19:50:08 +02:00
tibbi
fd2ec79435
mark running all-day events with the primary color
2017-05-24 19:42:34 +02:00
tibbi
b2fe7950a6
really display past events too as appropriate
2017-05-24 19:39:25 +02:00
tibbi
53792443d1
update text colors depending on the event state
2017-05-24 19:31:58 +02:00
tibbi
8003febf23
do not update the text colors on resume if the Events list view is selected
2017-05-24 19:27:01 +02:00
tibbi
9812bf56a7
allow changing the Period used for displaying past events
2017-05-24 19:17:47 +02:00
tibbi
57f246c52a
do not write "before" at the display past events duration
2017-05-24 19:06:46 +02:00
tibbi
120041cd09
show the current DisplayPastEvents period in settings
2017-05-24 19:03:23 +02:00
tibbi
ea498e2bc1
add some strings used at "Display past events" setting
2017-05-24 18:46:32 +02:00
tibbi
619eef546b
delete the title of the custom event reminder dialog
2017-05-23 23:35:52 +02:00
tibbi
e5ac8a3e77
add an option to display past events in the events list view
2017-05-23 23:26:05 +02:00
tibbi
791d9fe66b
add some subsections in Settings by view type
2017-05-23 22:33:03 +02:00
tibbi
c6ca96437c
move the extra height calculation in a separate function
2017-05-23 22:12:00 +02:00
tibbi
41369041cf
add some logic to adding all-day events to lines
2017-05-23 22:07:27 +02:00
tibbi
6801f9bcbf
add all-day events in week fragment in a dynamically added relative layout
2017-05-21 23:48:04 +02:00
tibbi
0d96caf25d
use red text if the events start is later then end
2017-05-21 21:23:01 +02:00
tibbi
858396a36d
add a helper function for updating start date and time
2017-05-21 21:06:06 +02:00
tibbi
c6082a5ac4
update the end date/time of event when start changes, keep same duration
2017-05-21 16:19:12 +02:00
tibbi
4bf3a8a576
do not automatically set end date with start date change
2017-05-21 12:06:19 +02:00
tibbi
b8d88f141a
updating release notes and version to 2.4.3
2017-05-18 23:54:42 +02:00
tibbi
c78da7f9fb
removing some explicit calls to runOnUiThread at toasts
2017-05-18 23:51:50 +02:00
tibbi
846ee6a1b3
allow changing the minutes used at postponing by Snooze
2017-05-18 23:40:48 +02:00
tibbi
bb475eea5f
fix #88 , add Snooze to reminders
2017-05-18 23:04:49 +02:00
tibbi
71bf88bfa3
export only events belonging to the selected event types
2017-05-18 22:23:29 +02:00
tibbi
25e22a67e6
allow selecting which event type events should be exported
2017-05-18 22:01:27 +02:00
tibbi
537afc2f05
do not show the "Exporting..." toast if theres no events to export
2017-05-18 21:45:49 +02:00
tibbi
9c937c2a0d
add some Snooze related strings
2017-05-18 21:27:58 +02:00
tibbi
0f7a2a516a
make sure we schedule the next event reminder properly
2017-05-18 21:13:45 +02:00
tibbi
183ef15de2
fix #132 , refresh the main screen if the date changed since last run
2017-05-17 22:26:34 +02:00
tibbi
b0b7b4eb2c
show a toast when the exporting starts
2017-05-17 21:59:23 +02:00
tibbi
4efacece63
allow changing the filename of the file where events will be exported
2017-05-17 21:56:12 +02:00
tibbi
749f7f1fb0
add a filename field to the event exporting dialog
2017-05-17 21:38:17 +02:00
tibbi
6ff8de40e8
import holidays into the Holidays event type
2017-05-17 21:13:42 +02:00
tibbi
785216582e
adding some new strings related to holiday importing
2017-05-17 19:15:25 +02:00
tibbi
4404ebb5d9
move the holiday ics files back in assets folder
2017-05-16 22:10:35 +02:00
tibbi
91ee576440
adding a couple new strings
2017-05-16 21:01:43 +02:00
tibbi
118f47bcbf
add events in India, Spain and United Kingdom
2017-05-16 20:35:26 +02:00
tibbi
cef4aae783
undo some ics importer changes
2017-05-16 20:22:08 +02:00
tibbi
cf11065223
add a menu item for adding holidays
...
- move the holiday files in Raw folder
2017-05-16 20:12:13 +02:00
tibbi
7a4f244897
fix #172 , properly handle newlines at export/import
2017-05-15 23:29:42 +02:00
tibbi
ac9c91be33
adding some country holidays as ics files
2017-05-15 23:03:41 +02:00
tibbi
ccc3a37792
increase the allowed event title length to 80
2017-05-15 22:46:51 +02:00
tibbi
0eb8caa60b
add an end date to exported all-day events
2017-05-15 21:33:25 +02:00
tibbi
3ee76cf9c3
properly import all-day events
2017-05-15 21:28:32 +02:00
tibbi
03413632c4
updating some turkish strings by Burhan 2010
2017-05-15 20:31:47 +02:00
tibbi
473fce8bb5
add a string for adding holidays
2017-05-14 23:00:04 +02:00
tibbi
d969224bbc
use simpler reminder scheduling by timestamp, not elapsed realtime
2017-05-14 22:27:50 +02:00
tibbi
34f83f74bf
use a helper function for checking KITKAT
2017-05-14 22:12:30 +02:00
tibbi
514f660c8a
adding Turkish translation
2017-05-14 21:14:29 +02:00
tibbi
b40cccff0a
add event exporting and importing in README
2017-05-10 21:09:05 +02:00
Tibor Kaputa
bf6f666d63
fix a glitch at monthly repetition on the same day
2017-05-09 14:29:53 +02:00
Tibor Kaputa
5cfb8c0b81
check NULL repeat_interval instead of zero
2017-05-09 09:08:07 +02:00
tibbi
bac862b549
update release notes and version to 2.4.0
2017-05-08 23:16:40 +02:00
tibbi
bb53596b6e
handle exporting and importing events repeating every Xth day
2017-05-08 23:12:03 +02:00
tibbi
57fb030d96
handle exporting and importing events repeating monthly on last day
2017-05-08 22:33:10 +02:00
tibbi
e53f7f9a87
show Same Day monthly repeating options only at months with enough days
2017-05-08 22:13:32 +02:00
tibbi
6fc6514caa
pass the original event to addIntervalTime
2017-05-08 22:00:49 +02:00
tibbi
dbf1f3dd8f
implement the monthly repetition like every Third Monday
2017-05-08 21:39:09 +02:00
tibbi
13d0934ab0
remove Last day of the month repetititon if date changes to not last day
2017-05-08 19:19:31 +02:00
tibbi
109f3a3f3e
properly show events repeating monthly the last day of the month
2017-05-08 19:10:56 +02:00
tibbi
0463f176ea
create helper extension functions for checking xweekly and xmonthly repetition
2017-05-08 19:03:31 +02:00
tibbi
fbdc667b8f
show the Last Day repeat option only when the last day is selected
2017-05-08 18:58:43 +02:00
tibbi
331d99ef57
misc repeatable event getting rewrites
2017-05-08 18:43:10 +02:00
tibbi
9961f46751
add a missing closing tag
2017-05-08 17:27:24 +02:00
sebastian05067
29d84f670f
Update strings.xml
2017-05-08 10:02:27 -05:00
tibbi
a54a0e2bc3
couple event repetition fixes
2017-05-07 23:01:21 +02:00
tibbi
a960e75da9
remove some redundant endTS checks
2017-05-07 22:55:25 +02:00
tibbi
5fc1d1fac8
remove a redundant repeatInterval check
2017-05-07 22:00:19 +02:00
tibbi
8f9c27c344
couple more repetition fixes
2017-05-07 21:54:18 +02:00
tibbi
63d39f05e6
add a helper function for checking proper week at weekly repeating events
2017-05-07 21:03:54 +02:00
tibbi
6a72e746a5
split the function getting repeatable events into 2 smaller ones
2017-05-07 21:00:20 +02:00
tibbi
9c5ac1c9ce
remove the colon after Repeat till
2017-05-07 20:52:31 +02:00
tibbi
bb9bd6c4d8
fix some monthly repetition texts
2017-05-07 20:47:14 +02:00
tibbi
15d1967ba3
show the proper repetition text at event activity
2017-05-07 20:33:31 +02:00
tibbi
1f30c730b1
create the proper monthly repetition string
2017-05-07 20:24:47 +02:00
tibbi
77778c520d
add a monthly repeat rule picker
2017-05-07 18:39:21 +02:00
tibbi
ec37fb5f50
rename RepeatTypePickerDialog to RepeatLimitTypePickerDialog
2017-05-07 18:25:12 +02:00
tibbi
d8b32fa066
rename RepeatRuleDailyDialog to RepeatRuleWeeklyDialog
2017-05-07 18:21:55 +02:00
tibbi
480bd27c12
update some monthly repetition related strings
2017-05-07 17:35:20 +02:00
tibbi
e05b8e1eb3
set repeat rule 1 at monthly repetition if its 0
2017-05-07 17:34:03 +02:00
tibbi
0dfd43d36f
update monthly repetition constants
2017-05-07 17:06:16 +02:00
tibbi
0f0dff6f31
show the repeat rule button at monthly repetition too
2017-05-07 16:46:01 +02:00
tibbi
eed35834fc
fix displaying of events repeating by x weeks
2017-05-07 16:40:08 +02:00
tibbi
5c01bee1ae
add a helper function for checking if its an X monthly repetition
2017-05-07 16:37:07 +02:00
tibbi
4264156d3f
handle the SAF dialog at the IcsExporter
2017-05-06 12:34:46 +02:00
tibbi
5dff7a7140
handle SAF dialog when exporting to sd card
2017-05-06 12:03:00 +02:00
tibbi
a956a18e6e
update the weekly repetition day if its a single day and start date changes
2017-05-05 22:29:21 +02:00
tibbi
9e4ab1e667
fix the reminder of daily and weekly events
2017-05-05 22:18:28 +02:00
tibbi
e9901c851f
properly show notifications at events repeating x times
2017-05-05 21:08:50 +02:00
tibbi
fbcb380cc0
set high priority and public visibility to notifications
2017-05-05 20:49:35 +02:00
tibbi
69d0c45a4f
improve the repeatition of events repeating by x weeks
2017-05-05 20:41:33 +02:00
tibbi
145680899b
improve handling of events repeating x times weekly, fix #157
2017-05-05 20:01:08 +02:00
tibbi
088317883a
initialize context at onReceive of list widget
2017-05-05 18:09:15 +02:00
tibbi
d78f3ea73c
check if the file can be created at exporting events
2017-05-05 18:04:09 +02:00
Tibor Kaputa
b05c501bcb
Merge pull request #164 from zikobad/master
...
handle time-zone change in weekly-view #163
2017-05-05 15:36:49 +02:00
tibbi
d1d64b1860
make urls, phone numbers, map coords and emails in Description clickable
2017-05-05 15:34:34 +02:00
Zakaria Ait Ouchrif
2bbc8980a2
handle time-zone change in weekly-view
2017-05-02 16:21:01 +01:00
selfus
d6c198fde7
Improve Portuguese-Portugal translation
2017-04-26 14:49:10 +01:00
Marcio Zomb13
21c14c9fa8
Translation update pt-br
...
This is a first commit, more to come.
2017-04-24 19:52:05 -03:00
tibbi
9673fdc0bb
update version to 2.3.4
2017-04-23 23:24:55 +02:00
tibbi
4463a31f33
add a missing swedish string
2017-04-23 23:23:03 +02:00
tibbi
87fb85654d
exit the app when opening a notification to an invalid event
2017-04-23 23:06:29 +02:00
tibbi
f559577d90
reschedule every notification at receiving one to be sure, its cheap
2017-04-23 23:01:12 +02:00
tibbi
9735bcf0c0
add a helper function for scheduling all future events
2017-04-23 22:52:16 +02:00
tibbi
b6806dfbe2
add flag_all_day to imported events only when appropriate
2017-04-23 22:48:38 +02:00
tibbi
68cfefe061
properly export the COUNT value
2017-04-23 22:43:59 +02:00
tibbi
243e28cb1e
properly handle the "count" field at importing events
2017-04-23 22:38:54 +02:00
tibbi
b02f055d6a
fix importing events when the title is Unavailable
2017-04-23 22:16:25 +02:00
tibbi
3b440abf34
allow 5 digits at the custom repeat count edittext
2017-04-23 22:13:28 +02:00
tibbi
9d0ecca972
fix the monthly calendar event marking synchronization
2017-04-23 21:05:57 +02:00
tibbi
0a24dcbc31
some fixes to weekly repeating events repeating x times
2017-04-23 19:57:19 +02:00
tibbi
97e5489f0f
fix displaying repeating events x times
2017-04-23 19:15:30 +02:00
tibbi
6c320ebdae
lets remove the repeat_count database column
2017-04-23 17:34:51 +02:00
tibbi
2fe79374e8
add the initial implementation of events repeating x times
2017-04-23 17:34:05 +02:00
tibbi
0e557ca7a6
use "Repeat on" at weekly repetition label
2017-04-23 17:06:43 +02:00
tibbi
5f8166b95f
update a couple repeat interval values
2017-04-23 15:01:18 +02:00
tibbi
b8d6c8c83c
use a negative repeatlimit for repeat count
2017-04-23 13:11:01 +02:00
tibbi
3fc9469dbb
couple improvements to repeat type dialog
2017-04-23 12:44:48 +02:00
tibbi
3ff2d52b43
improve the repeat type picker
2017-04-23 11:21:27 +02:00
tibbi
b00e25a305
shrink the custom repeat interval dialog
2017-04-23 09:29:59 +02:00
tibbi
13932d46f2
color the event markers at monthly view if all events are 1 event type
2017-04-22 22:51:07 +02:00
tibbi
30d593649a
store event colors in the day model
2017-04-22 22:34:59 +02:00
tibbi
67747e329a
do some preparations for showing colored dot at monthly view
2017-04-22 14:02:28 +02:00
tibbi
00efe5b33a
fix #154 , properly update the actionbar title at yearly view
2017-04-22 12:56:21 +02:00
tibbi
f63e7a5924
fix #156 , allow easier editing all-day events
2017-04-22 12:34:22 +02:00
Nikola Trubitsyn
009ba11b8c
Corrected Russian translation
2017-04-18 20:50:26 +03:00
tibbi
0a987e5ff1
update version to 2.3.2
2017-04-17 17:38:17 +02:00
tibbi
bf02bb5c18
add a new db column for Repeat Count
2017-04-17 17:25:36 +02:00
tibbi
c79cce6f34
fix #143 , properly set first day of the week in the date pickers
2017-04-17 17:20:50 +02:00
tibbi
15c55a649b
cancel the notifications of deleted events
2017-04-17 17:07:13 +02:00
tibbi
3b96c23584
properly cancel the notification if updated and set in the past, fix #142
2017-04-17 17:06:22 +02:00
tibbi
8460ed8aa6
properly set exported event timezone as utc
2017-04-17 16:57:41 +02:00
tibbi
5d5c981ed6
properly import events from ics files shared via gmail
2017-04-17 16:41:17 +02:00
tibbi
8536e6cf1f
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar
2017-04-17 15:30:36 +02:00
tibbi
73bfc28523
allow sharing individual events by creating temp .ics files, fix #14
2017-04-17 15:30:22 +02:00
Stefan
10e8f34a5d
Update strings.xml
2017-04-17 10:34:14 +02:00
tibbi
1e70eb1cd8
add a share menu button to some screens
2017-04-16 22:11:59 +02:00
tibbi
3c45e960ad
show the selected days at weekly repetition
2017-04-16 21:49:02 +02:00
tibbi
c55762745b
add some new strings related to repeating events x times
2017-04-16 21:11:09 +02:00
tibbi
5aa71c846b
properly handle importing repeat rules
2017-04-16 20:50:38 +02:00
tibbi
4e292e32dd
fix exporting events repeating multiple times a day by x weeks
2017-04-16 12:28:41 +02:00
tibbi
4f136afae1
properly export events repeating multiple days a week
2017-04-16 12:08:27 +02:00
tibbi
5d17be541c
hide the keyboard on clicking some field at the Event activity
2017-04-16 11:55:13 +02:00
tibbi
31e5c72a87
use a helper function for checking if the timestamp is at a valid day
2017-04-16 10:13:55 +02:00
tibbi
005fa01001
properly display events repeating by x weeks
2017-04-15 23:58:44 +02:00
tibbi
b620a7c2e9
show the day picker at multiple week repetition too
2017-04-15 22:27:35 +02:00
tibbi
db6c7e5738
properly display weekly events that occur multiple times a week
2017-04-15 21:27:21 +02:00
tibbi
0ce8380c12
so repeating by weekdays apparently belongs to the weekly repetition
2017-04-15 21:08:03 +02:00
tibbi
2104b55122
show a message if theres no events found for exporting
2017-04-15 20:49:24 +02:00
tibbi
d1e6b3c28d
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar
2017-04-15 20:36:50 +02:00
tibbi
49c1a9eb44
remove the biweekly repetition as we have custom intervals already
2017-04-15 20:36:36 +02:00
Tibor Kaputa
2a77ecd466
Merge pull request #149 from nopeppermint/patch-15
...
Update strings.xml
2017-04-15 20:19:15 +02:00
tibbi
4acd02f714
show the repetition rule only at the daily repeat interval
2017-04-15 20:18:47 +02:00
Stefan
7dea31b6fc
Update strings.xml
2017-04-15 19:58:46 +02:00
tibbi
f78b838231
check the selected day repetition at planing next event notification
2017-04-15 19:39:57 +02:00
tibbi
2c19f0bcb5
show daily repeating events only on appropriate days
2017-04-15 19:12:09 +02:00
tibbi
fbf542df3e
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar
2017-04-15 18:59:10 +02:00
tibbi
9dffd1cd74
allow changing the default daily repetition in settings
2017-04-15 18:58:01 +02:00
Sérgio Marques
e242122abc
Update strings.xml
2017-04-15 16:23:30 +01:00
tibbi
cfd40fd486
set the default daily rule to EVERY_DAY when daily repetition is selected
2017-04-15 12:40:54 +02:00
tibbi
c166ce8f1c
disable repetition if no day is selected
2017-04-15 12:31:23 +02:00
tibbi
992b1f0b00
update the repetition rule on change
2017-04-15 12:12:26 +02:00
tibbi
c4cd5e14ab
show sunday first at day picker when selected so
2017-04-15 11:44:50 +02:00
tibbi
0e8e89dbd4
add the repeat rule picker for daily repetition
2017-04-14 17:33:49 +02:00
tibbi
7a17bce90f
replace repeat_day and repeat_month with repeat_rule
2017-04-14 16:01:01 +02:00
Stefan
237d1add17
update german translation
2017-04-14 15:08:44 +02:00
tibbi
f77f645479
adding repeatDay to events
2017-04-14 14:57:16 +02:00
tibbi
52ddc8ce59
show a repeat rule field if repetition is set to a day or month
2017-04-14 14:28:16 +02:00
tibbi
ce7fac0489
adding more repetition related strings
2017-04-14 13:36:18 +02:00
tibbi
aeea35a598
add day strings
2017-04-14 11:26:00 +02:00
tibbi
63a108df04
update the url to commons library
2017-04-13 19:47:37 +02:00
Stefan
4c3d0f2dd0
update german translation
2017-04-10 19:50:52 +02:00
tibbi
1957320bc8
add repeatable event if UNTIL is the time of last occurences start
2017-04-09 21:13:30 +02:00
tibbi
c18bd90f21
update commons to 2.16.3
2017-04-09 20:39:40 +02:00
tibbi
7eb1fc3a19
wrap the exceptions table modification in a try catch block
2017-04-09 20:39:21 +02:00
tibbi
a966363738
update version to 2.3.0
2017-04-07 20:57:03 +02:00
Tibor Kaputa
73f0a21a68
Merge pull request #141 from smarquespt/master
...
Portuguese update
2017-04-07 00:00:30 +02:00
Sérgio Marques
66a40a36c9
Portuguese update
2017-04-06 22:53:49 +01:00
tibbi
163bc007b5
add click background to some settings items
2017-04-06 23:51:30 +02:00
tibbi
7fb13441a1
remove the raw export feature
2017-04-06 23:00:02 +02:00
tibbi
44e773ffdd
suggest the Calendar at opening .ics files from a file manager
2017-04-06 22:51:03 +02:00
tibbi
9285a17ccb
increase the exported events count at exporting
2017-04-06 21:14:04 +02:00
tibbi
7be0a0d333
import event repeat exceptions from ics files too
2017-04-06 20:47:52 +02:00
tibbi
d63e6f30b2
use ignored event daycodes instead of timestamps
2017-04-06 20:12:50 +02:00
tibbi
829646b6a0
exclude repeating events by daycode, not timestamp
2017-04-06 19:59:47 +02:00
tibbi
261d6a6ccc
remove the redundant event insert anonymous callback
2017-04-05 23:18:38 +02:00
tibbi
dbaf0d79c7
properly handle importing events with multiple reminders
2017-04-05 23:17:25 +02:00
tibbi
cf1b13d533
add the Confirmed Status before alarms
2017-04-05 22:50:10 +02:00
tibbi
af9351cf3b
export ignored event dates too
2017-04-05 22:36:25 +02:00
tibbi
18fd08d07e
fill in the reminder minutes at exporting
2017-04-05 19:35:13 +02:00
tibbi
8296bb507e
add repeat limit to exported events if available
2017-04-04 22:48:58 +02:00
tibbi
a76f61b5e7
avoid exporting the same event twice
2017-04-03 23:34:31 +02:00
tibbi
e97800cf8a
fill event repeat interval
2017-04-03 23:31:07 +02:00
tibbi
527ca0d39f
add a couple more parameters to exported events
2017-04-03 22:35:28 +02:00
tibbi
d5d9df7260
add a couple properties to exported events
2017-04-03 21:41:27 +02:00
tibbi
af377210fe
limit events at ics with BEGIN:VEVENT and END:VEVENT
2017-04-03 21:04:42 +02:00
tibbi
a5ed7a28ce
export repeating events under some conditions too
2017-04-03 20:55:43 +02:00
tibbi
f753bdd613
create the selector selecting events for exporting
2017-04-03 20:21:43 +02:00
tibbi
33d8da8919
lets use a simple return time at getting running events
2017-04-03 19:49:14 +02:00
tibbi
d9f7707d3f
do the file exporting on a background thread
2017-04-03 19:38:41 +02:00
tibbi
970fe065de
comment out the event exporting menu item for now
2017-04-02 22:56:38 +02:00
tibbi
1a2a5f5a75
write some initial content to exported ics file
2017-04-02 22:55:21 +02:00
tibbi
6e3e47fe94
handle the event export result
2017-04-02 22:36:44 +02:00
tibbi
8158c876c2
add an ics file exporter class
2017-04-02 22:25:40 +02:00
tibbi
e9c63c3968
move the ics file related constants in a the Constants.kt file
2017-04-02 22:19:29 +02:00
tibbi
0c83ad67fd
rename IcsParser to IcsImporter
2017-04-02 22:17:18 +02:00
tibbi
1280ecce26
send the ExportEventsDialog checkbox value in the callback
2017-04-02 22:14:02 +02:00
tibbi
7cd1c0e34b
replace GetEventsListener with an anonymous callback
2017-04-02 22:07:02 +02:00
tibbi
6db2db029c
notify running repeatable events on device boot too
2017-04-02 21:50:08 +02:00
tibbi
4709322eae
fix #109 , show a notification if the device is turned on during an event
2017-04-02 20:21:22 +02:00
tibbi
4b82b5e5f3
move the notification showing related things into context extensions
2017-04-02 20:15:51 +02:00
tibbi
abf7bb07bf
add a dialog for exporting events
2017-04-02 19:51:20 +02:00
tibbi
5265f216cf
add a menu button for exporting events to ics file
2017-04-02 19:31:21 +02:00
tibbi
b2be9add1e
remove the minY check at adding event at weekly view
2017-04-02 19:18:29 +02:00
tibbi
ee00f72ab3
reduce the padding at Select Event Type dialog
2017-04-02 19:06:34 +02:00
tibbi
e9efd38cc6
replace the spinners at Settings with radiobutton dialogs
2017-04-02 18:14:53 +02:00
tibbi
ce18ae7fb2
flip the order of some settings
2017-04-02 17:14:45 +02:00
tibbi
bdafe75606
remove the title from the selectEventType dialog
2017-04-02 17:07:14 +02:00
tibbi
0c1119c150
replace EventRepeatInterval with the generic radiobutton dialog
2017-04-02 17:03:35 +02:00
tibbi
6e88c8a425
replace the EventReminderDialog with the generic radiobutton dialog
2017-04-02 15:34:59 +02:00
tibbi
d5a4a02726
replace the Manage event types FAB with a menu button
2017-04-02 12:37:20 +02:00
tibbi
85c870dbc1
use the generic radio button dialog for changing views
2017-04-02 12:19:28 +02:00
tibbi
ccea40c1bc
get layoutinflater directly from the activity at dialogs
2017-04-02 11:53:48 +02:00
tibbi
4e781cf8d7
use the helper function for creating the database handler
2017-04-02 11:50:16 +02:00
tibbi
5d690b8cc5
update the event types color if theres just one and primary color changes
2017-04-02 11:38:14 +02:00
tibbi
f5bec2fd8a
add some new strings related to file exporting in ics files
2017-04-02 09:48:53 +02:00
tibbi
60929b89cc
use the same Spanish translation for all spanishes
2017-04-02 09:42:31 +02:00
Sérgio Marques
4c6bad1c19
Portuguese update
2017-04-01 15:18:22 +01:00
tibbi
a837ace498
remove a redundant function
2017-03-29 20:11:37 +02:00
tibbi
e1b40ba61c
rename event_type_view to item_event_type
2017-03-29 20:06:07 +02:00
tibbi
2d5d5558ce
translate a portuguese sentence at the playstore description
2017-03-28 22:51:06 +02:00
Rodrigo
c7e685fee4
Update strings.xml
2017-03-28 17:23:33 -03:00
tibbi
ed3f718bd9
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar
2017-03-28 20:26:42 +02:00
tibbi
93a0eb57c0
adding a brazil portuguese file
2017-03-28 20:26:29 +02:00
canou
3b8e1d525e
Typos
2017-03-28 01:00:57 +02:00
canou
bc373365bd
French translation update
2017-03-28 00:43:56 +02:00
tibbi
98f29fad55
fix the "Go to today" button at monthly view opened from yearly view
2017-03-22 19:37:04 +01:00
Sérgio Marques
b527fa59e4
Rename to -pt only
2017-03-21 16:26:29 +00:00
tibbi
e912442a71
add the timestamp to exported database name
2017-03-16 22:56:35 +01:00
tibbi
8e23443f79
update commons to 2.12.2
2017-03-16 22:54:42 +01:00
tibbi
733ae07ebc
fix #127 , make the widgets downsizable to 2x2
2017-03-16 22:51:55 +01:00
Taras
985506b527
update Russian
2017-03-16 00:08:22 +03:00
Tibor Kaputa
f6c3143265
removing a word
2017-03-15 09:09:37 +01:00
Sérgio Marques
e52c1e2671
Portuguese update
2017-03-14 23:43:15 +00:00
petemadsen
f06a8f4316
Updated German translation
2017-03-14 17:57:18 +01:00
tibbi
1c46b71ac6
really fix that weird timezone crash
2017-03-12 17:30:16 +01:00
tibbi
daffc7fc1d
add a couple null checks to viewpager pages
2017-03-12 16:39:58 +01:00
tibbi
539d1ba3d7
make the release notes non translatable
2017-03-11 23:56:28 +01:00
tibbi
da75540321
if an ics file event contains multiple categories, use the first one
2017-03-05 21:59:31 +01:00
tibbi
6d93a7def5
add a double check to not show notification to ignored event occurrences
2017-03-05 21:26:44 +01:00
tibbi
19bc2b627f
handle all reminder periods properly
2017-03-05 21:22:24 +01:00
tibbi
a647a52c31
do not schedule notifications for deleted events
2017-03-05 21:15:43 +01:00
tibbi
27436f2e91
filter out the ignored events asap
2017-03-05 21:00:50 +01:00
Tibor Kaputa
0108aa313e
Merge pull request #126 from nopeppermint/patch-12
...
Update German Translation
2017-03-05 20:53:36 +01:00
tibbi
f2386f8f18
implement deleting of single occurrences of repeatable events in other screens
2017-03-05 20:36:12 +01:00
tibbi
897aa82c3f
do not allow landscape mode on phones at main screen
2017-03-05 20:19:50 +01:00
tibbi
10e2021dc9
do not show the deleted occurrences of repeatable events
2017-03-05 20:10:36 +01:00
tibbi
a4ee9eee52
properly delete just 1 event occurrence from event activity
2017-03-05 19:39:29 +01:00
Stefan
168690e20c
Update strings.xml
2017-03-05 19:00:43 +01:00
Stefan
b2333a58f7
update German translation
2017-03-05 18:58:50 +01:00
tibbi
b286c62873
clean up repeatable event exceptions if the parent event is deleted
2017-03-05 18:57:51 +01:00
tibbi
678d9e0d06
send the specific event timestamp to event activity
2017-03-05 18:54:06 +01:00
tibbi
66a9c31830
check if we should delete all repeatable event occurrences, or just one
2017-03-05 18:16:18 +01:00
tibbi
81301babf0
add the individual event occurrence deleting in release notes
2017-03-05 17:27:02 +01:00
tibbi
c91390f3a1
show the repeatability related things only if an event is repeatable
2017-03-05 17:23:37 +01:00
tibbi
f8dedf89a6
add a radiobutton for toggling repetable event deletion
2017-03-05 17:01:05 +01:00
tibbi
5172a60757
create a table for repeating event exceptions
2017-03-05 16:43:27 +01:00
tibbi
453177382e
pass the event ids to the confirmation dialog
2017-03-05 15:57:08 +01:00
tibbi
798e77b4e7
create a new confirmation dialog for deleting events
2017-03-05 15:38:33 +01:00
tibbi
c43275c7ff
allow setting default event type at importing ics
2017-03-05 13:01:46 +01:00
tibbi
6838ce626a
fix #124 , properly set repetition if frequency and count is provided
2017-03-05 11:50:05 +01:00
tibbi
c8af7f25be
try parsing one category from ics files at importing
2017-03-05 11:34:20 +01:00
tibbi
848c084a68
make event type title checking incasesensitive
2017-03-05 11:15:30 +01:00
tibbi
e2ed197e87
simplify the checking of multiple-day events
2017-03-05 10:57:34 +01:00
Sérgio Marques
aa4a9056c8
Portuguese update
2017-03-04 16:19:31 +00:00
Stefan
5ed080eff6
update German translation
2017-03-04 12:03:42 +01:00
tibbi
b065a5a9a0
update commons to 2.7.6
2017-02-28 19:44:40 +01:00
tibbi
b8c7493beb
implement the database exporting functionality
2017-02-28 19:37:59 +01:00
tibbi
06e5375882
add a menu item for exporting raw database
2017-02-28 18:25:36 +01:00
Tibor Kaputa
bb58e362a6
Merge pull request #119 from smarquespt/master
...
Portuguese update
2017-02-26 16:52:44 +01:00
Stefan
1d0a26ce27
update German translation
2017-02-26 15:37:41 +01:00
Sérgio Marques
8163549466
Portuguese update
2017-02-26 13:17:03 +00:00
tibbi
0b8ae27d00
fix #101 , add a button for creating new event at the events list widget
2017-02-22 00:02:20 +01:00
tibbi
b7bcfe8d28
use selected hour format at weekly view
2017-02-21 22:17:46 +01:00
tibbi
e92d0f9bf6
allow toggling 24 hour format in settings
2017-02-21 21:55:27 +01:00
tibbi
c7c2f117de
adding some strings related to toggling 24-hour format
2017-02-21 21:44:48 +01:00
tibbi
420f9a5cb5
small week fragment tweak
2017-02-21 21:36:00 +01:00
tibbi
5fccb0e00b
use 0 for midnight instead of 24
2017-02-21 21:17:05 +01:00
tibbi
0a68e99ace
add End ellipsize to event list items
2017-02-21 21:10:58 +01:00
tibbi
0b5109a55f
add a button to monthly widget for easy new event creation
2017-02-21 21:08:18 +01:00
tibbi
4ecc5f5f37
fix #84 , allow changing widget months if the calendar app is killed
2017-02-21 20:50:18 +01:00
tibbi
70dc7e07cf
properly display events starting at midnight
2017-02-21 20:14:04 +01:00
tibbi
178fac5ad7
some ics parsing datetimezone and repeat limit corrections
2017-02-21 19:51:58 +01:00
tibbi
0f7b950e15
update the end time if start time is after the end, close #115
2017-02-19 23:48:11 +01:00
tibbi
681dc87b67
adding a crashfix to week fragment
2017-02-19 23:39:36 +01:00
tibbi
320cc6b319
fix the custom repeat interval
2017-02-19 23:22:56 +01:00
tibbi
b86ed18534
subtract 1 ms from all-day events to hotfix some glitches
2017-02-19 23:17:22 +01:00
tibbi
4729b09004
parse repeat limit if it was set as event occurrence count, not a date
2017-02-19 22:27:24 +01:00
tibbi
5f7623deeb
parse repeat limit from ics files
2017-02-19 22:08:15 +01:00
tibbi
ca1ca279fb
parse repeat interval from ics files
2017-02-19 21:53:33 +01:00
tibbi
7c49919701
add the ics import improvements to release notes
2017-02-19 21:47:21 +01:00
tibbi
ca01192f22
implement the actual Go to today button functionality
2017-02-19 20:51:25 +01:00
tibbi
ba7e25bb65
show the "Go to today" button only if we arent on the today page
2017-02-19 20:49:51 +01:00
tibbi
2022081881
hide the GoToToday button at event list view
2017-02-19 20:36:21 +01:00
tibbi
644a9fbd03
add a menu button for Go to today
2017-02-19 20:28:01 +01:00
tibbi
1ddce648a2
avoid importing the same event twice, if its twice in the ics file
2017-02-19 19:13:06 +01:00
tibbi
2a69232ce5
do not use the notification description at event description
2017-02-19 19:10:23 +01:00
tibbi
48de60188f
remove the event reminder timer from ics import dialog
2017-02-19 19:06:08 +01:00
tibbi
9ee0b764e6
parse the actual reminder time from ics files
2017-02-19 19:02:36 +01:00
tibbi
dd2d17fee2
properly handle custom repeat intervals
2017-02-19 18:21:23 +01:00
tibbi
a3ca6e74c3
added custom repeat intervals to release notes
2017-02-19 14:01:00 +01:00
tibbi
60d5343266
wrap the custom event reminder dialog in a scrollview
2017-02-19 13:57:03 +01:00
tibbi
08c921d0c9
create the custom repeat interval dialog
2017-02-19 13:55:47 +01:00
tibbi
d205c0a5ec
fill the repeat interval dialog dynamically
2017-02-19 13:38:52 +01:00
tibbi
c32e768d2f
update the ics event end time calculation function
2017-02-19 10:16:06 +01:00
tibbi
f3b5e3a4ae
improve ics parsing by calculating start + duration if end is missing
2017-02-18 23:08:15 +01:00
tibbi
6d7426b49e
properly parse .ics file events if lines are limited to 75-80 chars
2017-02-16 22:47:25 +01:00
Taras
99c94a1ddd
update Russian
2017-02-17 00:05:44 +03:00
tibbi
68306fef5b
copy a spanish translation es-rES as ca-rES and gl-rES
2017-02-16 22:03:15 +01:00
Stefan
06496e798b
update german translation
2017-02-14 20:01:50 +01:00
tibbi
e344065ee9
update the German all_day string
2017-02-13 22:02:08 +01:00
tibbi
c173f9b6b3
updating a portuguese string
2017-02-13 00:02:07 +01:00
Sérgio Marques
513584aee7
Portuguese update
2017-02-12 22:48:23 +00:00
tibbi
505cd2e5af
init the calendar in proper week if sunday is the first day
2017-02-12 19:46:32 +01:00
tibbi
a9bcb6ce77
make sure the filter action menu button is visible when everything is unchecked
2017-02-12 18:52:02 +01:00
tibbi
6d79b686fa
add a filter to daily view too
2017-02-12 18:49:41 +01:00
tibbi
5b8c9b89c3
update the day pager adapter
2017-02-12 18:39:32 +01:00
tibbi
e07c3b9250
move a null check
2017-02-12 18:34:23 +01:00
tibbi
b99c74666f
filter events on the eventlist
2017-02-12 18:32:19 +01:00
tibbi
bb6073ac11
filter monthly calendar by event types
2017-02-12 18:10:45 +01:00
tibbi
c9f3e6fec3
update yearly view after changing filtering
2017-02-12 18:02:27 +01:00
tibbi
cf4f549a57
refresh the weekly view if filtering was changed
2017-02-12 17:39:26 +01:00
tibbi
bce6f85756
store selected event types to display
2017-02-12 13:46:55 +01:00
tibbi
f84ff6c45c
hide the filter event types button if there is only 1 type
2017-02-12 13:14:45 +01:00
tibbi
57d2ef24ac
store filtered event types in db
2017-02-12 13:07:34 +01:00
tibbi
a8652b06e0
add a list of checkboxes at filter dialog
2017-02-12 11:56:37 +01:00
tibbi
9c90774e4c
add the filtering dialog
2017-02-12 11:18:29 +01:00
tibbi
1767e6d183
add a button for filtering events by type
2017-02-12 10:50:01 +01:00
tibbi
c48f6d2e82
remove the item decoration from event types list
2017-02-12 00:08:07 +01:00
tibbi
d9bf97e509
make the whole event repetition limit line clickable
2017-02-12 00:05:34 +01:00
tibbi
53e9f5cb79
show the event type color at event screen
2017-02-11 23:55:27 +01:00
tibbi
82213b1ea5
show the event type color at the selection dialog
2017-02-11 23:40:25 +01:00
tibbi
73a9dc56da
simplify the way we are getting repeatable events
2017-02-11 23:25:06 +01:00
tibbi
a9bebaa4a6
add event types to release notes
2017-02-11 23:22:44 +01:00
tibbi
5babf8acd2
use the actual event type colors at weekly view
2017-02-11 23:01:36 +01:00
tibbi
763b6d8109
allow creating new event types from Event screen too
2017-02-11 21:44:57 +01:00
tibbi
7304d74e76
add a radio button for creating new event type
2017-02-11 21:29:54 +01:00
tibbi
31cff330a6
add a helper function for filling SelectEventTypeDialog
2017-02-11 21:22:25 +01:00
tibbi
8783b674a7
reset event type to regular at deleting an events type
2017-02-11 21:14:02 +01:00
tibbi
db2deaf1dc
store the selected event type at the event
2017-02-11 21:03:17 +01:00
tibbi
4d57c3df96
rename EventTypeDialog to NewEventTypeDialog
2017-02-11 20:16:26 +01:00
tibbi
e41010603f
update event type at event activity
2017-02-11 20:14:03 +01:00
tibbi
80f38ddcb9
add event type to event model
2017-02-11 20:08:06 +01:00
tibbi
951a03ec7c
use the regular_event_id constant at adding the regular event in db
2017-02-11 17:19:45 +01:00
tibbi
c867e44cdc
avoid deleting default event type
2017-02-11 17:19:15 +01:00
tibbi
cb009345e4
add deleting event types
2017-02-11 15:38:29 +01:00
tibbi
8f560983dd
allow editing event types
2017-02-11 15:16:00 +01:00
tibbi
20a835f304
fill the list of event types
2017-02-11 13:55:23 +01:00
tibbi
2c71c1c01e
implemenet adding new event types
2017-02-11 13:25:54 +01:00
tibbi
ff2d587050
add event type dialog
2017-02-11 12:55:31 +01:00
tibbi
f16cfc63ca
update the layout listing event types
2017-02-11 12:35:23 +01:00
tibbi
4d49c14f44
add a function for getting event types from db
2017-02-11 12:31:12 +01:00
tibbi
b77d71771c
add the initial Regular event type in db
2017-02-11 12:15:04 +01:00
tibbi
354a7d1944
move the current time marker behind events in weekly view
2017-02-11 11:54:33 +01:00
tibbi
19099038ad
fix the placement of current time indicator on weekly view
2017-02-11 11:46:25 +01:00
tibbi
1c80ffee7b
change the dbhelper constructor
2017-02-11 11:38:18 +01:00
tibbi
7e4429df6b
add an event type model
2017-02-11 10:37:07 +01:00
tibbi
5b929eb4e1
add a new db table for event types
2017-02-09 23:36:58 +01:00
tibbi
33a5f5b514
add the icon that will be used for event types
2017-02-09 22:53:37 +01:00
tibbi
ee7455ac4b
add a settings button for getting into managing event types
2017-02-09 22:51:47 +01:00
tibbi
bbd5354e67
add some event type related strings
2017-02-09 22:39:26 +01:00
tibbi
b11bb930e4
add storage permission explanation to playstore desc
2017-02-09 19:23:25 +01:00
tibbi
0a5604bd30
properly update event list empty placeholder text color
2017-02-09 18:51:31 +01:00
tibbi
1fe34d5a5c
add a missing dot
2017-02-08 00:12:13 +01:00
tibbi
7e53207305
add Slovak translation
2017-02-08 00:10:56 +01:00
tibbi
43bd1718f7
adding an activity null check
2017-02-07 23:40:12 +01:00