Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor deprecated code | Bananeweizen | 2014-03-04 | 1 | -5/+7 |
| | |||||
* | fix #3553: all day events must have 00:00:00 UTC time boundaries | Samuel Tardieu | 2014-01-26 | 2 | -11/+13 |
| | |||||
* | cleanup: fix all findbugs on test and calendar | Bananeweizen | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | fix #3307: Coords in calendar is not usable | Bananeweizen | 2013-09-22 | 3 | -32/+10 |
| | |||||
* | refactoring: apply android formatter to all XML files | Bananeweizen | 2013-06-02 | 2 | -2/+1 |
| | | | * makes it easier to compare and find duplicate code | ||||
* | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -1/+1 |
| | |||||
* | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 3 | -4/+6 |
| | | | * fixed some more issues of Findbugs and CodePro | ||||
* | stronger compiler warnings in calendar addon | Bananeweizen | 2012-12-18 | 1 | -0/+4 |
| | | | | * disable compiler warnings for generated code * disallow empty blocks | ||||
* | Refactoring: use local variable instead of field | Samuel Tardieu | 2012-12-16 | 1 | -2/+1 |
| | |||||
* | refactoring: have non translatable strings separated | Bananeweizen | 2012-11-27 | 1 | -0/+1 |
| | |||||
* | fix #1934: Calendar entry has wrong date | Bananeweizen | 2012-08-12 | 5 | -202/+296 |
| | |||||
* | fix #1858: add start time to calendar entry | Bananeweizen | 2012-07-01 | 1 | -11/+31 |
| | |||||
* | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 1 | -0/+1 |
| | | | | This was requested by SammysHP. | ||||
* | Removed deprecated warnings | blafoo | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | Revert "Merge pull request #1510 from campbeb/fix1498" | Samuel Tardieu | 2012-05-07 | 1 | -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 4 | campbeb | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | Refactoring: remove terminal return statements | Samuel Tardieu | 2012-04-27 | 1 | -1/+0 |
| | |||||
* | refactorings | Bananeweizen | 2012-04-21 | 1 | -8/+9 |
| | | | | | * always use CacheAttribute for attribute strings * avoid concatenation in append * use SparseArray instead of maps | ||||
* | revert settings changes partially | Bananeweizen | 2012-04-20 | 1 | -5/+5 |
| | | | * my Eclipse seems broken, it doesn't show all warnings after a rebuild | ||||
* | Finish the activity if exiting on error | campbeb | 2012-03-17 | 1 | -1/+3 |
| | |||||
* | refactoring: log exceptions, remove unused method | Bananeweizen | 2012-03-09 | 1 | -4/+3 |
| | |||||
* | Support adding to calendar in Android version 4 with Intent. | campbeb | 2012-03-07 | 2 | -75/+140 |
| | | | Move common code to new functions. | ||||
* | Merge pull request #1022 from campbeb/fix1021 | Bananeweizen | 2012-01-22 | 1 | -1/+7 |
|\ | | | | | Fix #1021 finish() when the dialog is done | ||||
| * | Remove finish() in onCreate | campbeb | 2012-01-22 | 1 | -1/+0 |
| | | |||||
| * | Fix #1021 | campbeb | 2012-01-22 | 1 | -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. | campbeb | 2012-01-22 | 1 | -1/+1 |
|/ | |||||
* | Several fixes for calendar add-on | SammysHP | 2012-01-21 | 1 | -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-on | Bananeweizen | 2012-01-20 | 2 | -0/+235 |