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
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
c1616c8171
Just stick with loading the view immediately
2018-12-26 11:04:02 -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