# HG changeset patch # User Jaroslav Tulach # Date 1407995410 -7200 # Node ID 197472ca59d467e7dc0e11473039af12354dd444 # Parent d1e02a40c201f8db808a70e401e896dbe1b2c6a0 Adressing comments from the first AppStore review: 1. don't mention android, 2. don't use word 'demo', replace it with 'showcase'. diff -r d1e02a40c201 -r 197472ca59d4 minesweeper/Info.plist.xml --- a/minesweeper/Info.plist.xml Thu Aug 07 15:11:55 2014 +0200 +++ b/minesweeper/Info.plist.xml Thu Aug 14 07:50:10 2014 +0200 @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 1 + 2 NSHumanReadableCopyright Copyright © 2014 Jaroslav Tulach. All rights reserved. LSRequiresIPhoneOS diff -r d1e02a40c201 -r 197472ca59d4 minesweeper/pom.xml --- a/minesweeper/pom.xml Thu Aug 07 15:11:55 2014 +0200 +++ b/minesweeper/pom.xml Thu Aug 14 07:50:10 2014 +0200 @@ -476,7 +476,7 @@ org.apidesign.brwsr ibrwsr - 1.0-SNAPSHOT + 0.8.3 runtime diff -r d1e02a40c201 -r 197472ca59d4 minesweeper/src/main/webapp/pages/android_logo.jpg Binary file minesweeper/src/main/webapp/pages/android_logo.jpg has changed diff -r d1e02a40c201 -r 197472ca59d4 minesweeper/src/main/webapp/pages/index.html --- a/minesweeper/src/main/webapp/pages/index.html Thu Aug 07 15:11:55 2014 +0200 +++ b/minesweeper/src/main/webapp/pages/index.html Thu Aug 14 07:50:10 2014 +0200 @@ -94,13 +94,13 @@
-

HTML/Java Technology Demo

+

HTML/Java Technology Showcase

At first sight this is an old good minesweeper - game. At closer look, this is a demo of a revolutionary + game. At closer look, this is a sample use of a revolutionary technology that allows you to use Java to code your application logic and present it using - HTML on any device capable of rendering + HTML on any device providing modern HTML5 browser.

-
+ -
+

Documentation

In case you want to write application like this (e.g. use Java and HTML) you can learn more about the libraries that make that possible. Follow this link to - our documentation. + HTML for Java documentation.

Read more »

-
-

Run in a Browser

-

- While primarily this technology runs on a desktop - or as a table or phone application, it is possible - to execute the same unchanged code in a browser - as well. To do so, one needs a - bck2brwsr - virtual machine. -

-

Try it »

-
- Android + Safari
-

DlvkBrwsr

-

- This application has been packaged to run on your Android phone - and is available on Google Play! In this mode it - uses Dalvik virtual machine to execute Java code natively. - It uses Android's WebView to display the UI and execute - generated JavaScript. Both these components are - bound together via - DlvkBrwsr. -

-

- Install » -

-
+

Run in a Browser

+

+ While primarily this technology runs on a desktop + or as a tablet or phone application, it is also possible + to execute the same unchanged code directly in a browser + as well. To do so, one needs a + bck2brwsr + virtual machine. +

+

Try it »

+
@@ -186,7 +168,7 @@

iBrwsr

This application can also be packaged to run on your iPhone - or iPad. It is not yet available on AppStore, but it will. + or iPad. In this mode it uses RoboVM virtual machine to execute Java code natively. diff -r d1e02a40c201 -r 197472ca59d4 minesweeper/src/main/webapp/pages/safari_logo.png Binary file minesweeper/src/main/webapp/pages/safari_logo.png has changed