Skip to content

Commit

Permalink
Android X (resolves #18)
Browse files Browse the repository at this point in the history
Added windows platform for common dependencies
  • Loading branch information
marchbold committed Mar 20, 2020
1 parent b8e90de commit 19eee7e
Show file tree
Hide file tree
Showing 11 changed files with 449 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


###### 2020.03.20 [v5.0.327]

```
Android X (resolves #18)
Added windows platform for common dependencies
```


###### 2019.11.25 [v4.0.280]

```
Expand Down
4 changes: 4 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

Gemfile
_site

301 changes: 301 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,301 @@


###### 2020.03.20 [v5.0.327]

```
Android X (resolves #18)
Added windows platform for common dependencies
```


###### 2019.11.25 [v4.0.280]

```
Updated iOS libraries
```


###### 2019.08.12 [v4.0.268]

```
Android 64bit support (resolves #8)
Increased iOS minimum version to 9
```


###### 2019.02.22 [v3.3.252]

```
Updated minimum iOS version to 8.0
```


###### 2018.12.06 [v3.2.243]

```
Corrected issue with shortcut actions when in background
```


###### 2018.10.29 [v3.2.239]

```
Updated generic FileProvider asset utilities for Android
```


###### 2018.10.27 [v3.2.230]

```
Updated generic FileProvider utilities for Android
```


###### 2018.08.15 [v3.2.224]

```
Lowered minimum supported version to AIR 24
```


###### 2018.07.21 [v3.2.215]

```
Updated core Android lib
```


###### 2018.06.25 [v3.2.202]

```
Reduced swf-version to increase compatibility
```


###### 2018.06.24 [v3.2.198]

```
Android: Updated image conversion library
```


###### 2018.06.01 [v3.2.187]

```
Added functionality to help with @available usage in iOS frameworks
```


###### 2018.04.13 [v3.1.174]

```
Fixed issue with Android extensions accessing AIR view
```


###### 2018.04.11 [v3.1.170]

```
Additional Android helpers
```


###### 2018.04.04 [v3.1.166]

```
Updated internal caching of asset files
```


###### 2018.03.24 [v3.1.152]

```
Added additional Android support libs
```


###### 2018.03.10 [v3.1.133]

```
Updated iOS lib
```


###### 2018.02.22 [v3.1.129]

```
Latest updates to core libraries
```


###### 2018.02.09 [v3.0.117]

```
Added AppleTV platform and some bug fixes
```


###### 2017.11.21 [v2.6.084]

```
Updates for Android core libs
```


###### 2017.09.29 [v2.5.075]

```
Updates to the iOS App Delegate overrides to work better with other ANEs
```


###### 2017.09.29 [v2.5.073]

```
Updates to the iOS App Delegate overrides to work better with other ANEs
```


###### 2017.08.08 [v2.4.047]

```
Updated framework signature
```


###### 2017.07.10 [v2.3.006]

```
iOS 10: Centralisation of new notifications delegate
```


###### 2017.06.29 [v2.2.011]

```
Updates for Firebase Dynamic Links
```


###### 2017.04.13 [v2.1.020]

```
Updates to core libraries
```


###### 2017.04.06 [v2.1.018]

```
Updated Android libraries
```


###### 2017.01.12 [v2.1.010]

```
Android: removed some old permissions
```


###### 2017.01.12 [v2.1.008]

```
Small addition of an Android class used by some extensions
```


###### 2016.12.15 [v2.1.006]

```
Latest Core additions and added noair version for conflict resolutions
```


###### 2016.11.14 [v2.0.010]

```
Added additional Android core class
```


###### 2016.09.01 [v2.0.005]

```
Added some Android logging utilities
```


###### 2016.08.11 [v2.0.001]

```
Android support library update and new version system
```


###### 2016.08.01

```
Updated core Android tools
```


###### 2016.07.16

```
Updated to be compatible with latest support ANEs
```


###### 2016.07.03

```
Added new common Android dependencies
```


###### 2016.06.28

```
Update to include common AIR extension classes
```


###### 2016.04.01

```
Latest updates for new notifications and force touch features
```


###### 2015.06.15

```
Removed debug code from AS lib
iOS: Updated to latest common lib
Android: Windows: Fix for bug in AIR packager resulting in missing resources
Android: x86 Support
```


###### 2015.06.09

```
Changed core symbol definitions
```


###### 2015.05.22

```
iOS: Corrected InvokeEvent operation (resolves #2, resolves distriqt/ANE-PushNotifications/#32, resolves distriqt/ANE-FacebookAPI/#27)
```


###### 2015.03.04

```
Initial release
```


11 changes: 11 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
title: Core
show_downloads: false
google_analytics:

repository: distriqt/ANE-Core
exclude: ["_Sidebar.md, _Footer.md"]
theme: jekyll-theme-minimal

gems:
- jekyll-redirect-from

1 change: 1 addition & 0 deletions docs/_includes/Sidebar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading

0 comments on commit 19eee7e

Please sign in to comment.