Stefanos Kornilios Mitsis Poiitidis
02901d689b
Fix keys
2018-07-09 10:16:53 +02:00
Stefanos Kornilios Mitsis Poiitidis
5525d5dde2
core: Android studio fixes
...
- Clang edge cases for shifts
- Avoid generating relocs by not using global symbols in ngen_arm.S (fixes #1109 )
2018-07-09 09:31:45 +02:00
Stefanos Kornilios Mitsis Poiitidis
70afc60d75
travis: Add release building and auto beta release
2018-07-09 00:19:40 +02:00
Greg V
967de4501f
Install pkgconf on wercker
2018-07-08 15:48:05 +03:00
Greg V
5d69e19ed1
Build on FreeBSD (and potentially other BSD)
2018-07-08 15:43:10 +03:00
Stefanos Kornilios Mitsis Poiitidis
14939067bf
snap: Hopefully fix launch command line
2018-07-08 11:22:55 +02:00
Stefanos Kornilios Mitsis Poiitidis
03170fc0ef
Merge pull request #1163 from reicast/lk/android-studio
...
Android Studio Conversion
2018-07-08 11:12:16 +02:00
Stefanos Kornilios Mitsis Poiitidis
edaec54f9c
Merge pull request #1205 from reicast/issue-form-fix
...
Update issue submission form disclaimers
2018-07-08 11:08:20 +02:00
TwistedUmbrella
1ae90e2d1b
Unify disclaimers, clarify that ignore means skip
2018-07-08 03:12:09 -04:00
TwistedUmbrella
a3a93b6d54
Update issue submission form disclaimers
...
Differentiate what is required versus optional info.
Document possibility of closing issue when blank.
2018-07-08 03:08:32 -04:00
Stefanos Kornilios Mitsis Poiitidis
ae2b5e33b5
core.mk: Revert `-O0 -g` to `-O3`
2018-07-08 02:22:32 +02:00
Stefanos Kornilios Mitsis Poiitidis
af5adc808f
Merge pull request #1204 from reicast/skmp/fix-snap
...
Update snapcraft.yml for alsa and pulse audio
2018-07-08 02:06:05 +02:00
Stefanos Kornilios Mitsis Poiitidis
5bba5036b6
Merge pull request #1203 from reicast/skmp/default-lincpp
...
linux/make: Default to lincpp if platform detection fails
2018-07-08 02:05:05 +02:00
Stefanos Kornilios Mitsis Poiitidis
5b8fc02f45
linux/make: Default to lincpp if platform detection fails
2018-07-08 02:03:12 +02:00
Stefanos Kornilios Mitsis Poiitidis
3e618810a4
Update snapcraft.yml
2018-07-08 02:00:27 +02:00
Christoph "baka0815" Schwerdtfeger
1a729a1586
Linux/joyconfig: Display the preferred filename for the configuration
2018-07-03 18:57:54 +02:00
Christoph "baka0815" Schwerdtfeger
f063856f8b
Linux/joyconfig: Add information for Debian based distros
2018-07-03 18:56:43 +02:00
TwistedUmbrella
64656a6eb3
rec_x64: Avoid recipe for target failed error
2018-07-03 09:09:30 -04:00
TwistedUmbrella
295570a9f3
Android: resolve posix_memalign NDK inconsistency
2018-07-03 08:45:39 -04:00
TwistedUmbrella
2d7dac38b6
Android: OptionsFragment scope / null checks
2018-07-03 08:06:11 -04:00
TwistedUmbrella
7616ea07a7
Update dependencies to match current target API
2018-07-03 08:06:03 -04:00
Stefanos Kornilios Mitsis Poiitidis
73f3378f5f
Merge pull request #1194 from reicast/skmp/add-x64-checkblocks
...
Implement CheckBlocks for x64
2018-07-01 13:27:05 +02:00
Stefanos Kornilios Mitsis Poiitidis
f45f888d0b
Use platform specific first argument register
2018-07-01 12:15:59 +02:00
Stefanos Kornilios Mitsis Poiitidis
ad05c35a7e
Implement CheckBlock for x64
2018-06-29 15:19:49 +02:00
Stefanos Kornilios Mitsis Poiitidis
c52165adbd
Update XBYAK to 71b75f653f3858403eb33d48f6346eef34b837fe
2018-06-29 15:18:57 +02:00
TwistedUmbrella
e30f868c57
Android: refactor broken v6 config for EGL14
...
This is still far from functional, but can better serve as a test for implementing EGL14 over attempting to be a broken attempt to force newer APIs
2018-06-25 12:04:26 -04:00
TwistedUmbrella
bf62cb8bd1
Prevent overriding Android setting w/ config.ini
2018-06-25 12:04:26 -04:00
TwistedUmbrella
7f96b0218c
Android: Support interchangeable BIOS files
...
The previous code supported replacing the BIOS with a regional counterpart, but destructively replaced the existing image with the new one. This should allow swapping to a new region without removing that region as a future option, so it can be switched between multiple regions with multiple files. It will still fall back to the previous method simply to prevent the removal of a useable BIOS.
2018-06-25 12:04:25 -04:00
TwistedUmbrella
c39e1e7d2b
Android: Use minSdkVersion for APP_PLATFORM
...
This value should reflect the minimum supported SDK level of the library when it differs from the minSdkVersion of the base application, as per https://developer.android.com/ndk/guides/application_mk
2018-06-25 12:04:25 -04:00
TwistedUmbrella
291d02933c
Android: Add missing module declaration
2018-06-25 12:04:25 -04:00
TwistedUmbrella
9bb71fe23d
Travis: repositories.cfg could not be loaded
2018-06-25 12:04:25 -04:00
TwistedUmbrella
f9775dad1b
Android: Add missing imports from class merge
2018-06-25 12:04:25 -04:00
TwistedUmbrella
de4ea7fabc
Android: prepare for debug server expiration
...
This server is being closed down, as it was piggybacked on the server for another project that has moved to static pages.
2018-06-25 12:04:25 -04:00
TwistedUmbrella
9a9de2c9db
Add Samsung exFat filesystem support
...
The isolated source, taken from the Note 8 kernel, can be found at https://github.com/pjm0616/sdfat
2018-06-25 12:04:24 -04:00
TwistedUmbrella
b4762106ef
Increase minSDK according to NDK minimum (16)
...
Remove proprietary Xperia Play support (API 9 - 14)
2018-06-25 12:04:24 -04:00
TwistedUmbrella
3183b3185a
Remove unused imports, variables, declarations
2018-06-25 12:04:24 -04:00
TwistedUmbrella
8cd6953f7c
Shell: Changes provided by Android NDK compiler
2018-06-25 12:04:24 -04:00
TwistedUmbrella
4636d41394
Import TargetAPI annotations for Honeycomb
2018-06-25 12:04:23 -04:00
TwistedUmbrella
c84000a3c6
Avoid leaking context in FileBrowser
...
While this is a bit of an excessive conversion, it is worthwhile for a long-running task to avoid leaking context and memory.
2018-06-25 12:04:23 -04:00
TwistedUmbrella
98dbcf0aff
android: better error checking for external drives
2018-06-25 12:04:23 -04:00
TwistedUmbrella
3876a3e3ad
http: read strings as strings, rather than bytes
2018-06-25 12:04:23 -04:00
TwistedUmbrella
f71f2ca91f
Eliminate static variables and hacky workarounds
...
Avoid retrieving preferences from static function
Unify numerous calls to the same fragment
Not entirely sure why I added more when this is much cleaner
Avoid a redundant call to SharedPreferences
Cleanup, Fix regressions, Finalize design changes
This fixes a few minor issues, including the missing title when options is opened from file browser, the release build product being named debug, and the possibility that JNIdc.config is not set when opening the BIOS without a game selected.
2018-06-25 12:04:23 -04:00
TwistedUmbrella
919c6d6288
Simplify log notification messages
...
Nobody actually understood where the "Files Dir" path was located and this led to more confusion than useful information. It also prevents the message from being overlapped.
Remove unused / ignored Snackbar parameters
2018-06-25 12:04:23 -04:00
TwistedUmbrella
60b501b747
Fix for unreliable createNewFile function
...
At one point, this was necessary(?). It appears to be problematic and the root cause of an unnecessary FileNotFoundException. Apache's FileUtils will create the directory and file, if necessary, when using version 1.3+ of the io library. This avoids maintaining workarounds.
2018-06-25 12:04:22 -04:00
TwistedUmbrella
f88cb7f0e4
Move file list navigation to background (multi-threaded)
...
An xml view will never not exist, but it may be empty. Check the appropriate condition to avoid a crash.
Fix some error checking for file list clearing
2018-06-25 12:04:22 -04:00
TwistedUmbrella
1d3964588c
Add basic shell for game search functionaliy
...
Implement search using current file handling
2018-06-25 12:04:22 -04:00
TwistedUmbrella
f88561614e
Convert global Toast to per-activity Snackbar
...
Assign activity menu icon to activity Snackbar
Unify appearance of Snackbar, Fix overlap in log sender
See https://stackoverflow.com/a/49583210/461982 for the StackOverflow submission on modifying Snackbar location.
2018-06-25 12:04:22 -04:00
TwistedUmbrella
c684629128
Remove site label, Fix displaying site in navbar
...
Fix heading layout for removal of fake title bar
Make instances of reicast url clickable links
2018-06-25 12:04:21 -04:00
TwistedUmbrella
55fa2e6577
Use vectors in API 23+ ( https://stackoverflow.com/a/41408100 )
2018-06-25 12:04:21 -04:00
Apostolis Papadimitriou
831e7e3f9f
Various changes in colors and styles
2018-06-25 12:04:21 -04:00