aboutsummaryrefslogtreecommitdiff
path: root/src/porting_android.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add open user data button to main menu (#10579)rubenwardy2020-12-191-1/+1
|
* Add core.open_url() to main menu API (#8592)rubenwardy2020-05-171-0/+2
|
* Android: porting_android.cpp refactoring (#9687)Maksim2020-05-061-8/+6
| | | | | | * Android: porting_android.cpp refactoring * Replace assert to FATAL_ERROR_IF
* Android: add Android Studio support, completely redone java part (#9066)Maksim2020-04-151-5/+0
|
* Android build fixes for c++11stujones112018-03-111-0/+5
|
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+2
| | | | * Migrate cpp headers to pragma once
* Add seperate cache pathShadowNinja2015-12-071-3/+3
| | | | | This is set to the XDG cache path where possible. It's set to the app's cache path on Android.
* Add support for Android 2.3+sapier2014-06-291-0/+81
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!