Commit Graph

62 Commits

Author SHA1 Message Date
Sergey Akhalkov
54351dbe19 installModes: implement new ON_NEXT_SUSPEND install mode (#770)
Restart the app _while_ it is in the background, but only after it has been in the background for "minimumBackgroundDuration" seconds (0 by default), so that user context isn't lost unless the app suspension is long enough to not matter.
2017-04-11 12:52:18 +03:00
max-mironov
60c0894a0a Fixed compile error when building CodePush with iOS app extension (#783) 2017-04-10 08:56:28 +03:00
BO KANG
e42485243d Upgrade RN 0.40 Finalization (#678)
* Header changes

* update the IOS header linker

* header swap
2017-01-24 10:14:49 -08:00
Christopher Dro
25851d24a1 Update header imports for RN 0.40 (#670)
This PR has been tested with the other two PRs for the RN 0.40.
2017-01-23 18:21:03 -08:00
Richard Hua
b08e987971 Fix issue where restarts did not happen on IMMEDIATE installs 2016-10-04 06:09:50 -07:00
Richard Hua
6dc1fb8487 Fix usage of NativeEventEmitter 2016-09-23 17:13:51 -07:00
Geoffrey Goh
f29e5c66e4 Merge pull request #500 from NewStore/fix-deprecated-Event-calls
Update deprecated iOS sendEvent method calls
2016-09-06 11:11:41 -07:00
dbeard
eeddfdab9b Check against self class in initialize methods 2016-09-01 11:41:31 -07:00
Geoffrey Goh
e52b95abeb Update CodePush.m 2016-08-29 11:44:24 -07:00
Geoffrey Goh
18fc035807 prevent crashes during rollbacks 2016-08-27 18:11:43 -07:00
dbeard
8958b9699e Make isFailedHash and isPendingUpdate class methods 2016-08-25 11:12:36 -07:00
Geoffrey Goh
fdfb917c38 whitespace changes 2016-08-16 13:57:39 -07:00
Geoffrey Goh
983f25883f add api to specify custom NSBundle 2016-08-16 13:56:22 -07:00
Felix Sammet
a975d13a46 fix(ios): update deprecated method call 2016-08-08 10:20:33 +02:00
Richard Hua
1a1004ee8b Allow the binary version to be specified independently of the app version 2016-08-01 17:02:12 -07:00
Geoffrey Goh
c8d53e4755 prepend subdirectory to assets path 2016-07-13 23:04:10 -07:00
Geoffrey Goh
1907e01147 add comment 2016-07-13 00:14:41 -07:00
Geoffrey Goh
7811064d74 bump package.json version 2016-07-13 00:03:58 -07:00
Geoffrey Goh
7c5d9106c6 Update CodePush.m 2016-07-12 22:35:27 -07:00
Joshua Feldman
865dfbf9e8 Issue #427 - Adding subdirectory support for iOS bundle 2016-07-12 21:05:55 -07:00
Geoffrey Goh
b9824b9254 merge with master 2016-06-28 14:52:04 -07:00
Geoffrey Goh
2d337b3bb8 CPLog 2016-06-27 17:47:37 -07:00
scottbommarito
a37c0b989e use promises and an async function to improve behavior 2016-06-23 15:44:05 -07:00
Mike Douglas
287a631688 Make sure to call _pauseCallback() when modifying _paused ivar. 2016-06-07 15:38:19 -07:00
Geoffrey Goh
0ee423c259 retry report status 2016-05-09 18:49:58 -07:00
Geoffrey Goh
27e9f34991 add comment and resynthesize pauseCallback 2016-04-28 17:10:23 -07:00
Geoffrey Goh
5cc0556d1a add underscore prefix 2016-04-28 17:00:27 -07:00
Geoffrey Goh
3b050738fc inline progress update methods 2016-04-28 16:57:06 -07:00
Geoffrey Goh
a995a3c64d CR feedback 2016-04-28 14:26:09 -07:00
Geoffrey Goh
b1a176ace5 CR feedback 2016-04-28 11:29:38 -07:00
Geoffrey Goh
6a8ce4d041 rename pragma mark 2016-04-27 16:04:07 -07:00
Geoffrey Goh
99da3bf1b8 download-progress-perf 2016-04-27 16:00:15 -07:00
Geoffrey Goh
4508f63048 improve download progress perf 2016-04-27 14:29:38 -07:00
Geoffrey Goh
4dc2e00908 fix #305 2016-04-22 15:33:35 -07:00
Geoffrey Goh
7a3ba2efa4 CR feedback 2016-04-20 09:53:12 -07:00
Geoffrey Goh
96c629d0a1 extract clearDebugUpdates to seperate function 2016-04-20 00:32:41 -07:00
Geoffrey Goh
b0b9580133 clear updates on init 2016-04-19 15:31:18 -07:00
Jonathan Carter
44153a878c Spacing fix 2016-04-18 12:07:03 -07:00
Jonathan Carter
c7b6dd2891 Fixing typos 2016-04-18 09:45:14 -07:00
Jonathan Carter
4bea6847e8 Set isPending 2016-04-15 17:11:30 -07:00
Jonathan Carter
3086aeae08 iOS implementation of getUpdateMetadata 2016-04-15 15:24:22 -07:00
Jonathan Carter
87e15c79b5 Re-organizing methods 2016-03-13 21:30:33 -07:00
Jonathan Carter
ba24d9abc0 Refactoring error creation 2016-03-13 21:20:40 -07:00
Jonathan Carter
27408709f0 Fixing typo 2016-03-13 20:40:44 -07:00
Jonathan Carter
616d17fe8b Re-organizing test methods 2016-03-13 18:45:33 -07:00
Jonathan Carter
9248fa74bf Adding header import 2016-03-13 18:40:27 -07:00
Jonathan Carter
d43b18baa8 Checking for null binary bundle 2016-03-13 18:36:24 -07:00
Jonathan Carter
eee43ecc23 Fix bundle location 2016-03-12 14:56:30 -08:00
Jonathan Carter
e1a59717b4 Fixing minimumBackgroundDuration on iOS 2016-03-11 08:15:55 -08:00
Jonathan Carter
af33b38b66 Code cleanup 2016-03-10 15:01:57 -08:00