aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | have the right list items and fragments in layout previewBananeweizen2014-05-267-18/+33
| | |
* | | Merge pull request #3909 from rsudev/crowdin_translationsrsudev2014-05-252-2/+2
|\ \ \ | | | | | | | | crowdin: New translations
| * | | crowdin: New translationsrsudev2014-05-252-2/+2
|/ / /
* | | Fixes #3859, Doubled gcvote in popuprsudev2014-05-251-1/+0
| | |
* | | Added Chrome compatibility back.mucek42014-05-251-7/+6
| | |
* | | avoid useless initializations in layout preview modeBananeweizen2014-05-253-2/+23
| | |
* | | #3860: reorder actionbar for cache detailsBananeweizen2014-05-251-14/+14
| | |
* | | fix: menus not updated dynamically on 2.3Bananeweizen2014-05-256-48/+8
| | |
* | | Fixed send2cgeo. Added https and download linkmucek42014-05-251-12/+15
| | |
* | | refactoring: make list spinner adapter top level classBananeweizen2014-05-252-64/+74
| | | | | | | | | | | | Our classes are way to big, we should extract as many of the static sub classes as possible.
* | | fix: some activities not showing dynamic titleBananeweizen2014-05-244-6/+16
| | |
* | | Revert "Fix issue #3865"Bananeweizen2014-05-241-3/+3
| | | | | | | | | | | | This reverts commit 7bb1c9d2bb0f12c66866303143e33b539fce18f3.
* | | fix #3871: provide up navigationBananeweizen2014-05-2419-68/+83
| |/ |/|
* | fix #3980: re-initialize sort order after switch to historyBananeweizen2014-05-241-5/+9
| |
* | fix #2049: automate download of cartridgeBananeweizen2014-05-242-1/+36
| |
* | multiple lint and compiler warning fixesBananeweizen2014-05-244-322/+308
| |
* | Fix #3899: Units.getSpeed() returns uncommon stringSammysHP2014-05-232-11/+11
| |
* | #3818: kill multiple map referencesBananeweizen2014-05-231-58/+92
| |
* | Revert accidental deletion of stringsSammysHP2014-05-237-0/+7
| | | | | | | | | | Partially reverts 908238bba0f53f11151f2de2f424f994aef886f7 and 58991a3e861048d9b35462fae07246e2272e82b7.
* | fix #3897: own log not added to friend/own log page after loggingSamuel Tardieu2014-05-221-0/+1
| |
* | remove unused resources (lint warnings)Bananeweizen2014-05-2219-22/+0
| |
* | remove no longer used strings (lint error)Bananeweizen2014-05-2217-20/+0
| |
* | fix #3877: hide menu items instead of disabling themBananeweizen2014-05-224-8/+8
| | | | | | | | We probably need to do further rework on the menus, but this fixes at least the style guideline issue.
* | Merge pull request #3892 from schwabe/fix_3884Bananeweizen2014-05-223-37/+12
|\ \ | | | | | | Flatten menu in the List menu, fixes #3884
| * | Flatten menu in the List menu, makes new list more accessible, fixes #3884Arne Schwabe2014-05-223-37/+12
| | |
* | | fix bad menu item attributeBananeweizen2014-05-221-1/+1
|/ /
* | Merge pull request #3889 from rsudev/crowdin_translationsrsudev2014-05-211-2/+2
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2014-05-211-2/+2
|/ /
* | Merge pull request #3880 from schwabe/fix_coords_dialogsrsudev2014-05-204-52/+82
|\ \ | | | | | | Make Fragment implementation more conforming to the coding guidelines. ...
| * | Make Fragment implementation more conforming to the coding guidelines. ↵Arne Schwabe2014-05-204-52/+82
|/ / | | | | | | Fixes crash on rotation
* | Merge pull request #3878 from rsudev/crowdin_translationsrsudev2014-05-201-0/+3
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2014-05-201-0/+3
|/ /
* | fix compile errorsBananeweizen2014-05-206-11/+4
| |
* | Merge pull request #3847 from schwabe/cgeo_nfcBananeweizen2014-05-2025-31/+130
|\ \ | | | | | | Implement Android Beam (NFC Sharing) for cgeo
| * | Implement Android Beam (NFC Sharing) for cgeoArne Schwabe2014-05-1825-31/+130
| |/ | | | | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers.
* | Merge pull request #3876 from schwabe/holosearchiconSammysHP2014-05-204-1/+1
|\ \ | | | | | | Use holo style search icon
| * | Use holo style search iconArne Schwabe2014-05-204-1/+1
|/ /
* | Merge pull request #3869 from schwabe/fix_iusse3852Bananeweizen2014-05-2010-113/+80
|\ \ | | | | | | Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852
| * | Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852Arne Schwabe2014-05-1910-113/+80
| | |
* | | Merge pull request #3873 from rsudev/crowdin_translationsrsudev2014-05-191-0/+3
|\ \ \ | | | | | | | | crowdin: New translations
| * | | crowdin: New translationsrsudev2014-05-191-0/+3
|/ / /
* | | Merge pull request #3870 from rsudev/crowdin_translationsrsudev2014-05-1919-398/+410
|\ \ \ | | | | | | | | crowdin: New translations
| * | | crowdin: New translationsrsudev2014-05-1919-398/+410
|/ / /
* | | Merge pull request #3850 from schwabe/fix_oauth_dialogsBananeweizen2014-05-193-17/+5
|\ \ \ | |/ / |/| | Don't let the OAuth dialogs use the Dialog theme
| * | Don't let the OAuth dialogs use the Dialog themeArne Schwabe2014-05-183-17/+5
| |/ | | | | | | This fixes the crash when a OAuth dialog is shown, a correct fix would to convert the OAuth dialogs to activities/DialogFragment but that is more work and can be done later.
* | Merge pull request #3867 from schwabe/theme_cleanuprsudev2014-05-192-74/+12
|\ \ | | | | | | Theme cleanup
| * | Fix Actionbar spinner in Light Layout, fixes #3858Arne Schwabe2014-05-192-3/+7
| | |
| * | Let popup themes inherit from base cgeo themes, removing duplicate theme ↵Arne Schwabe2014-05-191-71/+5
| | | | | | | | | | | | item definitions
* | | Merge pull request #3868 from schwabe/issue_3865rsudev2014-05-191-3/+3
|\ \ \ | |/ / |/| | Fix issue #3865
| * | Fix issue #3865Arne Schwabe2014-05-191-3/+3
|/ /