Commit Graph

150 Commits

Author SHA1 Message Date
Henrik Rydgard 2d22088f38 Update Android target, support "Runtime Permissions" in Android 6.0+ (Marshmallow).
Currently this is the absolute minimum required. Will later add a button to re-request the
permission if it's lost, but at least we do that on application startup.

Storage is the only permission we need that's not auto-granted.
2015-12-17 20:27:25 +01:00
Henrik Rydgard 91e576449f Update version numbers to 1.1.1 2015-10-12 19:57:19 +02:00
Henrik Rydgard dd8647bf3a Update version to 1.1 2015-10-04 15:46:29 +02:00
Henrik Rydgård b7498f4581 Make some UI adjustments on TV devices 2015-04-03 11:54:24 +02:00
Henrik Rydgard 3eff1100d0 Try to add the very basics of Android TV support 2015-04-03 11:54:23 +02:00
Henrik Rydgård 2c51f06c78 Update submodules, get rid of analytics
Don't want to take a dependency on google play services. The old
analytics lib is broken on android target=21+.
2015-04-03 11:39:52 +02:00
Henrik Rydgard 8c8e5de89d Update version number to 1.0.1 2015-02-26 21:05:06 +01:00
Henrik Rydgard f94e7170f6 Update version numbers to 1.0 2015-02-01 21:17:43 +01:00
Henrik Rydgard 78e9a25d59 Increase android version to 0.9.9.2 (as I pushed out a recompile of 0.9.9.1 with an older SDK with that version, there are no additional changes)
Should have done this a little while ago but whatever.
2014-09-06 13:50:49 +02:00
Itzael Martinez 6d549eaeb4 Add in basic Android TV support
Edit manifest to have app appear in Leanback
2014-08-18 23:37:04 -05:00
Henrik Rydgard bf709790c4 Update version to 0.9.9.1 2014-08-18 22:35:25 +02:00
The Dax b767de934a Bump version to 0.9.9. 2014-06-23 12:08:56 -04:00
Henrik Rydgard cbc46be3f9 Update version to 0.9.8 2014-03-22 11:58:53 +01:00
Henrik Rydgard 9e0d4836fe Android: Minimum requirement is now Gingerbread. Upgrade to GCC 4.8.
"Fixes" #4798.
2014-02-17 23:36:13 +01:00
Henrik Rydgard eb4f17c65d 0.9.7.2 2014-02-17 21:25:53 +01:00
Henrik Rydgard aafdd674dc Update version to 0.9.7.1 2014-02-15 20:09:49 +01:00
The Dax f6e6b54f2a Bump version numbers for 0.9.7 release. 2014-02-13 16:55:17 -05:00
Henrik Rydgård 2bf02ac551 Reformat AndroidManifest.xml, add info to make it show in Xperia Play launcher
Thanks reicast.
2014-02-11 12:27:23 +01:00
Henrik Rydgård ab2b0683ef Re-enable screen rotation on Android.
This time, let's fix the issues that come up instead of reverting.
2014-01-21 10:22:06 +01:00
valef ac6667d463 Added ShortcutActivity class on ppsspp manifest, so it will appears on homescreen shortcuts choice ("PPSSPP game" in our case). 2014-01-06 18:08:38 +07:00
Henrik Rydgård 16612964a5 Android: Specify that we don't require a touch screen, might increase compatibility with some devices. Thanks to reicast who also did this. 2014-01-03 15:21:55 +01:00
Henrik Rydgard 33771d372b Just bump the android version code for these small fixes. 2013-12-12 22:44:35 +01:00
The Dax de4a3aed14 Bump version numbers for 0.9.6 release. 2013-12-11 15:54:15 -05:00
Henrik Rydgård c4b3a2792a Update target android version (doesn't affect compatibility with older versions) 2013-12-02 12:34:26 +01:00
The Dax 08bf80ade6 Update other platforms, too. 2013-10-26 17:33:25 -04:00
Henrik Rydgard 4e24ecbdd4 Lock orientation again. Too many issues :/ 2013-10-10 11:14:52 +02:00
Henrik Rydgård 8489bd15db Unlock orientation again after some native fixes. Experiment with Google App Analytics.
The app analytics only tracks usage, sends no other information about
what you do with the app. Interested in opinions if anyone thinks this
is too much or maybe should be disabled by default.
2013-10-09 15:32:37 +02:00
Henrik Rydgard 0a0377a106 Update version 2013-08-21 20:02:53 +02:00
Henrik Rydgard 3e87581dc8 Update version to 0.9 2013-08-20 20:29:36 +02:00
Henrik Rydgard 6b5d615040 Lock screen orientation again on Android until some issues can be ironed out (doesn't affect my devices though). 2013-07-17 22:51:36 +02:00
Henrik Rydgard 81411a74ed Experimental: Make orientation change possible on Android. 2013-07-16 22:51:25 +02:00
Henrik Rydgard c743e02851 Update android version to 0.8.1 / 81 2013-06-26 21:54:44 +02:00
Henrik Rydgard 8310d27d7f Bump version numbers 2013-06-23 20:10:00 +02:00
Henrik Rydgard d81533e8d8 Fix lint warning. Update native with audio buffer size detection. 2013-06-19 14:28:42 +02:00
Henrik Rydgard d220e55d4f Android: Declare support for large screens. 2013-06-16 23:48:24 +02:00
Dzakus 837fcf4296 Hide legacy menu key
http://android-developers.blogspot.com/2012/01/say-goodbye-to-menu-button.html
2013-06-01 21:53:17 +02:00
Henrik Rydgard e307da851a Specify landscape in android manifest, should fix the wrong orientation issues. 2013-05-19 19:27:16 +02:00
Henrik Rydgard 240c504869 Add Android internet permission, for reporting to work. 2013-05-16 00:00:44 +02:00
Henrik Rydgard 890ce0a6ef Update Android version to 0.7.6 2013-04-22 22:47:55 +02:00
Henrik Rydgard 7477c5dbca Update android version number 2013-04-14 13:21:36 +02:00
Henrik Rydgard 84fd5781de GL UI in Win32: Some basics work. 2013-03-29 18:50:08 +01:00
Henrik Rydgard 2e6d68cb8f 7.0. Show git version in Windows about box. 2013-03-11 22:55:55 +01:00
Henrik Rydgard 2b5beb8510 Allow moving Android version to SD/usbmem. 2013-02-16 14:07:03 +01:00
Henrik Rydgard 119d6955bd Forgot to update the manifest in the master branch last releases.. 2013-02-07 20:54:02 +01:00
Henrik Rydgard 5066df5881 0.5 2013-01-04 14:33:24 +01:00
Henrik Rydgard 815c3240bc V4 2012-12-01 10:44:37 +01:00
Henrik Rydgard 45369af482 0.31 in the UI 2012-11-20 22:41:24 +01:00
Henrik Rydgard 4c2929cf13 v0.3 2012-11-20 11:54:51 +01:00
Henrik Rydgard 6c160ee7fc 0.2 2012-11-10 16:39:42 +01:00
Henrik Rydgard 4f7ad15758 Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00