aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-calendar/src
Commit message (Collapse)AuthorAgeFilesLines
* refactor deprecated codeBananeweizen2014-03-041-5/+7
|
* fix #3553: all day events must have 00:00:00 UTC time boundariesSamuel Tardieu2014-01-262-11/+13
|
* cleanup: fix all findbugs on test and calendarBananeweizen2013-12-161-1/+1
|
* fix #3307: Coords in calendar is not usableBananeweizen2013-09-223-32/+10
|
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-022-2/+1
| | | * makes it easier to compare and find duplicate code
* refactoring: use exception object in logggingBananeweizen2013-01-121-1/+1
|
* code cleanup: remove debug codeBananeweizen2012-12-263-4/+6
| | | * fixed some more issues of Findbugs and CodePro
* stronger compiler warnings in calendar addonBananeweizen2012-12-181-0/+4
| | | | * disable compiler warnings for generated code * disallow empty blocks
* Refactoring: use local variable instead of fieldSamuel Tardieu2012-12-161-2/+1
|
* refactoring: have non translatable strings separatedBananeweizen2012-11-271-0/+1
|
* fix #1934: Calendar entry has wrong dateBananeweizen2012-08-125-202/+296
|
* fix #1858: add start time to calendar entryBananeweizen2012-07-011-11/+31
|
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+1
| | | | This was requested by SammysHP.
* Removed deprecated warningsblafoo2012-05-101-1/+1
|
* Revert "Merge pull request #1510 from campbeb/fix1498"Samuel Tardieu2012-05-071-1/+1
| | | | | | | This reverts commit 9fe5380612eef5a10ffc18ca6409788e174bbf24, reversing changes made to 08fcbb42d1fd4ca3b6e2fb608007feec9aa4e23d. Requested by the commit author.
* Use Edit instead of Insert intent for adding calendar on Android 4campbeb2012-05-061-1/+1
|
* Refactoring: remove terminal return statementsSamuel Tardieu2012-04-271-1/+0
|
* refactoringsBananeweizen2012-04-211-8/+9
| | | | | * always use CacheAttribute for attribute strings * avoid concatenation in append * use SparseArray instead of maps
* revert settings changes partiallyBananeweizen2012-04-201-5/+5
| | | * my Eclipse seems broken, it doesn't show all warnings after a rebuild
* Finish the activity if exiting on errorcampbeb2012-03-171-1/+3
|
* refactoring: log exceptions, remove unused methodBananeweizen2012-03-091-4/+3
|
* Support adding to calendar in Android version 4 with Intent.campbeb2012-03-072-75/+140
| | | Move common code to new functions.
* Merge pull request #1022 from campbeb/fix1021Bananeweizen2012-01-221-1/+7
|\ | | | | Fix #1021 finish() when the dialog is done
| * Remove finish() in onCreatecampbeb2012-01-221-1/+0
| |
| * Fix #1021campbeb2012-01-221-0/+7
| | | | | | | | Make sure the add on exits when dialog is no longer displayed (either cancelled or calendar chosen).
* | Fix #1019 by correcting the index for substring calls.campbeb2012-01-221-1/+1
|/
* Several fixes for calendar add-onSammysHP2012-01-211-1/+2
| | | | | | | - remove launcher link - remove activity view, the menu is enough - add German localized strings - rename app-name - add a few TODOs
* new: #1014 calendar add-onBananeweizen2012-01-202-0/+235