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-10233: BlackBerry: Sync with Appcelerator branch (Sprint 11) #121

Merged

Commits on Jul 12, 2012

  1. Configuration menu
    Copy the full SHA
    1f11e0c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2012

  1. Configuration menu
    Copy the full SHA
    83c2833 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2012

  1. Configuration menu
    Copy the full SHA
    f8d814d View commit details
    Browse the repository at this point in the history
  2. timob-7348: updated doc

    hieupham007 committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    60aa15a View commit details
    Browse the repository at this point in the history
  3. timob-7348: doc updated.

    hieupham007 committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    7883311 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2012

  1. [MOD-772] Updated ti.cloud with friends, message, events, and files. …

    …Includes fix for [MOD-817].
    JeffEnglish committed Jul 18, 2012
    Configuration menu
    Copy the full SHA
    b157030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86271c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f117de4 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2012

  1. Configuration menu
    Copy the full SHA
    d3e8345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f53ff5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a911ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fa163c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30c1d1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    456a7fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    242a101 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    275a369 View commit details
    Browse the repository at this point in the history
  9. TIMOB-10042 fix re-layout of animated views so they can get touch eve…

    …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.
    billdawson committed Jul 19, 2012
    Configuration menu
    Copy the full SHA
    ef8d7d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2012

  1. Prevent null pointer exception when value is null.

    Joshua Roesslein committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    fa01155 View commit details
    Browse the repository at this point in the history
  2. Handle gradient color objects without an offset.

    Joshua Roesslein committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    d962161 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ff577 View commit details
    Browse the repository at this point in the history
  4. TIMOB-10031 support additional configs to make sure test pass include…

    …s rhino. also includes 4 suites that were not included in the driver test porting
    Opie Cyrus committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    43dd24f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10832ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9cceab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    754a330 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f4c331 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into timob-10042

    Conflicts:
    	android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationBuilder.java
    	android/titanium/src/java/org/appcelerator/titanium/view/TiUIView.java
    billdawson committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    1380614 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    62c0199 View commit details
    Browse the repository at this point in the history
  11. Merge pull request tidev#2621 from billdawson/timob-10042

    Timob 10042 Android: View should still be touchable after translate animation
    ayeung committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    241d8bf View commit details
    Browse the repository at this point in the history
  12. [TIMOB-10010][TIMOB-10047] Stage autoreverse animations into two phas…

    …es to avoid bad behavior.
    
    Also, autoreverse now reverses ALL changes made by an animation.
    sptramer committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    a7d8719 View commit details
    Browse the repository at this point in the history
  13. [TIMOB-10010][TIMOB-10047] Cleanup of old autoreverse method, better …

    …property reversion support.
    sptramer committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    943a6b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    74b7571 View commit details
    Browse the repository at this point in the history
  15. Merge pull request tidev#2615 from joshthecoder/timob-10015

    [TIMOB-10015] Android: Gradient colors offset property, when unspecified, crashes app
    hieupham007 committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    3446751 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'master' into timob-10058

    Conflicts:
    	android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationBuilder.java
    billdawson committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    882f9e8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d3a4ec2 View commit details
    Browse the repository at this point in the history
  18. Merge pull request tidev#2611 from mstepanov/timob-10001

    [TIMOB-10001] iOS: adjust table row width for grouped table style
    srahim committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    263870b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dbbd20b View commit details
    Browse the repository at this point in the history
  20. Merge pull request tidev#2612 from pingwang2011/timob-9951

    Timob 9951: Android: update FB SDK to latest version
    ayeung committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    c08a3ae View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2012

  1. Configuration menu
    Copy the full SHA
    488f975 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2012

  1. TIMOB-10071 Better explain code comment why we start alpha animations…

    … with the view's alpha set at 1.0
    billdawson committed Jul 23, 2012
    Configuration menu
    Copy the full SHA
    1300e2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2630254 View commit details
    Browse the repository at this point in the history
  3. TIMOB-10065 Don't fix the "top" or "left" animation values if other v…

    …alues on the same axis are specified explicitly.
    billdawson committed Jul 23, 2012
    Configuration menu
    Copy the full SHA
    f416063 View commit details
    Browse the repository at this point in the history
  4. Merge pull request tidev#2626 from billdawson/timob-10065

    TIMOB-10065 Don't fix the "top" or "left" animation values if other valu...
    ayeung committed Jul 23, 2012
    Configuration menu
    Copy the full SHA
    a20ca8c View commit details
    Browse the repository at this point in the history
  5. Merge pull request tidev#2623 from krowley/timob-9702

    [TIMOB-9702] Android: "TableView" doesn't counts rows well when there are table view sections present
    ayeung committed Jul 23, 2012
    Configuration menu
    Copy the full SHA
    e41ba84 View commit details
    Browse the repository at this point in the history
  6. Merge pull request tidev#2599 from JeffEnglish/MOD-772-master

    [MOD-772] Updated ti.cloud with friends, message, events, and files. Inc...
    pingwang2011 committed Jul 23, 2012
    Configuration menu
    Copy the full SHA
    f1ab74c View commit details
    Browse the repository at this point in the history
  7. Merge pull request tidev#2607 from mstepanov/timob-9590

    [TIMOB-9590] Android: Addd support to send TiFile/TiBlob in HTTPClient
    Stephen Tramer committed Jul 23, 2012
    Configuration menu
    Copy the full SHA
    94cf75f View commit details
    Browse the repository at this point in the history
  8. Merge pull request tidev#2620 from vishalduggal/timob-10039

    [TIMOB-10039] Restore default IOS behavior if vertical align is not set
    Stephen Tramer committed Jul 23, 2012
    Configuration menu
    Copy the full SHA
    96c552c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48e67e9 View commit details
    Browse the repository at this point in the history
  10. timob-9807: update docs

    hieupham007 committed Jul 23, 2012
    Configuration menu
    Copy the full SHA
    351a039 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1af41b View commit details
    Browse the repository at this point in the history
  12. Merge pull request tidev#2609 from vishalduggal/timob-10024

    [TIMOB-10024] Override touchhandlers for TiTextField
    Max Stepanov committed Jul 23, 2012
    Configuration menu
    Copy the full SHA
    7e6bdaa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fe454ba View commit details
    Browse the repository at this point in the history
  14. [TIMOB-10100] Added ability to fail-fast builds for issues which we k…

    …now will cause an error.
    sptramer committed Jul 23, 2012
    Configuration menu
    Copy the full SHA
    da47f44 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2012

  1. Merge pull request tidev#2624 from billdawson/timob-10058

    Timob 10058 Android: Color animations should be reversible
    ayeung committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    2c4d627 View commit details
    Browse the repository at this point in the history
  2. Merge pull request tidev#2625 from billdawson/timob-10071

    Timob 10071: Android: Fix alpha animation "from" value
    ayeung committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    dc02154 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    193f9a6 View commit details
    Browse the repository at this point in the history
  4. [TIMOB-10010] Fix spelling

    sptramer committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    7bd8e77 View commit details
    Browse the repository at this point in the history
  5. [TIMOB-10005] Postlayout fixes:

    - Only fire postlayout when frame/bounds/center change
    - Don't propigate postlayout events
    sptramer committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    082a755 View commit details
    Browse the repository at this point in the history
  6. Merge pull request tidev#2629 from sptramer/timob-10026

    [TIMOB-10100] Added ability to fail-fast builds for issues which we know cause errors
    WhichKatieDid committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    ed6178d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c2b1d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2012

  1. Configuration menu
    Copy the full SHA
    55fc679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf6cdcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeee249 View commit details
    Browse the repository at this point in the history
  4. TIMOB-9955: Android: ScrollView with a wrap view becomes unscrollable…

    … on android Ti 2.1
    Allen Yeung committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    533f6d1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request tidev#2588 from hieupham007/timob-7348

    Timob 7348: Add support for tabsBackgroundColor and tabsBackgroundSelectedColor
    Opie Cyrus committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    5f73668 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9be96ae View commit details
    Browse the repository at this point in the history
  7. Merge pull request tidev#2634 from ayeung/timob-9955

    TIMOB-9955: Android: ScrollView with a wrap view becomes unscrollable on...
    billdawson committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    7d0ad61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d9df3f View commit details
    Browse the repository at this point in the history
  9. Merge pull request tidev#2637 from srahim/timob-10122

    [TIMOB-10122]Removing 'Titanium' from log messages.
    vishalduggal committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    fd163ea View commit details
    Browse the repository at this point in the history
  10. Merge pull request tidev#2632 from sptramer/timob-10005

    [TIMOB-10005] Only fire 'postlayout' when the layout actually changes
    vishalduggal committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    f9e938d View commit details
    Browse the repository at this point in the history
  11. Merge pull request tidev#2617 from dizzymonkey/timob-10031

    TIMOB-10031 support additional configs to make sure test pass includes r...
    cb1kenobi committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    2e453e2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    184ff34 View commit details
    Browse the repository at this point in the history
  13. Merge pull request tidev#2630 from sptramer/timob-10010

    [TIMOB-10010][TIMOB-10047] Modernize animation, fix autoreverse problems
    Max Stepanov committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    014b86f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2012

  1. Configuration menu
    Copy the full SHA
    e546eb6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request tidev#2640 from ayeung/timob-10136

    TIMOB-10136: Android: Postlayout event should not bubble up to parent
    vishalduggal committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    d57a9af View commit details
    Browse the repository at this point in the history
  3. Merge pull request tidev#2628 from hieupham007/timob-9807

    Timob 9807: Add common namespace for autolink
    WhichKatieDid committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    bb61191 View commit details
    Browse the repository at this point in the history
  4. Improve how we handle disposing and re-creating the runtime.

    This fixes a bug seen when we re-launch, but a pending dispose
    ends up deleting the runtime after we have started running.
    Joshua Roesslein committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    e35291a View commit details
    Browse the repository at this point in the history
  5. timob-8472: fix Macadamian#2

    hieupham007 committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    58e238e View commit details
    Browse the repository at this point in the history
  6. Merge pull request tidev#2619 from Akylas/TC-1079

    [TC-1079] fixed removal of views with border from a scrollview
    joshthecoder committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    cb972b4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request tidev#2616 from kangaechu/TC-1078

    TC-1078 set charset variable when charset is not utf-8
    joshthecoder committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    5b7efcf View commit details
    Browse the repository at this point in the history
  8. Merge pull request tidev#2636 from krowley/TIMOB-9824

    [TIMOB-9824] Don't display a background gradient on Android if colors ar...
    ayeung committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    7961d44 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2012

  1. Configuration menu
    Copy the full SHA
    24868a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request tidev#2633 from hieupham007/timob-8472

    timob-8472: fix edge case fastdev loop.
    joshthecoder committed Jul 27, 2012
    Configuration menu
    Copy the full SHA
    906dd69 View commit details
    Browse the repository at this point in the history
  3. Merge pull request tidev#2600 from JeffEnglish/MOD-802-master

    [MOD-802] Added docs for ti.cloud friends, message, events, and files.
    Arthur Evans committed Jul 27, 2012
    Configuration menu
    Copy the full SHA
    4174091 View commit details
    Browse the repository at this point in the history
  4. Merge pull request tidev#2648 from pec1985/TIMOB-10203

    [TIMOB-10203] iOS: Map Annotation image cannot be changed dynamically
    Max Stepanov committed Jul 27, 2012
    Configuration menu
    Copy the full SHA
    71d1553 View commit details
    Browse the repository at this point in the history
  5. TIMOB-10012: Clear up timers when we dispose instead of through the a…

    …ctivity lifecycle
    Allen Yeung committed Jul 27, 2012
    Configuration menu
    Copy the full SHA
    8c0f1ef View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2012

  1. TIMOB-10012: Make state enum public

    Allen Yeung committed Jul 28, 2012
    Configuration menu
    Copy the full SHA
    21ab79a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2012

  1. Merge pull request tidev#2653 from ayeung/timob-10012

    TIMOB-10012: Android: App intermittently crashes on app restart
    billdawson committed Jul 30, 2012
    Configuration menu
    Copy the full SHA
    c6146d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba369f2 View commit details
    Browse the repository at this point in the history