| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add the ability to send local images to external viewer | Samuel Tardieu | 2014-04-24 | 1 | -1/+1 |
| | | | | | This is needed for the implementation of #3438. | ||||
| * | refactoring: add conversion utility methods between File and url | Samuel Tardieu | 2014-04-24 | 3 | -2/+50 |
| | | |||||
| * | less strict null warnings to enforce compatibility with IDEA | Michael Keppler | 2014-04-24 | 1 | -2/+2 |
| | | | | | | | * use warnings instead of errors, as IDEA can infer nullness from an external database also * do not inherit nullness, to enforce the full declaration at every level | ||||
| * | Add more @NonNull annotations for overriden methods | Samuel Tardieu | 2014-04-24 | 2 | -2/+4 |
| | | |||||
| * | Initialize an Image object from a local file | Samuel Tardieu | 2014-04-24 | 1 | -0/+6 |
| | | | | | This will be used for the implementation of #3438. | ||||
| * | Return an empty observable rather than null if local image is absent | Samuel Tardieu | 2014-04-24 | 1 | -5/+4 |
| | | | | | | | | | This would not be a problem given the fact that we will always reference existing local images, but returning an empty observable is more consistent with the existing behaviour. Part of implementation of #3438. | ||||
| * | Add local file loading capability | Samuel Tardieu | 2014-04-24 | 1 | -0/+14 |
| | | | | | This will be used in implementation of #3438. | ||||
| * | Revert "fix #3759: OOM while loading caches" | Samuel Tardieu | 2014-04-24 | 3 | -155/+56 |
| | | | | | | | This reverts commit 2f3e8ddd18303123a1b81995357f27461fa1d586, as the symptom of the out of memory error might not be its cause, and it slows down the loading of lists. | ||||
| * | #3784: comment PendingIntent of MapsWithMe | Michael Keppler | 2014-04-24 | 2 | -3/+3 |
| | | |||||
| * | Merge pull request #3788 from rsudev/crowdin_translations | rsudev | 2014-04-23 | 4 | -14/+12 |
| |\ | | | | | crowdin: New translations | ||||
| | * | crowdin: New translations | rsudev | 2014-04-23 | 4 | -14/+12 |
| |/ | |||||
| * | Workaround for #3784, Crash when opening cache link | rsudev | 2014-04-23 | 1 | -1/+3 |
| | | |||||
| * | #3783: added icons for giga event | rsudev | 2014-04-23 | 3 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release' | Michael Keppler | 2014-04-23 | 1 | -0/+1 |
| |\ | |||||
| | * | backport CI test fix to release branch | Michael Keppler | 2014-04-23 | 1 | -0/+4 |
| | | | |||||
| | * | testing CI branch selection | Michael Keppler | 2014-04-23 | 1 | -0/+1 |
| | | | | | | | | | | | Please ignore this trivial change. It is used to verify the CI configuration, which should now select the branch depending on the commit. | ||||
| * | | report low confidence issues from findbugs | Michael Keppler | 2014-04-23 | 1 | -1/+2 |
| | | | |||||
| * | | remove methods invoking only super method | Michael Keppler | 2014-04-23 | 5 | -28/+3 |
| | | | |||||
| * | | avoid findbugs finding for dead store | Michael Keppler | 2014-04-23 | 1 | -4/+4 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Michael Keppler | 2014-04-23 | 1 | -2/+6 |
| |\ \ | |/ | |||||
| | * | fix #3731: use formatted numbers when calling navigation | Michael Keppler | 2014-04-23 | 1 | -2/+6 |
| | | | | | | | | | Until now we used the raw number to string conversion, therefore giving much more than the usual 6 digits after the comma to other applications. | ||||
| * | | convert more tests to assertj | Michael Keppler | 2014-04-23 | 1 | -70/+72 |
| | | | |||||
| * | | rename test class | Michael Keppler | 2014-04-23 | 1 | -1/+1 |
| | | | |||||
| * | | #3783: support giga event type | Michael Keppler | 2014-04-23 | 3 | -2/+14 |
| | | | | | | | New icons are still missing. | ||||
| * | | #2414 convert junit statements to assertj | Michael Keppler | 2014-04-22 | 88 | -1028/+1166 |
| | | | | | | | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically. | ||||
| * | | Add missing dependency for Intellij IDEA | Samuel Tardieu | 2014-04-22 | 1 | -0/+1 |
| | | | |||||
| * | | #2414: Use assertJ assertions | Michael Keppler | 2014-04-22 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | AssertJ is a fork of FEST. Both are signature compatible in the core assertions, so we can still switch to FEST should we see a need for it. If you have trouble compiling or running tests after pulling this change, please shout out loud. | ||||
| * | | convert proguard configuration of tests to recommended format | Michael Keppler | 2014-04-22 | 2 | -0/+3 |
| | | | | | | | | | It is recommended to include the premade android configuration instead of creating all rules from scratch. | ||||
| * | | typo | Michael Keppler | 2014-04-22 | 1 | -1/+1 |
| | | | |||||
| * | | have assertion message for recently failing test | Michael Keppler | 2014-04-22 | 1 | -1/+1 |
| | | | |||||
| * | | upgrade commons.lang library in contacts plugin | Michael Keppler | 2014-04-22 | 3 | -2/+4 |
| | | | |||||
| * | | fix #3697: have attended as log type on day of event | Michael Keppler | 2014-04-22 | 3 | -20/+49 |
| | | | |||||
| * | | add missing flag initialization | Michael Keppler | 2014-04-22 | 1 | -0/+1 |
| | | | | | | | Thanks to Samuel for catching this mistake. | ||||
| * | | new test for DateUtils.isPastEvent | Michael Keppler | 2014-04-22 | 1 | -0/+24 |
| | | | |||||
| * | | fix deprecation warning | Michael Keppler | 2014-04-22 | 1 | -24/+25 |
| | | | | | | | | | Second try not using static methods and instead moving everything into the listener class. | ||||
| * | | fix new deprecation warning | Michael Keppler | 2014-04-22 | 1 | -6/+9 |
| | | | |||||
| * | | handle missing orientation sensor | Michael Keppler | 2014-04-22 | 1 | -1/+26 |
| | | | | | | | | | | | If a device has no orientation sensor (like Genymotion emulator), then a SensorManager log entry is created each time we try to register a listener. Avoid the registration if there is no sensor. | ||||
| * | | rename method to reflect what it does | Michael Keppler | 2014-04-22 | 1 | -5/+5 |
| | | | |||||
| * | | fix #3728: improve contact matching | Michael Keppler | 2014-04-22 | 4 | -19/+60 |
| | | | |||||
| * | | Add mapswithme-api to Intellij IDEA | Samuel Tardieu | 2014-04-21 | 3 | -1/+32 |
| | | | | | | | | | Also fix cgeo-contacts settings. | ||||
| * | | upgrade to butterknife 5.0.0 | Michael Keppler | 2014-04-21 | 3 | -1/+1 |
| | | | |||||
| * | | new: integrate mapswithme | Michael Keppler | 2014-04-21 | 39 | -3/+1359 |
| | | | |||||
| * | | Merge pull request #3781 from rsudev/crowdin_translations | rsudev | 2014-04-21 | 1 | -5/+5 |
| |\ \ | | | | | | | crowdin: New translations | ||||
| | * | | crowdin: New translations | rsudev | 2014-04-21 | 1 | -5/+5 |
| |/ / | |||||
| * | | work on #3780: do not reload caches to get their attributes | Samuel Tardieu | 2014-04-21 | 1 | -8/+1 |
| | | | | | | | | | The attributes are lazily loaded, so they will always be up-to-date. | ||||
| * | | Stop all images tab downloads in onDestroy() | Samuel Tardieu | 2014-04-21 | 2 | -9/+8 |
| | | | |||||
| * | | #3777: fix CI test | Michael Keppler | 2014-04-21 | 2 | -6/+4 |
| | | | |||||
| * | | #3777: fix CI test | Michael Keppler | 2014-04-21 | 1 | -0/+6 |
| | | | |||||
| * | | upgrade commons lang to 3.3.2 | Michael Keppler | 2014-04-20 | 9 | -1/+3 |
| | | | |||||
| * | | cleanup: remove unused import | Michael Keppler | 2014-04-20 | 1 | -1/+1 |
| | | | |||||
