Commit Graph

63 Commits

Author SHA1 Message Date
Dan Balasescu
c63f042e9e Increase Android SDK target version 2024-02-04 17:32:49 +09:00
Dan Balasescu
2c9e7a6d7c Upgrade to .NET 8 SDK 2024-02-02 16:21:16 +09:00
Susko3
dad138757c Add comment about usage of READ_EXTERNAL_STORAGE permission
Includes a note for future implementations of runtime permissions checks/requests.
Only relevant for the framework, as consumers will use abstractions.
2023-12-01 18:50:27 +01:00
Susko3
d9eeabea55 Request READ_EXTERNAL_STORAGE permission on older android versions
Documented (badly) in https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_IMAGES
> For apps with a targetSdkVersion of Build.VERSION_CODES.S_V2 or lower, the READ_EXTERNAL_STORAGE permission is required, instead, to read image files.

They actually meant to say "for apps that will run on Build.VERSION_CODES.S_V2 or lower [...]"
2023-12-01 12:56:35 +01:00
Bartłomiej Dach
cd6c447802 Request read media permisions in visual tests for file selector 2023-08-20 23:02:59 +02:00
Bartłomiej Dach
03fb6b58f9 Bump Android target SDK version to 33
Google wants this done by August 31:

    https://developer.android.com/google/play/requirements/target-sdk

The implications of this for framework projects appear to be minimal.
The biggest one is probably the change to media permissions which makes
them more granular - but we're not handling the permission granting flow
correctly yet anyways, so it's really a nothingburger.
2023-08-20 22:53:51 +02:00
Susko3
a2bdbc9cbe Fix URL handling on Android 11+ when opening deep links 2023-03-27 17:01:16 +02:00
Dean Herbert
623b91f21e Fix namespace warnings in iOS / android test projects 2023-03-24 16:55:15 +09:00
Joseph Madamba
05f95add4a Add mailto scheme to intent queries 2023-03-04 15:52:28 -08:00
Joseph Madamba
c5ce930fdc Fix external links not working on Android 2023-03-04 13:58:22 -08:00
Huo Yaoyuan
ec5bbf1aa3 Merge branch 'master' 2022-07-08 11:48:29 +08:00
Susko3
f5363df7e5 Full NRT pass on Android
Includes everything except `AndroidInputHandler`s as those will be covered separately.
2022-07-02 20:15:27 +02:00
Bartłomiej Dach
53de765a2a Merge branch 'master' into activity-exported 2022-06-17 12:11:02 +02:00
Dan Balasescu
ba1385330c Automated #nullable processing 2022-06-13 21:57:05 +09:00
Huo Yaoyuan
e25ae0f54e Move Andorid manifest to the new default location. This helps VS designer. 2022-03-27 02:53:55 +08:00
Huo Yaoyuan
b4368b1a21 Move Android properties to shared props. 2022-03-26 20:24:08 +08:00
Huo Yaoyuan
1101fd1a49 Bring SampleGame and Tests to net6.0. 2022-03-24 23:15:56 +08:00
Susko3
479ce6c7e8 Remove unused using 2022-02-19 17:05:37 +01:00
Susko3
dac31eb473 Always hide the status bar 2022-02-12 13:18:49 +01:00
Susko3
ac4dc7d6ea Move duplicated entries (when it makes sense) to props file 2022-02-11 23:40:11 +01:00
Susko3
27293a239e Remove duplicate entries in Tests and SampleGame projects
These were already present in the .props file.
2022-02-11 23:10:54 +01:00
Susko3
3d3ec70a15 Move TargetFrameworkVersion to .props
git blame didn't give a more specific reason for the comment. Builds just fine.
2022-02-11 23:02:06 +01:00
Susko3
03317bbaea Add explicit Exported = true to AndroidGameActivity 2021-12-24 18:58:56 +01:00
Susko3
cadae0b8f9 Standardize Android activity and permissions
Relevant osu!-side permissions have been moved over.
Theme is changed to a pure black one, so we don't get the ugly gradient at startup.
Added some relevant config changes, so the activity doesn't unwantedly get restarted.
2021-12-24 02:25:36 +01:00
Bartłomiej Dach
291660805f Hide titlebar in Android visual test activity 2021-12-23 23:59:46 +01:00
Bartłomiej Dach
4d0f008563 Add missing System.Numerics reference for Android tests project 2020-06-02 21:26:14 +02:00
Huo Yaoyuan
519ea5d273 Bump Xamarin.Android version to 10.0 2019-11-20 19:10:26 +08:00
Huo Yaoyuan
84276166bb Enable C# 8.0.
Xamarin need workaround, or IntelliSense will be incorrect.
2019-11-04 17:12:13 +08:00
miterosan
d70385c4d7 Remove not needed native library includes. 2019-09-22 14:41:02 +02:00
Shane Woolcock
4ba615683f Move Android native libs 2019-08-08 21:08:32 +09:30
Dean Herbert
3e147e78cc Add android memory warning handling 2019-06-28 16:58:37 +09:00
Shane Woolcock
c81b019907 Add AndroidNativeLibrary references 2019-03-04 19:42:08 +09:00
Shane Woolcock
6d922b4c1e Revert "Add Android supported ABIs"
This reverts commit 0c2927617e.
2019-03-03 21:06:37 +09:00
Shane Woolcock
0c2927617e Add Android supported ABIs 2019-03-03 14:21:03 +09:00
Shane Woolcock
fcec0194cf Fix Android projects not loading in VS for Mac 2019-03-01 10:18:46 -06:00
tangalbert919
a814bd4950 Delete libbass files for armeabi
Also add app name "osu!framework test" to osu.Framework.Tests.Android
2019-01-29 23:14:45 -06:00
tangalbert919
d95b42c7f6 Move NuGet references to Android props 2019-01-28 17:27:17 -06:00
tangalbert919
be6fd71ef9 Update license headers for Android 2019-01-24 18:23:15 -06:00
tangalbert919
d754f3ca0f Update osuTK for Android 2019-01-18 14:34:37 -06:00
miterosan
6d2d074b2b Increase the target version to 27 2019-01-05 17:02:13 +01:00
miterosan
6126d0a42b Put generalized activity in the framework. Do not use a static field as a hack 2019-01-05 16:59:40 +01:00
miterosan
eee438042b Add space, allowing vs to be happy 2019-01-05 16:56:47 +01:00
miterosan
d6d6295d30 remove the log file 2019-01-02 20:51:32 +01:00
miterosan
d544f81dff Use the nightlybuild of SixLabors.ImageSharp 2019-01-02 20:49:00 +01:00
miterosan
cf4a8bfd4f Update the manifest files 2019-01-02 20:15:34 +01:00
miterosan
6449863abf Include resources and add the bassfx extensions 2019-01-02 19:33:39 +01:00
miterosan
33a85d5ed3 Update the usage of the bass files. 2019-01-02 18:35:45 +01:00
miterosan
8d711a1d03 Remove more resource files that have a default 2019-01-02 18:35:27 +01:00
miterosan
d74c3b9eba And more cleanup 2019-01-02 18:12:27 +01:00
miterosan
30f5a289b3 Remove not needed metadata. 2019-01-02 17:49:16 +01:00