summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [build] remove sha checkupstream/jmkiley-ios-coveragejmkiley2019-03-111-5/+2
|
* [build] Add comments outlining the input values for code-coverage.shjmkiley2019-03-111-1/+8
|
* [ios] Remove from ios-debugjmkiley2019-03-111-4/+0
|
* [build] Update circle.ymljmkiley2019-03-111-2/+2
|
* [ios] rename file, clean upjmkiley2019-03-112-22/+4
|
* [ios] Capitalizationjmkiley2019-03-112-5/+4
|
* [ios] accidentally committed filejmkiley2019-03-111-0/+0
|
* [build] check aws exit codejmkiley2019-03-111-0/+49
|
* [ios] Update build script, breakout upload scriptjmkiley2019-03-113-20/+7
|
* [ios] updated commentsjmkiley2019-03-111-2/+6
|
* [ios] new destination, who's this?jmkiley2019-03-112-2/+2
|
* [ios] current-> codejmkiley2019-03-111-1/+1
|
* [ios] remove linesjmkiley2019-03-111-7/+1
|
* [ios] Spacingjmkiley2019-03-111-1/+2
|
* [ios] JSON spacingjmkiley2019-03-111-5/+5
|
* [ios] code_coverage-> coveragejmkiley2019-03-112-2/+2
|
* [ios] corrected date variablejmkiley2019-03-111-1/+1
|
* [ios] Update CI templatejmkiley2019-03-111-1/+1
|
* [ios] rename S3 folderjmkiley2019-03-111-1/+1
|
* [ios] Added new JSON fieldsjmkiley2019-03-112-3/+14
|
* [ios] dash to underscorejmkiley2019-03-111-4/+4
|
* [ios] dated folder in S3jmkiley2019-03-111-8/+5
|
* [ios] spacejmkiley2019-03-111-1/+1
|
* [ios] move to dated directoryjmkiley2019-03-111-4/+8
|
* [ios] move to ios-static-nightlyjmkiley2019-03-112-8/+1
|
* [ios] Use Circle SHAjmkiley2019-03-111-3/+1
|
* [ios] Check whether file exists, add gzipjmkiley2019-03-111-3/+13
|
* [ios] moved back to ios-debug for debuggingjmkiley2019-03-112-4/+8
|
* [ios] move to ios-releasejmkiley2019-03-112-8/+9
|
* [ios] test not importing awsclijmkiley2019-03-111-4/+4
|
* [ios] formattingjmkiley2019-03-111-4/+1
|
* [ios] lowercase variablesjmkiley2019-03-111-4/+4
|
* [ios] Update ci.templatejmkiley2019-03-111-17/+4
|
* [ios] Remove ACLjmkiley2019-03-112-2/+1
|
* [ios] remove public-readjmkiley2019-03-111-1/+1
|
* [ios] update ci.templatejmkiley2019-03-111-0/+1
|
* [ios] update file namejmkiley2019-03-111-2/+2
|
* [ios] uncomment aws uploadjmkiley2019-03-112-2/+2
|
* [ios] Update CI template, modify file namejmkiley2019-03-112-3/+20
|
* [ios] install awsjmkiley2019-03-111-2/+3
|
* [ios] rename folderjmkiley2019-03-111-1/+1
|
* [ios] coverage.jsonjmkiley2019-03-111-4/+18
|
* [ios] Update circle.yml, generate coverage reportsjmkiley2019-03-112-0/+15
|
* [ios] Generate code coverage, print percentagejmkiley2019-03-111-0/+19
|
* [iOS] Enable developers to change position of ornaments (#13911)Lloyd Sheng2019-03-1113-229/+558
| | | | | | | * APIs for change position of ornaments * Use anchors APIs and emove iOS8 layout code * Add ornaments layout tests
* [android] throw an exception if the component is accessed before the activationŁukasz Paczos2019-03-113-4/+50
|
* [android] remove unnecessary JSON style declaration in the gradient line exampleŁukasz Paczos2019-03-111-1/+0
|
* [core, node] Use es5 syntax for imports in expressions testsAlexander Shalamov2019-03-111-3/+3
| | | | | Instead of forcing ES6 module syntax, at this point, it is less distruptive to fix expression tests to use ES5 import syntax.
* Revert "[core] Use ES6 import / export syntax for node test harness"Alexander Shalamov2019-03-115-13/+13
| | | | This reverts commit c6598fc5da063f9b60204639cd619647cbbc89da.
* [Qt] Fix race when locking a FileSourceThiago Marcos P. Santos2019-03-081-2/+5
| | | | | | We were returning the FileSource, it could have expired already. We _need_ to check if the lock() on the weak pointer worked before returning.