Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:ICEmobile/Android
Description
User response to a C2DM notification resumes the container activity, but does not cause a page reload to occur. This needs to happen to pick up any updates. Forcing a page reload on any onResume() is overkill, as not all resumes are associated with a page update. When resuming, either it is the result of a C2DM notification, or possibly an outstanding C2DM notification exists. These are the conditions under which a page should be reloaded.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26825 | Mon Dec 12 09:11:42 MST 2011 | steve.maryka | Mobi-129 Modified page reloading on C2DM notification, so that you do not loose artifacts returning from camera, camcorder or qr code scanning. |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/android/container/src/org/icemobile/client/android/ICEmobileContainer.java
|