-
Notifications
You must be signed in to change notification settings - Fork 0
Home
We provide a pre-built SDK with new features of bugfixes in the meantime that Appceleator approves our/others PR.
The naming of the SDK is [ORIGINALVERSION].CAFFEINA-[REVISION]
. The URL of each build is https://s3-eu-west-1.amazonaws.com/caffeina/tisdk/mobilesdk-[SDK]-osx.zip
Each revision version has its own branch named MAJ_MIN_X_CAFFEINA
and its checkout-ed from the respective branch (MAJ_MIN_X
) at its tag MAJ_MIN_REV_GA
.
Each patch
appends -PATCH
(incremental, from 1
) to the version.
Please note that all features added / issues fixed in a previous release are kept in the newest versions unless specified differently.
git checkout appc/MAJ_MIN_X
git checkout -b MAJ_MIN_X_CAFFEINA
Go to latest version in this guide, and one by one analize every feature/bugfix. If that feature has been ported to current Appc version, then you can safely ignore.
Otherwise, you've to merge the still-open pull request from our repository.
git merge origin/PR-AC-XYZ
...and resolve conflicts (this is most time-consuming part).
--
- 7.5.1.CAFFEINA-2
- 7.5.1.CAFFEINA-1
- 7.4.0.CAFFEINA-1
- 7.3.1.CAFFEINA-1
- 7.1.0.CAFFEINA-2
- 7.1.0.CAFFEINA-1
- 6.3.1.CAFFEINA-1
- 6.3.0.CAFFEINA-2
- 6.2.3.CAFFEINA-1
- 6.0.4.CAFFEINA-1
- 6.0.0.CAFFEINA-1
- 5.5.1.CAFFEINA-2
- 5.5.1.CAFFEINA-1
- 5.5.0.CAFFEINA-1
- 5.2.2.CAFFEINA-1
- 5.2.2.CAFFEINA-3
- iOS: Implementing ParagraphStyle Ti.UI.AttributedString
-
iOS: Added
willclose
event to window which is triggered before the window is closed -
iOS / Android: Expose aspectFill option to Ti.UI.ImageView
-
iOS: Added heightMultiply property to label. Defines label vertical padding to give space to exceeding characters
- Refactored calendar module
- iOS: Implementing ParagraphStyle Ti.UI.AttributedString
-
iOS: Added
willclose
event to window which is triggered before the window is closed -
iOS / Android: Expose aspectFill option to Ti.UI.ImageView
-
iOS: Added heightMultiply property to label. Defines label vertical padding to give space to exceeding characters
- Refactored calendar module
-
iOS: Added
willclose
event to window which is triggered before the window is closed https://github.com/caffeinalab/titanium_mobile/commit/3e899e66468158c34486abc2101015e85872d3ee https://jira.appcelerator.org/browse/TIMOB-26475 -
iOS / Android: Expose aspectFill option to Ti.UI.ImageView https://jira.appcelerator.org/browse/AC-4734 https://github.com/appcelerator/titanium_mobile/pull/8755
-
iOS: Added heightMultiply property to label. Defines label vertical padding to give space to exceeding characters https://github.com/caffeinalab/titanium_mobile/commit/3d835f56b7c059c80432867cd88b16b9fcde7868
-
iOS: Implementing ParagraphStyle Ti.UI.AttributedString https://jira.appcelerator.org/browse/AC-4583 https://github.com/appcelerator/titanium_mobile/pull/8558
- Refactored calendar module
-
iOS: Added
willclose
event to window which is triggered before the window is closed https://github.com/caffeinalab/titanium_mobile/commit/3e899e66468158c34486abc2101015e85872d3ee -
iOS / Android: Expose aspectFill option to Ti.UI.ImageView https://jira.appcelerator.org/browse/AC-4734
-
iOS: Added heightMultiply property to label. Defines label vertical padding to give space to exceeding characters https://github.com/caffeinalab/titanium_mobile/commit/3d835f56b7c059c80432867cd88b16b9fcde7868
-
iOS: Implementing ParagraphStyle Ti.UI.AttributedString https://jira.appcelerator.org/browse/AC-4583
- Refactored calendar module
-
iOS: Ti.UI.VideoPlayer ignores changes to the "scalingMode" property https://jira.appcelerator.org/browse/TIMOB-25916
-
iOS: VideoPlayer showsControls false does if url is set after creation https://jira.appcelerator.org/browse/TIMOB-25566
-
Android: OptionDialog not firing "click" event for cancel button like iOS https://jira.appcelerator.org/browse/TIMOB-25919
-
iOS: Added
willclose
event to window which is triggered before the window is closed https://github.com/caffeinalab/titanium_mobile/commit/3e899e66468158c34486abc2101015e85872d3ee -
iOS / Android: Expose aspectFill option to Ti.UI.ImageView https://jira.appcelerator.org/browse/AC-4734
-
iOS: Added heightMultiply property to label. Defines label vertical padding to give space to exceeding characters https://github.com/caffeinalab/titanium_mobile/commit/3d835f56b7c059c80432867cd88b16b9fcde7868
-
iOS: Implementing ParagraphStyle Ti.UI.AttributedString https://jira.appcelerator.org/browse/AC-4583
- Refactored calendar module
- iOS: Ti.UI.VideoPlayer ignores changes to the "scalingMode" property https://jira.appcelerator.org/browse/TIMOB-25916
-
iOS: Added
willclose
event to window which is triggered before the window is closed https://github.com/caffeinalab/titanium_mobile/commit/3e899e66468158c34486abc2101015e85872d3ee -
iOS / Android: Expose aspectFill option to Ti.UI.ImageView https://jira.appcelerator.org/browse/AC-4734
-
iOS: Added heightMultiply property to label. Defines label vertical padding to give space to exceeding characters https://github.com/caffeinalab/titanium_mobile/commit/3d835f56b7c059c80432867cd88b16b9fcde7868
-
iOS: Implementing ParagraphStyle Ti.UI.AttributedString https://jira.appcelerator.org/browse/AC-4583
- Refactored calendar module
Merged 6_3_X branch.
- Android: When Main Window closed by exitOnClose=true, if try to relaunch,
AssetManager is null
error is shown https://jira.appcelerator.org/browse/AC-5345 https://github.com/appcelerator/titanium_mobile/pull/9711
https://github.com/appcelerator/titanium_mobile/commit/6b311b990f80e041d874d5a9580a5e0d321e4bb1
- Refactored calendar module
Merged 6_3_X branch.
- Android: Refresh
image
property on view recycle https://github.com/caffeinalab/titanium_mobile/commit/4b86f9e8abdf39c8f2e2718c25b545054292e722 - Updated node_modules
- Refactored calendar module
Merged 6_2_X branch.
No added features
- Refactored calendar module
Merged 6_0_X branch.
- iOS: Added
willclose
event to window which is triggered before the window is closed https://github.com/caffeinalab/titanium_mobile/commit/3e899e66468158c34486abc2101015e85872d3ee
- Refactored calendar module
-
iOS / Android: Expose aspectFill option to Ti.UI.ImageView https://jira.appcelerator.org/browse/AC-4734
-
iOS: Added
heightMultiply
property to label. Defines label vertical padding to give space to exceeding charactershttps://github.com/caffeinalab/titanium_mobile/commit/3d835f56b7c059c80432867cd88b16b9fcde7868
-
iOS: Multiple Webviews with same local URL does not inject Titanium XHR bridge properly https://jira.appcelerator.org/browse/TIMOB-24259
-
Android: Fixed Android module compilation https://github.com/caffeinalab/titanium_mobile/commit/cda2436cae5fd55f909e7a006ff68ed285a12362
-
Android: ImageView quality (gradient banding) https://jira.appcelerator.org/browse/TIMOB-24465
- Refactored calendar module
- iOS: Implementing ParagraphStyle Ti.UI.AttributedString https://jira.appcelerator.org/browse/AC-4583
- iOS: Exposing keyboardDisplayRequiresUserAction https://jira.appcelerator.org/browse/TIMOB-24110
- iOS: Label doesn't fire link event correctly https://jira.appcelerator.org/browse/AC-4587
- Android: problems in webview since 5.4.0 https://jira.appcelerator.org/browse/TIMOB-23968
- iOS: Expose SystemAlert - https://jira.appcelerator.org/browse/TIMOB-5436
- iOS: Expose properties to hide the navbar - https://jira.appcelerator.org/browse/TIMOB-23684
- iOS: Expose statusBarBackgroundColor - https://jira.appcelerator.org/browse/TIMOB-23691
- Empty Entitlements when building for dist-adhoc or dist-appstore - https://github.com/appcelerator/titanium_mobile/pull/8403
- Refactored calendar module - https://jira.appcelerator.org/browse/AC-3654
- iOS: Support for
selected
event on TabGroup when tab already selected - https://jira.appcelerator.org/browse/TIMOB-20157
- Android 6.0 (Post 5.2.0 SDK): java.io.FileNotFoundException: open failed: ENOENT (No such file or directory) - https://jira.appcelerator.org/browse/TIMOB-20470
- Android 6.0: writing to applicationDataDirectory fails without External storage permissions - https://jira.appcelerator.org/browse/TIMOB-20440
- iOS: Ti.App.getArguments failing after opening app from spotlight Search - https://jira.appcelerator.org/browse/TIMOB-20183