3781 Commits

Author SHA1 Message Date
Mahmood(Thunder07)
d1f795595d Android: check for null 2017-06-12 06:30:23 +01:00
Mahmood(Thunder07)
af66120ddd Android: Use IndexDB ID for storing covers + associated fixes 2017-06-12 06:23:47 +01:00
Mahmood(Thunder07)
fb01bffe87 Android: Reduce static method dependency 2017-06-12 05:43:54 +01:00
Mahmood(Thunder07)
6c08d2b8ac Android: Cleanup 2017-06-12 05:43:54 +01:00
Mahmood(Thunder07)
b0bff48b2f Android: If Game is not found in the online TheGameDB Search 2017-06-12 05:43:54 +01:00
Mahmood(Thunder07)
d06c414d6c Android: Refractor/Cleanup 2017-06-12 05:43:54 +01:00
Mahmood(Thunder07)
f747c02fb8 Android: Reuse stream by sorting it into an Array 2017-06-12 05:43:50 +01:00
Mahmood(Thunder07)
5fd03f5075 Android: don't start a new thread, reuse the current one 2017-06-12 05:35:50 +01:00
Mahmood(Thunder07)
39fe7a59a8 Android: load covers from storage in parallel 2017-06-12 05:35:50 +01:00
Mahmood(Thunder07)
eee1d3fcab Android: Simplify TheGamesDB DB Structure 2017-06-12 05:35:50 +01:00
Mahmood(Thunder07)
15b0dc77e8 Android: update indexDB to avoid repeated polling of TheGamesDB API 2017-06-12 05:35:50 +01:00
Mahmood(Thunder07)
3337d16a2c Android: check db with exact serial only we have no reason to believe there is issue with the way people dump their games to add to that, suffix repeat and you risk a complete mismatch e.g SLPS_202.23 is Exciting Pro Wrestling 3 while SLUS_202.23 is Splashdown 2017-06-12 05:35:50 +01:00
Mahmood(Thunder07)
4ee94f8cca Android: use ViewHolder for Cover view's
will reduce the amount of time findViewById is called, in theory speeding up the process of accessing UI elements.
2017-06-12 05:35:50 +01:00
Mahmood(Thunder07)
6e4f2b4e8c Android: move GamesAdapter class to own file 2017-06-12 05:35:50 +01:00
Mahmood(Thunder07)
fd92504f75 Android: move load off the main thread 2017-06-12 05:35:50 +01:00
Mahmood(Thunder07)
bc31960449 Android: refractoring 2017-06-12 05:35:50 +01:00
Mahmood(Thunder07)
ce8b36bffb Android: Cleanup 2017-06-12 05:35:50 +01:00
Mahmood(Thunder07)
f53048e2be Android: Cleanup 2017-06-12 05:35:50 +01:00
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
Jean-Philip Desjardins
44b023fd71 Merge pull request #574 from Thunder07/android_db
Android: update games db
2017-06-11 22:01:30 -04:00
Mahmood(Thunder07)
628efc4784 Android: update games db 2017-06-10 18:18:25 +01: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
20b3a85797 Merge pull request #558 from Thunder07/cleanup3
Cleanup
2017-06-06 21:47:18 -04:00
Mahmood(Thunder07)
97c229ec98 Cleanup
Silence:"warning: '0' flag ignored with precision and ‘%X’ gnu_printf format"
2017-05-29 06:01:32 +01:00
Jean-Philip Desjardins
2d133dcf7d Update gitignore. 2017-05-29 00:00:16 -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
9009d8e6ae Add --gshandler option to autotest. 2017-05-28 22:48:36 -04:00
Jean-Philip Desjardins
49e72cfbaa Move GS handler specific code to separate libraries.
Will allow code to be used in autotests.
2017-05-28 22:01:37 -04:00
Jean-Philip Desjardins
0dad2f014a Add libraries to test projects. 2017-05-28 21:05:55 -04:00
Jean-Philip Desjardins
a21ab57a8b Remove unneeded settings. 2017-05-28 17:15:08 -04:00
Jean-Philip Desjardins
57151f86ad Move more Android related stuff. 2017-05-28 17:01:28 -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
Jean-Philip Desjardins
1c39ed6ba7 Cleanup. 2017-05-28 16:09:11 -04:00
Jean-Philip Desjardins
03e65993a9 Cleanup. 2017-05-28 14:44:44 -04:00
Jean-Philip Desjardins
c3e66571ea Profile mode isn't limited to Win32. 2017-05-22 17:56:55 -04:00
Jean-Philip Desjardins
893d8af874 Cleanup. 2017-05-22 17:56:37 -04:00
Jean-Philip Desjardins
750055b4ae Clarify inclusion of ICU in CMakeLists. 2017-05-22 17:55:57 -04:00
Jean-Philip Desjardins
b48f781f8f Cleanup. 2017-05-22 17:55:57 -04:00
Jean-Philip Desjardins
ce2162eebd Implement StreamStat in CDVDFSV. 2017-05-22 00:17:57 -04:00
Jean-Philip Desjardins
0712acdb3d Fix size of U and V fields. 2017-05-22 00:17:15 -04:00
Jean-Philip Desjardins
c95c02c2b9 Return paused state instead of stopped. 2017-05-22 00:17:00 -04:00
Jean-Philip Desjardins
0b48401bf7 Cleanup. 2017-05-22 00:16:19 -04:00
Jean-Philip Desjardins
0d2afc9f61 Add flags check to all MSUB operations. 2017-05-22 00:16:19 -04:00
Jean-Philip Desjardins
665a9d846e Cleanup MULA code generation. 2017-05-22 00:16:19 -04:00
Jean-Philip Desjardins
413366fe48 Add flags checking to all ADDA variants. 2017-05-22 00:16:19 -04:00