Commit graph

212 commits

Author SHA1 Message Date
Mahmood(Thunder07)
d3f49fdbd3 Android: check if cover exists before downloading
Android uses serial async queue's as such multiple download queue might be created for the same image
this should prevent the queue from attempting to redownload the same downloaded image
2017-06-12 05:35:46 +01:00
Mahmood(Thunder07)
268aca92a1 Android: move heavy task off main thread 2017-06-12 05:24:58 +01:00
Mahmood(Thunder07)
8dada2f879 Android: Only update view if it's visible 2017-06-12 05:22:58 +01:00
Mahmood(Thunder07)
1e44c17234 Android: reset view before using it 2017-06-12 05:22:45 +01:00
Jean-Philip Desjardins
69addd8e15 Merge pull request #576 from AbandonedCart/master
Close stream after process without risking fail
2017-06-11 23:22:13 -04:00
Mahmood(Thunder07)
e913ed643c Android: update games db 2017-06-09 15:04:55 +01:00
TwistedUmbrella
2f1e6b7cf1 Close stream after process without risking fail
This ensures the stream is complete before attempting close without the
risk to kill off the functionality if close cannot be processed.
2017-06-09 02:18:18 -04:00
jpd002
976f1364ad Merge pull request #568 from AbandonedCart/master
Time format compatibility, Cleanup
2017-05-28 23:57:13 -04:00
Jean-Philip Desjardins
69a68683c4 Moved some of Android's specific stuff into its own section. 2017-05-28 16:24:26 -04:00
TwistedUmbrella
c35a394525 Only replace a leading 0 in timestamp, not all 0s 2017-05-20 18:45:25 -04:00
TwistedUmbrella
0422275006 Time display compatibility (Samsung, Moto, etc).
This uses the truncated K format for compatibility, while avoiding the
pitfall of using 0 to replace 12. This avoids issue with non-standard
formatting by third-party Android firmwares, and removes the leading
zero on single-digit times (ie. 03:47 PM is now 3:47 PM)
2017-05-19 01:59:20 -04:00
Mahmood(Thunder07)
f413fd0442 Android: build date fix 2017-05-01 16:57:40 +01:00
Mahmood(Thunder07)
c62deeba8a CMakeLists.txt Android support 2017-02-10 00:43:29 +00:00
Jean-Philip Desjardins
0e86cecfd7 Load patch description file from assets on Android. 2016-07-18 22:08:47 -04:00
Jean-Philip Desjardins
ef07282628 Display total frame time. 2016-07-17 17:16:47 -04:00
Jean-Philip Desjardins
fd344ddf97 Use proper time scale for stat display. 2016-07-17 17:16:37 -04:00
Jean-Philip Desjardins
86361a7e7b Clean up import. 2016-05-23 13:25:53 -04:00
Jean-Philip Desjardins
4b61fa6138 Added audio output option on Android. 2016-04-10 22:20:53 -04:00
Jean-Philip Desjardins
9aa826d25e Sound should now work with OpenSL. 2016-04-10 22:20:53 -04:00
Jean-Philip Desjardins
8c29211909 OpenSL sound handler work in progress. 2016-04-10 22:20:53 -04:00
Jean-Philip Desjardins
4a8e15c3e0 Added base for OpenSL sound handler. 2016-04-10 22:20:53 -04:00
Mahmood(Thunder07)
f357a24323 Android:Added Runtime Permission Request 2016-02-08 17:14:08 +00:00
Mahmood(Thunder07)
796c68b44f Android:Updated getThemeColor method 2016-01-25 18:23:42 +00:00
Mahmood(Thunder07)
18c0e569ae Android:Replaced deprecated class 2016-01-25 18:17:01 +00:00
Jean-Philip Desjardins
6b58d5fcf6 Register GS handler preferences when creating VM. 2016-01-19 22:37:24 -05:00
Jean-Philip Desjardins
54d5cba92e Reorganised emulator settings screen on Android. 2016-01-19 22:37:21 -05:00
Jean-Philip Desjardins
deef9126ba Fixed Android build. 2015-12-05 23:28:12 -05:00
Jean-Philip Desjardins
8dc3e0f7f4 Moved some functions to VirtualMachineManager to reduce class dependencies.
VirtualMachineManager shouldn't know about MainActivity.
2015-11-24 22:49:25 -05:00
Jean-Philip Desjardins
cb23513a82 Moved getExternalMounts function to GameIndexer to remove some dependencies. 2015-11-24 22:49:23 -05:00
Jean-Philip Desjardins
8d6e815765 Fixed code style. 2015-11-24 22:49:23 -05:00
Jean-Philip Desjardins
07e6d9e599 Cleanup. 2015-11-24 22:49:22 -05:00
Mahmood(Thunder07)
3539568dfd Android:Layout Clean up 2015-11-25 02:14:42 +00:00
Mahmood(Thunder07)
6b3819b7ed Android: Seperate Activity For FilePickers/External Emulator Launcher 2015-11-06 13:28:20 +00:00
Jean-Philip Desjardins
e3d38090eb Fixed Android build. 2015-10-31 21:07:01 -04:00
Jean-Philip Desjardins
8018709bf1 Renamed PH_iOS/PH_Android to PH_Generic. 2015-10-31 20:38:27 -04:00
Jean-Philip Desjardins
06db29e021 Virtual pad on Android is now built using common layout. 2015-10-31 00:13:42 -04:00
Jean-Philip Desjardins
f16878670d Made virtual stick radius relative on Android. 2015-10-30 23:39:14 -04:00
Jean-Philip Desjardins
e6dec01eb3 Make sure input code ids are the same on both C++ and Java sides.
Makes generic virtual pad implementation easier.
2015-10-30 22:39:21 -04:00
Jean-Philip Desjardins
0456d83f5a Commented trace. 2015-10-28 20:36:24 -04:00
jpd002
2031cf72ea Merge pull request #311 from Thunder07/importDB
Android:Database Import improvement
2015-10-16 00:05:16 -04:00
Mahmood(Thunder07)
dd56b67f99 Android:Database Import improvement 2015-10-13 01:15:13 +01:00
Jean-Philip Desjardins
3d9f86e4ad Replaced usage of org.apache.http.* classes in favor of HttpURLConnection.
org.apache.http.* is deprecated in android-23.
2015-10-12 15:51:19 -04:00
Mahmood(Thunder07)
3737b8af8f Android:remove 'clear index' option from settings 2015-09-28 01:11:48 +01:00
Jean-Philip Desjardins
e1f6961ec2 Merge branch 'master' into l3r3 2015-09-27 18:28:39 -04:00
Jean-Philip Desjardins
1ecbcd295f Added L3 and R3 buttons on Android virtual pad. 2015-09-27 18:24:57 -04:00
Jean-Philip Desjardins
db442686ac Merge branch 'sort' 2015-09-26 23:00:39 -04:00
Jean-Philip Desjardins
ec1ae4359d Added explanation for 'post' function usage. 2015-09-26 23:00:00 -04:00
Mahmood(Thunder07)
974b67ba87 Android:rename class CoverEditActivity to GameInfoEditActivity 2015-09-22 23:35:05 +01:00
Mahmood(Thunder07)
59126ac9e0 Android:save user sort preference, highlight user selection on startup, display sort selection in NavBar subtitle 2015-09-22 23:24:43 +01:00
Mahmood(Thunder07)
234338f82f Android:Fix:passing updated game detail to cover editing activity 2015-09-16 19:49:35 +01:00