Commit Graph

35 Commits

Author SHA1 Message Date
LA
abd37a6327 备份 2025-11-10 23:17:32 +08:00
Dan Balasescu
2c9e7a6d7c Upgrade to .NET 8 SDK 2024-02-02 16:21:16 +09: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
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
d754f3ca0f Update osuTK for Android 2019-01-18 14:34:37 -06: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
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
d3e63c38fb Remove the assets folder 2019-01-02 16:22:18 +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
c5af0b8160 Use official osuTK packages from nuget.org 2018-12-26 11:10:05 -06:00
tangalbert919
f7b96644fe Add Keyboard handler for Android 2018-12-26 11:09:50 -06:00
tangalbert919
7f25bb9024 Add Android check to Title and exit()
Android cannot close the window, stop all threads, or set a title for its window.
2018-12-26 11:09:00 -06:00
tangalbert919
9ebd0eef3d Start making NuGet packages for Android 2018-12-26 11:06:34 -06:00
tangalbert919
3433a2c58e Update NuGet packages 2018-12-26 11:06:33 -06:00
tangalbert919
38ef358d37 Get Android working with these changes. 2018-12-26 11:04:01 -06:00
tangalbert919
c132da9518 Fix GraphicsContext problems
Now we just need to fix the SIGSEGV error and we're all set.
2018-12-26 10:59:26 -06:00
tangalbert919
95d4bf0498 Fix context errors 2018-12-26 10:57:54 -06:00
tangalbert919
213c70d4fe Add code from target-android branch
Some changes to the added code were made so it would work with this structure.
2018-12-26 10:55:13 -06:00