59 Commits

Author SHA1 Message Date
LA
a2ef94d6e5 同步更新 2025-12-06 17:22:05 +08:00
LA
abd37a6327 备份 2025-11-10 23:17:32 +08:00
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
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
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
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
Huo Yaoyuan
519ea5d273 Bump Xamarin.Android version to 10.0 2019-11-20 19:10:26 +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
a8bd8bfeb2 Review changes 2019-03-03 15:20:31 +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
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
12ca2825d2 Styling fixes 2019-01-05 16:21:32 +01:00
miterosan
f9c72c7646 Remove the label as you can not see it when running the app 2019-01-05 15:26:06 +01:00
miterosan
cf4a8bfd4f Update the manifest files 2019-01-02 20:15:34 +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
miterosan
8fcc6dceaf Simplify the project files 2019-01-02 17:48:52 +01:00
miterosan
0fdceec6ff Move the import statement up 2019-01-02 16:32:35 +01:00
miterosan
17aef8cba7 Remove unused usings 2019-01-02 16:24:24 +01:00
miterosan
d3e63c38fb Remove the assets folder 2019-01-02 16:22:18 +01:00
miterosan
e1cce88ae5 Allow rotating the screen without crashing by overriding the Configuration changes.
Restarting the activity is not a choice on orientation changes.
2019-01-02 16:20:50 +01:00
tangalbert919
a30939d8ac Do @swoolcock's suggestions 2018-12-29 22:56:46 -06:00
tangalbert919
95192b30ca Round 3 of @miterosan's review 2018-12-29 20:31:09 -06:00
tangalbert919
0aaa3baf08 Round 2 of @miterosan's suggestions 2018-12-29 18:48:08 -06:00
tangalbert919
5b9ba3ed3d Take @miterosan's suggestions, fix SampleGame.Android 2018-12-29 15:37:24 -06:00
tangalbert919
bfd935244b Code File Sanity 2018-12-26 11:10:07 -06:00
tangalbert919
c5af0b8160 Use official osuTK packages from nuget.org 2018-12-26 11:10:05 -06:00