Open
Description
Update notes
package.json
check #13781
Workflows
Homebrew is not available by default anymore. You'll have to add
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
Java 11 is needed
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
I went through all repos and collected some real/waiting PRs (not the dep PRs or really old ones)
- fix: iOS optionDialog cancel option alloy#1383
- v2 appcd-plugin-titanium#8
- fix(android): null check for services and expose scanMode appcelerator.ble#294
- feat(all): update libraries appcelerator.encrypteddatabase#280
- added view option for use on ipad appcelerator.social-share#13
- Typescript split file docs-devkit#196
- toggle inherited elements docs-devkit#228
- ci: setup github actions ioslib#205
- Update README.md node-titanium-sdk#645
- Android: Update dependencies + fixed deprecations ti.admob#127
- fixed AppOpen auto closing on iOS ti.admob#354
- android: update library ti.barcode#357
- update package.json ti.geofence#308
- feat(android): compress thread ti.imagefactory#336
- feat: refactor iOS project, add async compress() API ti.imagefactory#337
- iOS: leftButton not always responding to click ti.map#577
- added showPin option to snapshotter ti.map#478
- MOD-2833 : Add properties, events and method for TagTechnologyNfcV (ISO15693) ti.nfc#46
- feat(android): readerMode ti.nfc#71
- Changed createPendingIntent() from FLAG_IMMUTABLE to FLAG_MUTABLE ti.nfc#79
- iOS v2.0.0 ti.paint#35
- fix(android): Image loading, setters, example ti.paint#36
- feat(ios): move to swift, update native SDK to latest titanium-socketio#174
- fix(android): patch for 9.4 v8_titanium#55
- Update for Ti 12 hyperloop-modules/titanium-speech#11
- Make it do a full recompile if needed liveview#229
perhaps I've missed some 😄
But at least we have some overview of tickets that can be reviewed at some point.
Metadata
Metadata
Assignees
Labels
No labels