[JBoss JIRA] (JBIDE-15913) Export dialogs should check the Android SDK
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15913?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-15913:
---------------------------------
Fix Version/s: 4.2.x
> Export dialogs should check the Android SDK
> -------------------------------------------
>
> Key: JBIDE-15913
> URL: https://issues.jboss.org/browse/JBIDE-15913
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Beta1
> Reporter: Gorkem Ercan
> Assignee: Gorkem Ercan
> Priority: Minor
> Fix For: 4.2.x
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> If a project is exported for Android without setting the Android SDK preferences. An error occurs. Export wizards should check the availability of the preferences.
> Steps:
> 1. Create a project
> 2. Export Native Platform Project
> 3. Select Android and Click finish.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-16053) Aerogear: backbutton listener doesn't work on the android device
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16053?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-16053:
---------------------------------
Labels: respin-a (was: )
> Aerogear: backbutton listener doesn't work on the android device
> ----------------------------------------------------------------
>
> Key: JBIDE-16053
> URL: https://issues.jboss.org/browse/JBIDE-16053
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Reporter: Ilya Buziuk
> Assignee: Gorkem Ercan
> Labels: respin-a
> Fix For: 4.1.1.Final
>
>
> http://docs.phonegap.com/en/3.1.0/cordova_events_events.md.html#backbutton - backbutton event doc
> Steps for verifying:
> 1. Create new Hybrid Mobile Application Project
> 2. Update index.html with the sample from the documentation:
> {code:title=index.html|borderStyle=solid}
> <!DOCTYPE html>
> <html>
> <head>
> <title>Back Button Example</title>
> <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
> <script type="text/javascript" charset="utf-8">
> // Wait for device API libraries to load
> //
> function onLoad() {
> document.addEventListener("deviceready", onDeviceReady, false);
> }
> // device APIs are available
> //
> function onDeviceReady() {
> // Register the event listener
> document.addEventListener("backbutton", onBackKeyDown, false);
> }
> // Handle the back button
> //
> function onBackKeyDown() {
> alert(1);
> }
> </script>
> </head>
> <body onload="onLoad()">
> </body>
> </html>
> {code}
> 3. Run the app on the android device
> 4. Press the back button when the app will be ready
> 5. ERROR: App will be closed - no alert will be shown
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-16053) Aerogear: backbutton listener doesn't work on the android device
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16053?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-16053:
---------------------------------
Fix Version/s: 4.1.1.CR1
> Aerogear: backbutton listener doesn't work on the android device
> ----------------------------------------------------------------
>
> Key: JBIDE-16053
> URL: https://issues.jboss.org/browse/JBIDE-16053
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Reporter: Ilya Buziuk
> Assignee: Gorkem Ercan
> Labels: respin-a
> Fix For: 4.1.1.CR1, 4.1.1.Final
>
>
> http://docs.phonegap.com/en/3.1.0/cordova_events_events.md.html#backbutton - backbutton event doc
> Steps for verifying:
> 1. Create new Hybrid Mobile Application Project
> 2. Update index.html with the sample from the documentation:
> {code:title=index.html|borderStyle=solid}
> <!DOCTYPE html>
> <html>
> <head>
> <title>Back Button Example</title>
> <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
> <script type="text/javascript" charset="utf-8">
> // Wait for device API libraries to load
> //
> function onLoad() {
> document.addEventListener("deviceready", onDeviceReady, false);
> }
> // device APIs are available
> //
> function onDeviceReady() {
> // Register the event listener
> document.addEventListener("backbutton", onBackKeyDown, false);
> }
> // Handle the back button
> //
> function onBackKeyDown() {
> alert(1);
> }
> </script>
> </head>
> <body onload="onLoad()">
> </body>
> </html>
> {code}
> 3. Run the app on the android device
> 4. Press the back button when the app will be ready
> 5. ERROR: App will be closed - no alert will be shown
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-16066) Top-Down WS deployment isn't successful when selecting Start/Test service in Web Service dialog
by Radoslav Rábara (JIRA)
Radoslav Rábara created JBIDE-16066:
---------------------------------------
Summary: Top-Down WS deployment isn't successful when selecting Start/Test service in Web Service dialog
Key: JBIDE-16066
URL: https://issues.jboss.org/browse/JBIDE-16066
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.1.1.CR1
Environment: JBDS 7.1.0 CR1, EAP-6.1
Reporter: Radoslav Rábara
Deployment isn't successful when Top-Down web service is created with slider level selected to "Start service" or "Test service". Project is deployed to the server but the service endpoint isn't added so the service is not accessible.
It works with other slider levels and all levels works when the server isn't started before the web service is created.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-16053) Aerogear: backbutton listener doesn't work on the android device
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16053?page=com.atlassian.jira.plugi... ]
Gorkem Ercan commented on JBIDE-16053:
--------------------------------------
template change is done on master
> Aerogear: backbutton listener doesn't work on the android device
> ----------------------------------------------------------------
>
> Key: JBIDE-16053
> URL: https://issues.jboss.org/browse/JBIDE-16053
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Reporter: Ilya Buziuk
> Assignee: Gorkem Ercan
> Labels: respin-a
> Fix For: 4.1.1.CR1, 4.1.1.Final
>
>
> http://docs.phonegap.com/en/3.1.0/cordova_events_events.md.html#backbutton - backbutton event doc
> Steps for verifying:
> 1. Create new Hybrid Mobile Application Project
> 2. Update index.html with the sample from the documentation:
> {code:title=index.html|borderStyle=solid}
> <!DOCTYPE html>
> <html>
> <head>
> <title>Back Button Example</title>
> <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
> <script type="text/javascript" charset="utf-8">
> // Wait for device API libraries to load
> //
> function onLoad() {
> document.addEventListener("deviceready", onDeviceReady, false);
> }
> // device APIs are available
> //
> function onDeviceReady() {
> // Register the event listener
> document.addEventListener("backbutton", onBackKeyDown, false);
> }
> // Handle the back button
> //
> function onBackKeyDown() {
> alert(1);
> }
> </script>
> </head>
> <body onload="onLoad()">
> </body>
> </html>
> {code}
> 3. Run the app on the android device
> 4. Press the back button when the app will be ready
> 5. ERROR: App will be closed - no alert will be shown
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months