Details
- 
        Type:
 New Feature
            
         - 
        Status: Open
 - 
            Priority:
 Major
                
             - 
            Resolution: Unresolved
 - 
            Affects Version/s: 1.1 Final
 - 
            Fix Version/s: 1.4 Beta
 - 
            Component/s: Containers
 - 
            Labels:None
 - 
            Environment:ICEmobile, lost/resumed connection
 
Description
The most basic offline capability is to store a single server request and resume it when connectivity is restored.
Activity
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #31577 | Thu Oct 18 10:19:47 MDT 2012 | ted.goddard | simple offline page (MOBI-371) | 
| Files Changed | ||||
            					
			 
                            ADD
            				/icemobile/trunk/icemobile/samples/mediacast/src/main/webapp/offline.html
            
             | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #31580 | Thu Oct 18 12:10:17 MDT 2012 | ted.goddard | using some static members to allow UploadServlet access as well as multiple uploads named cam (MOBI-371) | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icemobile/trunk/icemobile/samples/mediacast/src/main/java/org/icemobile/samples/mediacast/MediaController.java
            
             
                            MODIFY
            				/icemobile/trunk/icemobile/samples/mediacast/src/main/java/org/icemobile/samples/mediacast/UploadServlet.java
            
             | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #31599 | Thu Oct 18 16:49:37 MDT 2012 | ted.goddard | increased table width (MOBI-371) | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icemobile/trunk/icemobile/samples/mediacast/src/main/webapp/offline.html
            
             | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #31619 | Fri Oct 19 16:48:45 MDT 2012 | ted.goddard | do not refresh current view unless launched from notification (MOBI-371) | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icemobile/trunk/icemobile/client/ios/icemobile/iPad/AppDelegate_iPad.m
            
             
                            MODIFY
            				/icemobile/trunk/icemobile/client/ios/icemobile/iPhone/AppDelegate_iPhone.m
            
             
                            MODIFY
            				/icemobile/trunk/icemobile/client/ios/icemobile/Container/MainViewController.mm
            
             
                            MODIFY
            				/icemobile/trunk/icemobile/client/ios/icemobile/Container/MainViewController.h
            
             | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #31620 | Fri Oct 19 17:19:01 MDT 2012 | ted.goddard | do not refresh current view unless launched from notification (MOBI-371) | 
| Files Changed | ||||
            					
			 
                            ADD
            				/icemobile/trunk/icemobile/samples/mediacast/src/main/webapp/resources/images/camera.png
            
             
                            MODIFY
            				/icemobile/trunk/icemobile/samples/mediacast/src/main/webapp/offline.html
            
             
                            ADD
            				/icemobile/trunk/icemobile/samples/mediacast/src/main/webapp/resources/images/plus.png
            
             | 
| Field | Original Value | New Value | 
|---|---|---|
| Reporter | Migration [ remote ] | Ted Goddard [ ted.goddard ] | 
| Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] | 
| Fix Version/s | 1.3 Beta [ 10373 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #33740 | Mon Mar 04 11:18:01 MST 2013 | ted.goddard | restoring static access for direct uploads (MOBI-371) | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icemobile/trunk/icemobile/samples/mediacast/src/main/java/org/icemobile/samples/mediacast/MediaController.java
            
             
                            MODIFY
            				/icemobile/trunk/icemobile/samples/mediacast/src/main/java/org/icemobile/samples/mediacast/UploadServlet.java
            
             | 
| Fix Version/s | 1.4 Beta [ 10874 ] | |
| Fix Version/s | 1.3 Beta [ 10373 ] | 

One feature of the ICEmobile integration with ICEpush will be to suspend and resume the push connection based on the state of the current network connection. This will use the detection API in
MOBI-840.