1. bb88068 Prune dead code. by mdempsky@google.com · 13 years ago
  2. ce5a5cf Document a bug in maven-gae-plugin that prevents gae:unpack goal in mobilewebapp from running if gae.home is set in ~/.m2/settings.xml by rchandia@google.com · 13 years ago
  3. c8f935e The DynaTable RF and Mobile Web App samples now use requestfactory-apt to by rjrjr@google.com · 14 years ago
  4. 53418e0 Fixes logging and character set warnings for dynatablerf and mobilewebapp samples. by rjrjr@google.com · 14 years ago
  5. 93310a8 Convert DynaTableRF to use maven. Clean up the docs in the other two by rjrjr@google.com · 14 years ago
  6. a67d0f7 Updates pom.xml to use new Request Factory libraries by rchandia@google.com · 14 years ago
  7. 83ae907 Fixes for MobileWebApp pom.xml by rchandia@google.com · 14 years ago
  8. 4d48c9b Updated header of web.xml files to use XSD version 2.5 by rchandia@google.com · 14 years ago
  9. d124194 Adding integration with m2e 1.0 to MobileWebApp sample by rchandia@google.com · 14 years ago
  10. 3596051 Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 by rchandia@google.com · 14 years ago
  11. a7ee037 Replace RequestFactoryInterfaceValidator with an annotation-processor-based by bobv@google.com · 14 years ago
  12. 3409cfa Fixes problem with datanucleus enhancement and Appengine deployment by rchandia@google.com · 14 years ago
  13. 7ad2317 Cleans up the mobile web app sample for 2.4. by rchandia@google.com · 14 years ago
  14. 0d68b81 Fixing login redirect in MobileWebApp sample. We now send a redirect URL with every request, and use it if the user isn't logged in. We calculate the redirect URL on the client because the client browser has built in support for parsing the URL components. by jlabanca@google.com · 14 years ago
  15. fcc5c03 Fixes a problem where inheriting LoggingDisabled (like RequestFactory does) clobbers the value of gwt.logging.enabled for downstream modules. by rjrjr@google.com · 14 years ago
  16. a7a210f Revert "Extracts AbstractComposite<W> out of Composite, to allow type safe" by rjrjr@google.com · 14 years ago
  17. 62a0cb0 Extracts AbstractComposite<W> out of Composite, to allow type safe by rjrjr@google.com · 14 years ago
  18. f7dcdc4 Add missing steps to samples/mobilewebapp maven directions by rjrjr@google.com · 14 years ago
  19. 9a77b3c Upgrading DynaTableRf and MobileWebApp to use DataGrid. The apps look identical, except that scrolling the table no longer scrolls the column headers out of view. by jlabanca@google.com · 14 years ago
  20. 05db3e6 Allow source samples to forgo having a war folder by rchandia@google.com · 14 years ago
  21. 7533ad6 Added a placeholed for sample/mobilewebapp/war. Required by source target. by rchandia@google.com · 14 years ago
  22. 73916dd Move the SimpleAppCacheLinker out to sample land, it's not quite ready. by rjrjr@google.com · 14 years ago
  23. 7954146 Convert samples/mobilewebapp to use maven. This paves the way to converting the sample to use GIN and Objectify. by rjrjr@google.com · 14 years ago
  24. edb75b0 First example of a View that kicks off its own presenter as by rjrjr@google.com · 14 years ago
  25. bc37c0c Fix various warnings. by gwt.mirrorbot@gmail.com · 14 years ago
  26. c43e713 Adding favicon and app_icon to the app cache manifest file. by jlabanca@google.com · 14 years ago
  27. b35700a Multiple improvements and fixes to the mobile web app. Tasks are now stored in local storage using the TaskProxyLocalStorage class, which is also used when refreshing a task offline in the TaskReadView. I renamed the app to Cloud Tasks, and added a favicon and homepage icon. Also fixed a bug where the "add task" button doesn't show up in the tablet view after editing a task. by jlabanca@google.com · 14 years ago
  28. aee081a Better error reporting. Also, move the proxy and request interfaces by rjrjr@google.com · 14 years ago
  29. b39c4d7 Implementing custom TaskReadViews for tablet, desktop, and mobile. by jlabanca@google.com · 14 years ago
  30. d1d3c87 Fix the transition direction between read and task views by rjrjr@google.com · 14 years ago
  31. dd4a731 Introduces read only task view with an edit button. Gets around by rjrjr@google.com · 14 years ago
  32. 3f6c104 Step one in making mobilewebapp more DI friendly. The goal is to by rjrjr@google.com · 14 years ago
  33. 0d0a554 Eclipse configuration for MobileWebApp. by rchandia@google.com · 14 years ago
  34. 1526d19 Adds user authentication to MobileWebApp. Tasks are now specific to each user. Authentication is done using a Filter, which was copied almost verbatim from the expenses sample. If a user is not logged in, they are forwarded to the login page, then redirected back to their last place in the app. If a user tries to access a task that they do not own, an error messge says that the task cannot be found. by jlabanca@google.com · 14 years ago
  35. 8c789cf Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of templates. Users can drag a template over the edit form to populate the fields. by jlabanca@google.com · 14 years ago
  36. ad89924 Adds HTML5 App Cache support to MobileWebApp sample. by rchandia@google.com · 14 years ago
  37. f3191c1 Including the TaskProxy (when available) in TaskEditPlace so we do not do an extra round trip to the server to lookup the task. by jlabanca@google.com · 14 years ago
  38. 9672fed Moved MobileWebApp src to src/main in preparation for an HTML5 App Cache linker by rchandia@google.com · 14 years ago
  39. 882310f Adding a tutorial video to the MobileWebApp sample as an example of using HTML5 video. Also fixing issue 6300 (pressing cancel button doesn't work when adding a new task). by jlabanca@google.com · 14 years ago
  40. c2ce2f5 Adding the SourceElement for use with Audio and Video, and adding convenience methods in those widgets to use the element. Multiple SourceElements can be specified for an AudioElement/VideoElement widget, and the browser will choose and download one of the sources that it can play. This is convenient and easier than doing a runtime check in user code to figure out the best source file. by jlabanca@google.com · 14 years ago
  41. 7d07e3b Using the Editor framework to edit tasks in the MobileWebApp sample. The DateButton widget is like a DateBox is a button that displays the date and shows a DatePicker when clicked. I extracted it to a common Editable Widget so we can reuse it in the mobile/desktop/tablet views. I added violation contraints to Task, and added support for handling violations in the client. Added a sound effect when a violation constraint occurs, mostly to serve as an example of how to use sound effects in an app. by jlabanca@google.com · 14 years ago
  42. 355ac5e no warnings in mobile sample by rjrjr@google.com · 14 years ago
  43. 18d67dd MobileWebApp sample. Showcases GWT providing a single app providing specialized views for Desktop, Mobile and Tablet devices. Uses App Engine as a backend. by rchandia@google.com · 14 years ago