aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-calendar
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-0218-19/+51
| | | * makes it easier to compare and find duplicate code
* refactoring: class path changed with ADT 22Bananeweizen2013-05-191-0/+1
| | | | * If you run into compile errors after this change, please upgrade to ADT 22 and Android SDK 22.
* 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-183-2/+24
| | | | * disable compiler warnings for generated code * disallow empty blocks
* Refactoring: use local variable instead of fieldSamuel Tardieu2012-12-161-2/+1
|
* more lint cleanupsBananeweizen2012-11-301-1/+1
|
* refactoring: have non translatable strings separatedBananeweizen2012-11-273-1/+6
|
* code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-221-2/+1
|
* Calendar version increasemucek42012-08-151-2/+2
|
* fix #1934: Calendar entry has wrong dateBananeweizen2012-08-125-202/+296
|
* fix #1858: add start time to calendar entryBananeweizen2012-07-011-11/+31
|
* refactoring: minor lint cleanupsBananeweizen2012-06-291-1/+1
| | | * If you get compile errors, upgrade to ADT 20 and SDK 20
* 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-202-6/+6
| | | * my Eclipse seems broken, it doesn't show all warnings after a rebuild
* increase compiler warnings level (and fix some)Bananeweizen2012-04-201-354/+353
| | | | * boxing/unboxing * name shadowing
* Merge pull request #1293 from campbeb/fixCalFocusSammysHP2012-03-171-1/+3
|\ | | | | Fix #1016 - Finish the activity if exiting on error
| * Finish the activity if exiting on errorcampbeb2012-03-171-1/+3
| |
* | Move event strings to calendar add-on and remove from main programcampbeb2012-03-1711-0/+66
|/
* 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.
* Swedish translation updatedYraFyra2012-02-191-0/+7
|
* Fixed typo for Slovak translation c-geo calendarPavol Babincak2012-02-191-1/+1
|
* c-geo calendar add-on translated to SlovakPavol Babincak2012-02-191-0/+7
|
* automatically sign calendar apkmucek42012-02-111-0/+5
|
* missing dependencies in cgeo-calendar buildblafoo2012-02-102-1/+27
|
* cgeo-calendar setupblafoo2012-02-091-0/+85
|
* 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
|/
* New icon for calendar add-onSammysHP2012-01-213-0/+0
| | | Needs refactoring when high-res icon without text is available.
* Several fixes for calendar add-onSammysHP2012-01-215-32/+25
| | | | | | | - 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-2016-0/+817