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-9550: BlackBerry: Implement App elements needed for KitchenSink #112

Merged
merged 3 commits into from
Jul 24, 2012

Commits on Jul 20, 2012

  1. TIMOB-9550: BlackBerry: Implement App elements needed for KitchenSink

    [Issues Fixed]
    TIMOB-9550: BlackBerry: Implement App elements needed for KitchenSink
    
    [Added]
    NativeSimpleDBInterface.cpp
    NativeSimpleDBInterface.h
    TiAppObject.cpp
    TiAppObject.h
    TiAppPropertiesObject.cpp
    TiAppPropertiesObject.h
    
    [Changes]
    NativeMessageStrings.h
    - added Create_table_failed
    
    TiMessageStrings.h
    - fixed order
    - added Invalid_argument_expected_, Type_does_not_match
    
    TiTitaniumObject.cpp
    - added TiAppObject
    
    [Tests]
    Test 1: Run the test app from Jira
    1) Create a project and replace app.js with the one from the Jira
    2) Build, package, and run the app
    3) Verify the text matches the expected output and the persistent bool is false
    4) Close and rerun the app and verify the persistent bool is true
    dlifshitz-maca committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    a498628 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2012

  1. TIMOB-9550: BlackBerry: Implement App elements needed for KitchenSink

    [Added]
    NativeException.cpp
    NativeException.h
    
    [Changes]
    NativeMessageStrings.h
    - added error strings
    
    NativeSimpleDBInterface.cpp
    - throw exceptions
    - change simpleKey to VARCHAR(255)
    
    NativeSimpleDBInterface.cpp/h, TiAppPropertiesObject.cpp/h
    - use const string&
    
    TiAppPropertiesObject.cpp
    - fix formatting
    - convert NativeException to ThrowException
    dlifshitz-maca committed Jul 23, 2012
    Configuration menu
    Copy the full SHA
    f0ae6da View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2012

  1. TIMOB-9550: BlackBerry: Implement App elements needed for KitchenSink

    explicated NativeException ctors
    dlifshitz-maca committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    ae6bed6 View commit details
    Browse the repository at this point in the history