Commit Graph

388 Commits

Author SHA1 Message Date
Jonathan Carter
a9b79f370e Adding more detail 2015-12-10 18:23:22 -08:00
Jonathan Carter
f15bce41ca Adding comment about activity import 2015-12-10 18:21:53 -08:00
Jonathan Carter
8fe9951c81 Doc updates 2015-12-10 18:14:50 -08:00
Geoffrey Goh
8e1d4318e2 Merge pull request #104 from Microsoft/remove-rollback-timeout
Remove rollback timeout
2015-12-10 14:00:19 -08:00
Geoffrey Goh
388e92661c feedback 2015-12-10 13:53:20 -08:00
Geoffrey Goh
a9015761c9 typo 2015-12-10 10:41:58 -08:00
Geoffrey Goh
bed70059cf handle exception silently 2015-12-10 10:23:34 -08:00
Geoffrey Goh
ba76161d64 readme 2015-12-10 01:14:10 -08:00
Geoffrey Goh
c1be1288b6 ios 2015-12-10 00:51:46 -08:00
Geoffrey Goh
05697c40b7 remove rollback timeout 2015-12-09 18:49:45 -08:00
Jonathan Carter
2ef6cf1529 Merge pull request #102 from Microsoft/Comment_fix
Fixing comment to reflect API name change
2015-12-09 08:34:36 -08:00
Jonathan Carter
3be5a9ac72 Fixing comment to reflect API name change
We renamed `failedApply` to `failedInstall` but forgot to update this comment to reflect that change.
2015-12-08 23:32:45 -08:00
Jonathan Carter
451b719c23 Merge pull request #101 from Microsoft/version_bump
Version bump
v1.4.2-beta
2015-12-08 23:12:17 -08:00
Jonathan Carter
e29ca3ac31 Version bump 2015-12-08 23:10:51 -08:00
Jonathan Carter
3c6f813b77 Merge pull request #99 from Microsoft/error_log
Adding logging to UNKNOWN_ERROR sync status
2015-12-08 18:58:31 -08:00
Geoffrey Goh
77049b8798 Merge pull request #100 from Microsoft/use-appsupport-dir
Use Application Support Directory
2015-12-08 18:49:32 -08:00
Geoffrey Goh
b059fd7679 use appsupport dir 2015-12-08 18:33:59 -08:00
Jonathan Carter
d4ff75d415 Adding logging to download and install 2015-12-08 18:09:54 -08:00
Jonathan Carter
a65f97ff24 Adding logging to unknown error case 2015-12-08 15:03:53 -08:00
Jonathan Carter
bffcba8b30 Merge pull request #96 from Microsoft/version_bump
Version bump
v1.4.1-beta
2015-12-07 10:30:33 -08:00
Jonathan Carter
b3cb6daffa Version bump 2015-12-07 10:22:02 -08:00
Jonathan Carter
5b6fbdbf32 Merge pull request #94 from oney/fix-semver-compare
Fix semver compare when first version
2015-12-06 13:23:36 -08:00
Howard Yang
c0f8835477 Fix semver compare when first version 2015-12-07 00:28:34 +08:00
Jonathan Carter
30818a16cb Merge pull request #93 from Microsoft/doc_improvements
Doc improvements
2015-12-05 23:25:23 -08:00
Jonathan Carter
35d5ef8d17 Removing debugging link 2015-12-05 22:39:11 -08:00
Jonathan Carter
fd1c92b261 Updating docs 2015-12-05 22:37:15 -08:00
Geoffrey Goh
6c970d522c Merge pull request #92 from Microsoft/notify-during-sync
Call notifyApplicationReady during sync
2015-12-05 11:12:08 -08:00
Geoffrey Goh
f8f7b14095 Call notifyApplicationReady during sync 2015-12-05 10:49:35 -08:00
Jonathan Carter
f42ec59203 Merge pull request #90 from Microsoft/image_docs
Image docs
v1.4.0-beta
2015-12-04 18:07:37 -08:00
Jonathan Carter
43bf51c6b4 Minor fixes 2015-12-04 18:07:17 -08:00
Jonathan Carter
2865f7b102 Minor fixes 2015-12-04 17:42:18 -08:00
Jonathan Carter
0119e7ddc8 Adding asset docs and bumping the version 2015-12-04 17:38:21 -08:00
Geoffrey Goh
bcd0561635 Merge pull request #89 from Microsoft/asset-update-bug
Delete bundle file if it already exists
2015-12-04 14:55:49 -08:00
Geoffrey Goh
5a31a31084 delete bundle file if it already exists 2015-12-04 14:45:02 -08:00
Jonathan Carter
d013935278 Merge pull request #88 from Microsoft/doc_update
Adding detail around deployment key vs name
2015-12-04 14:19:33 -08:00
Jonathan Carter
862d4ddc32 Fixing ambiguity and typo 2015-12-04 14:19:14 -08:00
Jonathan Carter
42a0c64394 Adding detail around deployment key vs name 2015-12-04 13:28:40 -08:00
Geoffrey Goh
466ff1143d Merge pull request #82 from Microsoft/asset-update
Enable Asset updates on iOS
2015-12-04 11:18:46 -08:00
Geoffrey Goh
20fe7c2e4a Update react.gradle 2015-12-04 11:17:59 -08:00
Jonathan Carter
d4b2c63f7d Merge pull request #85 from Microsoft/semver_fix
Fixing semver check issue in checkForUpdate
2015-12-04 09:07:10 -08:00
Jonathan Carter
2873a23b7f Fixing typo 2015-12-04 09:06:51 -08:00
Jonathan Carter
015491dc5b Fixing semver check issue 2015-12-03 16:25:16 -08:00
Geoffrey Goh
f0ff051c18 modify readme 2015-12-03 14:40:16 -08:00
Geoffrey Goh
ed56a9f0b1 add readme 2015-12-03 14:38:44 -08:00
Geoffrey Goh
a06b677af0 feedback 2015-12-03 11:54:28 -08:00
Geoffrey Goh
75cc0cb41d remove keys 2015-12-02 18:35:12 -08:00
Geoffrey Goh
45681288fe asset-update 2015-12-02 16:39:46 -08:00
dtivel
e008679592 Merge pull request #81 from oney/disable-alert-cancelable
Avoid dismissing alert dialog when the user touches the screen
2015-12-02 09:09:02 -08:00
Howard Yang
4403871204 Avoid dismissing my progress dialog when the user touches the screen 2015-12-02 18:09:39 +08:00
Geoffrey Goh
d25489c789 Merge pull request #78 from Microsoft/delete-old-package-error
Prevent error in deleting old packages from failing the install operation.
v1.3.1-beta
2015-11-28 21:28:01 -08:00