aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-calendar
Commit message (Collapse)AuthorAgeFilesLines
* crowdin: New translationsrsudev2014-03-252-3/+11
| | | | Added Romanian as well
* reduce null analysis warningsBananeweizen2014-03-251-4/+8
| | | | | | This change allows unchecked conversion from non annotated expressions to nonnull expressions. Those are needed whenever we call a framework method (where we cannot add annotations ourselfes) and cause more warnings in Eclipse than they actually help.
* crowdin: New translationsrsudev2014-03-222-0/+16
| | | | added lt and ca as well
* crowdin: New translationsrsudev2014-03-061-0/+8
|
* Do not run proguard in development mode (Intellij IDEA)Samuel Tardieu2014-03-051-1/+0
|
* More Intellij IDEA configurationSamuel Tardieu2014-03-051-1/+5
|
* crowdin: New translationsrsudev2014-03-041-2/+3
|
* build using target level 19Bananeweizen2014-03-041-1/+1
| | | | If your local builds fail after pulling this change, please install the current Android target level 19 and the Google target level 19.
* refactor deprecated codeBananeweizen2014-03-041-5/+7
|
* #3636: update project filesSamuel Tardieu2014-03-041-1/+1
|
* #3636: add Intellij IDEA project filesSamuel Tardieu2014-03-041-0/+30
|
* crowdin: New translationsrsudev2014-02-221-0/+1
|
* New addon iconsrsudev2014-01-274-0/+0
| | | | | New icons for the contacts- and the calendar-addon (rendered from the svgs by SammysHP)
* fix #3553: all day events must have 00:00:00 UTC time boundariesSamuel Tardieu2014-01-262-11/+13
|
* build: have calendar build with same API as main appMichael Keppler2013-12-221-1/+1
| | | * removes the need to have API 4 installed
* cleanup: fix all findbugs on test and calendarBananeweizen2013-12-162-1/+134
|
* Merge branch 'release'mucek42013-09-241-2/+2
|\
| * New version info for calendar addonmucek42013-09-241-2/+2
| |
* | fix #3307: Coords in calendar is not usableBananeweizen2013-09-223-32/+10
| |
* | Update all translations from crowdinSamuel Tardieu2013-09-1810-63/+55
| |
* | Update Czech translations from crowdinSamuel Tardieu2013-09-181-6/+6
| |
* | Update Italian translations via crowdinRomNexus62013-09-171-6/+6
|/
* Update Portuguese translationsSamuel Tardieu2013-07-291-6/+6
|
* Update French translationsSamuel Tardieu2013-07-291-1/+1
|
* refactoring: ADT 22.0.4 enforces exported libraries on classpathBananeweizen2013-07-201-1/+1
|
* refactoring: make calendar build with AntBananeweizen2013-07-075-54/+132
|
* translation: use crowdin.net to update French translationsSamuel Tardieu2013-07-011-6/+6
| | | | | We lost the comments and went through a major reformatting while doing so.
* 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
| |