Josh Tynjala
e257b7ebe4
Merge branch 'develop' into 8.2.0-Dev
2024-07-01 08:53:48 -07:00
Mihai Alexandru
97e1af377a
Use namespace for gradle projects to fix deprecation warnings.
2024-06-26 20:13:10 -04:00
Joshua Granick
d0678156dd
Add initial support for LZMA decompression on HTML5 target
2024-05-31 08:09:28 -07:00
Cameron Taylor
8d38950108
Update howler.min.js
2024-01-25 01:14:42 -05:00
Joseph Cloutier
ab8e479abf
Merge branch 'develop' into DeprecatedGradleFeatures
2022-09-03 18:36:04 -04:00
Joseph Cloutier
da5704e263
Rename ForegroundWorker → JNISafety.
...
This change places the focus on the one known use case, while clearing
up potential confusion caused by similar-sounding classes that function
totally differently.
2022-06-18 21:18:02 -04:00
Joseph Cloutier
1ff434043c
Remove trailing spaces.
2022-06-11 20:09:42 -04:00
Joseph Cloutier
ded22af195
Replace references to jcenter().
...
https://developer.android.com/studio/build/jcenter-migration
Gradle considers this function a "deprecated feature."
2022-06-05 22:37:07 -04:00
Joseph Cloutier
6e86e45851
Implement ForegroundWorker.
2022-05-31 01:06:56 -04:00
player-03
290f0bd588
Remove <uses-sdk /> from manifest.
...
The Android Gradle plugin prefers to retrieve this value from build.gradle, and some versions of the plugin actively complain about the tag being there.
Closes #1435
2021-10-28 03:14:05 -04:00
player-03
33cd3b15fd
Set extension-api's defaultConfig.
...
The Android Gradle plugin prefers to use these values instead of the values in AndroidManifest.xml, and it will always ignore the manifest's `minSdkVersion` even without `defaultConfig.minSdkVersion`.
2021-10-27 20:38:26 -04:00
player-03
53c22391e2
Update extension-api's min/target sdk versions.
2021-10-27 15:16:20 -04:00
mc0239
1fcc76ee12
Use gradle built-in shorthand notations for jcenter and google
2020-01-27 12:47:52 -08:00
flashultra
72beeced30
Update to the latest Gradle 5.6.3 and Gradle Android plugin 3.5.1
...
Fix issue with ANDROID_GRADLE_TASK. Set apk file in separate folder ( from
gradle 4.x)
2019-11-01 13:21:36 -07:00
melonin
6c01e873af
HaxeObject.create returns null when handle is null
2019-03-18 06:23:08 -07:00
Joshua Granick
07a57d9548
Update howler.js to 2.1.1 ( resolve #1279 )
2019-01-21 12:36:36 -08:00
Joshua Granick
1ee9f02646
Update Howler to 2.1.0
2018-12-15 15:07:57 -08:00
Joshua Granick
efdc2fd360
Patch howler.js for IE11
2018-09-27 11:30:02 -07:00
miltoncandelero
14f12a41da
Updated Howler to enable sound position ( #1243 )
...
Updated Howler to version 2.0.15
For what we use, we could use the "stereo()" function but as we already generated the coordinates, I settled for the "pos()" function.
My knowledge of sound isn't enough to understand where the "w" variable of the position goes (as "pos()" uses only x, y and z). My guess is that "pannerAttr()" might have the access to what we are looking for, but again I don't fully understand sound.
2018-09-24 10:04:02 -07:00
Joshua Granick
0e3fe0afe6
Update howler.js to 2.0.9
2018-04-16 23:01:28 -07:00
Adam
464bad5392
Use Google's default repository for extension-api gradle dependencies.
...
Jcenter is the default for Android Studio projects, is a superset of Maven Central, and is what is used in the default lime template.
Fixes Android builds failing to resolve gradle and gradle plugin versions that are missing from Maven Central.
2018-04-11 18:20:08 -07:00
Joshua Granick
49d15055f3
Update bundled version of Howler.js
2017-11-30 12:07:38 -08:00
Joshua Granick
265b960813
Fix howler.js issue on Firefox
2017-11-17 14:05:48 -08:00
Joshua Granick
8cd0c84b0d
Update howler.js, FileSaver.js
2017-11-10 13:53:14 -08:00
Joshua Granick
b7a589bc30
Add missing script file
2017-11-01 11:25:07 -07:00
Joshua Granick
baf7b12326
Update Howler.js to 2.0.4, plus Firefox WebAudio patch
2017-07-22 11:16:33 -07:00
aW4KeNiNG
f6879da971
Request Permission result for Android.
2017-07-10 17:28:02 -07:00
Joshua Granick
09ad7d8ae3
Update Howler
2017-04-21 11:29:10 -07:00
Joseph Cloutier
9bbb6205be
Allow setting a different Gradle plugin version.
...
Turns out, the Gradle version (2.10) is NOT the same as the plugin version (2.1.0). These have to be treated separately.
2017-02-13 13:01:27 -05:00
Joseph Cloutier
b4055db620
Revert "Allow setting a different Gradle version."
...
This reverts commit af05162c72 .
2017-02-13 12:55:51 -05:00
Joseph Cloutier
af05162c72
Allow setting a different Gradle version.
2017-02-12 15:17:47 -05:00
Joshua Granick
14ea20e890
Update to howler.js 2.0.2
2016-12-29 10:51:21 -08:00
Joshua Granick
a575907cdc
Fix Android so READ_PHONE_STATE is not a required permission
2016-12-09 11:26:00 -08:00
Joshua Granick
0561e62c72
Update LICENSE, update stats.min.js
2016-10-05 11:22:59 -07:00
Joshua Granick
e5d83cdcff
Add Howler.js
2016-10-03 16:54:00 -07:00
Joshua Granick
0aac32f551
Use Android build tools 24.0.1, don't require HTTPS
2016-08-08 14:42:30 -07:00
player-03
481b39b01b
Fix dependencies.
2016-08-08 13:37:32 -07:00
player-03
6d55753e53
Restructure the default dependency.
2016-08-08 13:36:12 -07:00
Joshua Granick
59406600c5
Implement Deflate/Zlib/GZip for HTML5, Deflate/Zlib/LZMA for Flash, other compress fixes
2016-07-22 11:25:08 -07:00
Joshua Granick
c94f3258c3
Try implementing Deflate for HTML5
2016-07-21 10:35:24 -07:00
Joshua Granick
cf1d25d950
Remove Lime legacy/hybrid mode
2016-05-18 22:17:06 -07:00
Lars A. Doucet
63ae694ba1
updated ANGLE binaries that disable ALT+ENTER fullscreen -- this now causes Alt+Enter fullscreen behavior to work properly, as openfl takes care of this instead of ANGLE
2015-12-09 22:12:41 -06:00
Joshua Granick
8ef9b28939
Enable ANGLE by default (thanks @larsiusprime)
2015-12-01 18:16:35 -08:00
Joshua Granick
1e698225e5
Add extension.onBackPressed (for Android)
2015-09-02 19:55:28 -07:00
Joshua Granick
b75dba81a2
Update Lime.java
2015-08-17 07:54:53 -07:00
Joshua Granick
61bb2516f8
Try updating to Khronos webgl-debug.js version
2015-06-11 13:24:54 -07:00
ProPuke
5bf2ff2eb2
fixed: webgl errors involving null/undefined arguments would error the whole process
2015-06-11 03:41:31 +01:00
Joshua Granick
5df7984255
Do not define -Dlime-legacy when using Lime hybrid
2015-04-06 12:37:08 -07:00
Joshua Granick
3687aa18c0
Initial Lime support on Android using SDL2, need to handle assets next
2014-12-08 17:42:18 -08:00
Pascal Peridont
e4879f521b
Add on(Save|Restore)InstanceState in Android extensions
2014-09-18 14:28:48 +02:00