Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.1 Beta
-
Component/s: None
-
Labels:None
-
Environment:ICEmobile
Description
Current strategy for handling a C2DM notification in Android container, is to cause a page reload. What we really want is to do a page update just as if it had been a normal icepush notification. The icepush bridge needs to provide an API that will allow this, and the container integration needs to use it.
Activity
Steve Maryka
created issue -
Steve Maryka
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Mircea Toma [ mircea.toma ] |
Steve Maryka
made changes -
Fix Version/s | 1.1 Beta [ 10320 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29052 | Tue May 15 15:53:08 MDT 2012 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/application.js
|
Mircea Toma
made changes -
Assignee | Mircea Toma [ mircea.toma ] | Steve Maryka [ steve.maryka ] |
Ted Goddard
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Mircea Toma [ mircea.toma ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29166 | Wed May 23 18:47:03 MDT 2012 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/application.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29167 | Wed May 23 18:49:07 MDT 2012 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/application.js
|
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29389 | Thu Jun 07 16:51:55 MDT 2012 | steve.maryka | Mobi-141: Android container now supports incremental update on resume, so C2DM no longer causes full page refresh. |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/android/container/src/org/icemobile/client/android/ICEmobileContainer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29391 | Thu Jun 07 17:04:09 MDT 2012 | steve.maryka | Mobi-141: Removed a bit more obsolete logic around detecting C2DM intent for onResume. |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/android/container/src/org/icemobile/client/android/ICEmobileContainer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29428 | Mon Jun 11 12:22:05 MDT 2012 | ted.goddard | mobiRefresh will use ice.ajaxRefresh if available, otherwise window.location.reload ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/blackberry/container/src/org/icemobile/client/blackberry/blackberry-interface.js
MODIFY /icemobile/trunk/icemobile/client/android/container/assets/icefaces/native-interface.js MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Container/MainViewController.mm MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Container/native-interface.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29433 | Mon Jun 11 14:36:10 MDT 2012 | ted.goddard | invoking mobiRefresh via setTimeout ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/blackberry/container/src/org/icemobile/client/blackberry/blackberry-interface.js
MODIFY /icemobile/trunk/icemobile/client/android/container/assets/icefaces/native-interface.js MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Container/MainViewController.mm MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Container/native-interface.js |
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assigning to mircea to provide the bridge api required. Can assign back to me for doing Android container integration. Once we have that working, we can look at Apple and BB.