Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timob 9823 2 1 x Apidocs: make sure that a derived "since" version value is not earlier... #2713

Closed
wants to merge 134 commits into from
Closed

Conversation

billdawson
Copy link
Contributor

... than a parent's since value.

Example: it wouldn't make sense for a method to be since 0.9 if the type itself is only since 2.1.0.

See JIRA

This is the 2-1-X cherry-pick of #2711

nebrius and others added 30 commits June 26, 2012 10:52
[TIMOB-9804] Fixed a bug in scrollable view.
[TIDOC-684] Clarified use of `cancel` option on iPad. (2_1_X)
Also fixed typo in ActivityIndicator.yml.
[TIDOC-689] Added "since" tag for convertPointToView. (2_1_X)
[2_1_X][TIMOB-7644] regression fix caused by 84ed8d9
…hows the single image, which is actually being repeated, on any touch event
TIMOB-9814-2_1_X: Android: Window: A window with backgroundRepeat as true shows the single image...
[TIMOB-9811] Android:Tabgroup:Focus event for a tab is showing wrong source name. (2_1_X)
[TIMOB-9828][TIMOB-7858] fix tabGroup regression
Timob 9889 2 1 x Bump version to 2.1.1
ayeung and others added 28 commits July 18, 2012 11:38
Timob 9813 2_1_X Android: Animation anomaly: backgrounds bleed through
[TIMOB-9936] (2_1_X) Addition of commonjs 1.0 tests for anvil.
…nts at their new location.

Make sure alpha animations are reversible.

Remove duplicative code and set animation duration in the right place.

Make sure re-layout of animated view only occurs if the animation was not, itself, auto-reversed.

Fix small bug in TiMenuSupport (NPE).

From TiUIView, remove the caching of animated-to locations since we don't need them anymore because we're changing the view's layout params post-animation.
Timob 10042 2.1.X Android: View should still be touchable after translate animation
[MOD-772] Updated ti.cloud with friends, message, events, and files. Inc...
…alues on the same axis are specified explicitly.

Conflicts:

	android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationBuilder.java
TIMOB-10065 Don't fix the "top" or "left" animation values if other valu...
[TIMOB-10122]Removing 'Titanium' from log messages.
[MOD-802] Added docs for ti.cloud friends, message, events, and files.
[TIDOC-731] Fix validation error.
…/5277:

* New tiapp.xml property: ti.android.bug2373.finishfalseroot. We can't just gut the existing behavior, so a new option really was necessary.

* If an Titanium developer sets ti.android.bug2373.finishfalseroot to true, then:

* * Play Store launches (and other launches coming directly from the installer) will occur without interruptions (no message to restart.)

* * If user then puts the app in the background and later goes back to it via the application menu (the steps which would exhibit 2373 behavior), the newly-created (unwanted) TiLaunchActivity will recognize it is not the task root (isTaskRoot() == false) and finish itself immediately. I.e., it'll just go away before it has a chance to display anything, and meanwhile the application -- with its activity stack still in place -- will have come forward.

The goal here being that with this new option the user shouldn't notice *anything*.
…ent flags when launching from history, take those into consideration when determining whether to show the Android bug 2373 warnings.
…s not trying to be launched as a launch activity. Verstehst?
This fixes a bug seen when we re-launch, but a pending dispose
ends up deleting the runtime after we have started running.
Timob-10012 2 1 X - Android App intermittently crashes on app restart
…mediately so that our scons build will also failed. This avoids accidentally creating releases which contain bad or partial api.jsca files.
TIMOB-10215 If JSCA file creation contains runtime errors, fail it immed...
Timob 9285 2 1 x Android: Message "An application restart is required" fires incorrectly.
…ier than a parent's since value.

Example: it wouldn't make sense for a method to be since 0.9 if the type itself is only since 2.1.0.
@billdawson
Copy link
Contributor Author

oops

@billdawson billdawson closed this Aug 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet