id
int64
0
5.38k
issuekey
stringlengths
4
16
created
stringlengths
19
19
title
stringlengths
5
252
description
stringlengths
1
1.39M
storypoint
float64
0
100
1,811
TISTUD-5770
11/20/2013 00:13:49
Studio constantly updates iOS info, sometimes multiple times at once.
h5.Description Studio will constantly check for updates in the iOS info. This check will run through and then sleep, staying in the progress tab. Also, it will sometimes check the iOS info twice.
3
1,812
TISTUD-5774
11/20/2013 18:21:14
Refreshing Studio workspace takes too long
h5.Description Every time I open Studio it refreshed my workspace, sometimes runs a "building workspace" too. Having KitchenSink installed or any other large project can really slow down the process. For me it took just a little over 10 minutes before I could start properly working with Studio. +Extra Information+ The processor usage increased significantly as it tried to run the two Studio commands, I have attached a screenshot of the Activity Manager.
8
1,813
TISTUD-5775
11/20/2013 18:38:32
Studio: Cannot update Appcelerator Studio
h5. To reproduce 1. Appcelerator Studio> Help > Check for Appcelerator Updates 2. Accept License and click Install h5. Actual result Nothing happens h5. Expected result Succes in update and the dialog window to restart Studio If I add http://ec2-50-16-19-245.compute-1.amazonaws.com/appcelerator/appc-studio/standalone/update/rc/ and point to this url, it cannot be found Steps: (Help> Install New software)
5
1,814
TISTUD-5776
11/20/2013 21:15:40
Android devices are not detected by Studio
Steps to reproduce: 1. Create a titanium project 2. In the launch menu, check to see if the attached android device shows up 3. Run ti info -t android and verify that the device appears Expected result: The plugged in device should show up Actual result: The device doesn't show up, but it does from ti info on the command line.
3
1,815
TISTUD-5777
11/20/2013 21:45:14
Profiling fails on android device with StringIndexOutOfBoundsException error
h5.Description: 1.Profile any app in studio for android device. 2.Monitor the build & launch process. h5.Actual Result: 1. We get error & the build process fails: {code} !ENTRY com.appcelerator.titanium.android.core 2 0 2013-11-20 13:33:30.265 !MESSAGE (Build 3.2.0.201311200357) [WARNING] Aborting app launch. Installation process returned exit code 143 !ENTRY org.eclipse.core.jobs 4 2 2013-11-20 13:33:30.351 !MESSAGE An internal error occurred during: "Launching Appcelerator Android Application Installer - commonapp". !STACK 0 java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1937) at com.appcelerator.titanium.android.core.launching.AndroidInstallerLaunchConfigurationDelegate.launch(AndroidInstallerLaunchConfigurationDelegate.java:214) at com.appcelerator.titanium.android.ui.launching.device.AndroidDebugOnDeviceLaunchConfigurationDelegate.launch(AndroidDebugOnDeviceLaunchConfigurationDelegate.java:139) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:858) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:707) at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1018) at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1222) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) {code} h5.Expected Result: 1.The profiling process should be successful & not fail because of StringIndexOutOfBoundsException error.
3
1,816
TISTUD-5778
11/20/2013 23:17:45
Studio: Alloy sample projects marked with invalid warnings due to "TT Unused Rules" validator
h5. Description: After importing many (possibly any) of our Alloy-based sample projects, the project is showing warnings for unused styling items. These warnings are not accurate as the items are not unused. h5. Steps to reproduce: 1) Import any Alloy sample (e.g., Alloy Todo List Sample) 2) Verify that there are warnings on the files (e.g., /app/styles/add.tss) 3) Choose a warning and hover h5. Result: The warning is for unused styling items, but the items are not unused. h5. Expected Result: No invalid warnings
5
1,817
TISTUD-5780
11/21/2013 06:12:33
Unable to configure Android SDK on a Mavericks machine
On a Mavericks machine I tried configuring Android SDK in my Studio. Steps followed: 1. Downloaded Studio and launched it. 2. Studio prompted for the Platform Configuration screen. 3. From the configuration screen I selected the required Android SDK versions and clicked 'Configure' button to complete the configurations at the Default location. 4. The Installation screen opened and the process completed. 5. I clicked on the 'Close' button. Actual Result 1. Reopened the Studio Dashboard but still the Android SDK was not configured. 2. Restart the Studio but still the no use. 3. The Preference >> Studio >> Platforms >> Android SDK Home page prompts for error message. 4. I checked the Default location where the Android SDK was installed, the folder location showed the proper installation contents. Note: I have already successfully configured my Studio with iOS and Tizen SDKs. Please refer the attached screen shot and log file for further reference.
5
1,818
TISTUD-5781
11/21/2013 08:49:13
Studio: Java NPE occured while launching Studio on clean Ubuntu system
1) Used clean Ubuntu 12.04 64-bit system 2) Installed all the pre-requisites (Java, NodeJS and other dependecies) 3) Downloaded and launch latest Appcelerator Studio Actual Result - Error popup appears as soons as Studio launched. See the attached log file and screen shot Expected Result - Studio should launch successfully without any error
3
1,819
TISTUD-5784
11/21/2013 22:08:24
Package - target Mobile Web - no output in the console
When package for Mobile Web, using Studio options, there is no any output in the console. h5.Expected result Should see build process output
5
1,820
TISTUD-5785
11/22/2013 00:58:59
Global launch toolbar looks cramped on Windows
There are spacing issues with the global launch toolbar on Windows. The spacing is not properly layouted between launch icon, mode and shortcut. Due to this layout issue, user might not differentiate the launch icon and launch mode as separate actions. Improve the layout of global launch toolbar on Windows similar to Mac.
3
1,821
TISTUD-5788
11/22/2013 23:07:25
Debugger does not work on iOS simulator/device
[~cbarber] tried to run/debug iOS app on Retina iPhone 4 simulator, however Studio failed to launch the app. The error indicates that --device-family is passed as "unknown" for running the Retina iPhone4 simulator. We should pass in a valid --device-family value to allow launch the app on simulator/device.
5
1,822
TISTUD-5790
11/23/2013 01:49:52
Modules: Studio fails when installing modules into a project
h5.Description Installing a module into a project will fail saying the module already exists. Then fail and add an Android folder with nothing inside. h5.Steps To Reproduce 1. Download a module from the marketplace. 2. Create a default project. 3. Help -> Install Mobile Module... 4. Install the module into the default project h5.Expected Result Module should install successfully h5.Actual Result Studio fails to install the module
5
1,823
TISTUD-5962
11/24/2013 18:42:27
iOS 7: No application-level logs
h3. Steps to Reproduce Since the last update this week, when I launch iOS simulator (iPad or iPhone), only log of build is shown.. No logs of app. 1) Open FieldService project 2) Add some Ti.API.info / Ti.API.error in code 3) Build in simulator iOS7 (or iOS6) h3. Actual Result No log (with or without LiveView) h3. Expected Result Show Ti.API.info logs of app
5
1,824
TISTUD-5793
11/25/2013 18:41:07
Studio: Updates -intermittent unexpected Appcelerator Updates pop up before finishing Studio updates
It is an intermittent issue, updating Appcelerator Studio build. Please, refer to the screenshot. QE could not reproduce it on another machine. h5. Steps Appcelerator> Help> Check for Updates h5. Actual result When restart studio dialog appears, the Appcelerator Updates window with Appcelerator Studio build offer pops up, you cannot dismiss it, but can uncheck the box. Force to quit and check for Appcelerator Updates - no Appcelerator Studio build will be offered since changes already took effect.
5
1,825
TISTUD-5797
11/26/2013 02:46:50
Android 2.3 is still listed as the required SDK
# Install only Android SDK 4.* version # Try to create a project and notice that the Android SDK is still shown as invalid. After I create a project for only Android platform, the global run toolbar is disabled - as the Android platform is treated as invalid (due to missing 2.3.* sdk). Expected : With 3.2.0, SDK doesn't have dependency to have 2.3.3 installed. It just requires at least one SDK >= 2.3.3
3
1,826
TISTUD-5807
11/27/2013 18:47:03
Tizen - Run>Tizen device builds app to Tizen Emulator
When Run the app as Tizen Device via Studio, Tizen Emulator launches as a result. I had the device plugged in and Emulator up. {code}Olgas-MacBook-Pro:tools oromero$ ./sdb devices List of devices attached emulator-26101 device Tizen 0000dada0000ad1e device device--1{code} h5.To reproduce 1. Titanium Studio> Run As Tizen Device h5. Actual result Application launches in Tizen Emulator h5.Expectedr result Application should launch on the device
5
1,827
TISTUD-5808
11/27/2013 22:26:49
Alloy sample projects missing files on import
Using Studio 3.3.0.201311252045 on OS X. Steps: 1. Open Samples view. 2. Expand Alloy samples folder 3. Right click on any Alloy sample and select 'Import...'. 4. After import, open new folder. Result: Folder contains three files and one Resources folder: tiapp, License, and readme. Expected: All required files are generated.
3
1,828
TISTUD-5810
11/27/2013 23:28:38
Studio: Global toolbar - no visual feedback on click
h5. To reproduce Global Toolbar > Click on Run h5.Actual result No visual feedback h5.Expected result Visual feedback (e.g. home icon)
3
1,829
TISTUD-5811
11/28/2013 01:16:34
Android Avd not being refreshed when configured for the first time
When configuring TiStudio for Android the first time around. The avd's are not being picked up instantly. You can get around the problem by restarting studio. Have gone over the issue with [~pinnamuri] is familiar with the issue.
5
1,830
TISTUD-5812
11/28/2013 02:17:51
New platform shortcuts are not loaded after adding the platform in the TiApp
# Add additional platform in the TiApp, for example to include Tizen. # The platform shortcuts are not refreshed/loaded forever. # If there is only one project in the explorer, then we need to unselect the project in the explorer to get the shortcuts related to Tizen. Otherwise, create a dummy project and change the selection between them to get the new platform launch shortcuts.
3
1,831
TISTUD-5814
11/28/2013 10:04:24
Windows: Android - Platform Configuration window shows Latest version installed: unknown
I did not have Android configure on my system. Steps followed: 1. Launched Studio. 2. From Dashboard Android>> Install or Update Android SDK >> Platform Configuration window 3. It prompted for installing Android 4.4 I completed it successfully. Actual Result: After the successful installation the Platform Configuration window shows Latest version installed: unknown. Expected: The installed version of Android SDK should be displayed instead of unknown version message. Please refer the attached screen shot for more clarification.
5
1,832
TISTUD-5821
11/28/2013 14:45:47
No editor descriptor for id com.appcelerator.titanium.ui.ide.tiappEditor
h3. Steps to Reproduce 1 - Close Studio and save the workspace with tiapp.xml tab open 2 - Open studio again TO fix: Close the file and open again. h3. Actual Result Image attachments (No editor descriptor for id com.appcelerator.titanium.ui.ide.tiappEditor) h3. Expected Result GUI for tiapp.xml
5
1,833
TISTUD-5816
11/29/2013 06:02:52
ArrayIndexOutOfBoundsException when computing SDK info
I took the studio updates restated my Studio. On restart I got the error prompt for 'An internal error occurred Computing SDK info'. Please refer the attached screen shot and log file for more clarification. {code} !ENTRY org.eclipse.core.jobs 4 2 2013-11-29 10:54:52.375 !MESSAGE An internal error occurred during: "Computing SDK Info...". !STACK 0 java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.ArrayList.elementData(ArrayList.java:400) at java.util.ArrayList.get(ArrayList.java:413) at com.appcelerator.titanium.android.core.AndroidSDKLocator.updateTiInfo(AndroidSDKLocator.java:454) at com.appcelerator.titanium.android.core.AndroidSDKLocator.initialize(AndroidSDKLocator.java:209) at com.appcelerator.titanium.core.mobile.SDKLocator.lazyInitialize(SDKLocator.java:153) at com.appcelerator.titanium.core.mobile.SDKLocator.getInitializationStatus(SDKLocator.java:84) at com.appcelerator.titanium.ui.portal.processor.MobileSDKConfigurationHelper.getSDKInitializationStatus(MobileSDKConfigurationHelper.java:330) at com.appcelerator.titanium.ui.portal.actionController.MobileSDKActionController.refreshSDK(MobileSDKActionController.java:347) at com.appcelerator.titanium.ui.portal.actionController.MobileSDKActionController$1.run(MobileSDKActionController.java:124) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) {code}
3
1,834
TISTUD-5822
12/02/2013 19:18:46
Add a "Refresh" menu to manually refresh the list of Android and iOS Devices
h5.Description After plugging in an Android device I must wait 30 seconds before the run drop down is refreshed, displaying the device. This is a long time to wait for a device to be detected, it needs to be quicker.
5
1,835
TISTUD-5823
12/02/2013 19:25:31
MobileWeb: "MobileWeb preview in emulator" creates a new Android emulator.
h5.Description Running a MobileWeb project on an emulator will create a new Android emulator. The new studio requires the user creates the Android emulators themselves. However in this case Studio creates an emulator and ignores the users default Android choice. h5.Steps To Reproduce 1. Create a MobileWeb project 2. Run the project on emulator h5.Expected Result The project should build and install onto my chosen default Android emulator. h5.Actual Result Studio creates a new Android emulator and installs the application onto it.
8
1,836
TISTUD-5824
12/02/2013 21:50:30
Studio updates fail with certificate error
Tried all three preview links to install the update to 3.2 and cannot get past the following error during the software update: {code} An error occurred while collecting items to be installed session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Problems downloading artifact: osgi.bundle,com.appcelerator.titanium.branding,3.3.0.1384563768. Error reading signed content:/var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile6574483185919399456.jar An error occurred while processing the signatures for the file: /var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile6574483185919399456.jar Problems downloading artifact: osgi.bundle,com.appcelerator.titanium.core,3.1.2.1385585178. Error reading signed content:/var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile7245106961147142599.jar An error occurred while processing the signatures for the file: /var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile7245106961147142599.jar Problems downloading artifact: osgi.bundle,com.appcelerator.titanium.rcp,3.3.0.201311272028. Error reading signed content:/var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile2785206651167591676.jar An error occurred while processing the signatures for the file: /var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile2785206651167591676.jar Problems downloading artifact: osgi.bundle,com.appcelerator.titanium.rcp.studio,1.0.0.201311272028. Error reading signed content:/var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile2479563730471450049.jar An error occurred while processing the signatures for the file: /var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile2479563730471450049.jar Problems downloading artifact: osgi.bundle,com.appcelerator.titanium.studio.rcp.override,1.0.0.201311272028. Error reading signed content:/var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile8442992676643988469.jar An error occurred while processing the signatures for the file: /var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile8442992676643988469.jar Problems downloading artifact: osgi.bundle,com.appcelerator.titanium.ui,1.1.0.1385600555. Error reading signed content:/var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile1429540028732507931.jar An error occurred while processing the signatures for the file: /var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile1429540028732507931.jar Problems downloading artifact: osgi.bundle,com.appcelerator.titanium.ui.ide,1.1.0.1385072181. Error reading signed content:/var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile2246925954441441870.jar An error occurred while processing the signatures for the file: /var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile2246925954441441870.jar Problems downloading artifact: osgi.bundle,com.appcelerator.titanium.usage,1.0.0.1384993009. Error reading signed content:/var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile7821445931792401098.jar An error occurred while processing the signatures for the file: /var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile7821445931792401098.jar Problems downloading artifact: org.eclipse.update.feature,com.appcelerator.titanium.feature,3.3.0.1385072181-7E7B-7GIZUMJS_Wf5_aWDbUFZA2s. Error reading signed content:/var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile4160586145906849227.jar An error occurred while processing the signatures for the file: /var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile4160586145906849227.jar Problems downloading artifact: org.eclipse.update.feature,com.appcelerator.titanium.feature.rcp,3.3.0.201311272028-837_FA-FFBdWG4WIGnswU7DC08HJ. Error reading signed content:/var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile8559155449362296246.jar An error occurred while processing the signatures for the file: /var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile8559155449362296246.jar Problems downloading artifact: org.eclipse.update.feature,com.appcelerator.titanium.studio,3.3.0.1385605866-7T79382kFEI67z0Ie. Error reading signed content:/var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile8952509947482424607.jar An error occurred while processing the signatures for the file: /var/folders/83/bgbv34ld7f7cd349nrp3mvtc0000gr/T/signatureFile8952509947482424607.jar {code}
5
1,837
TISTUD-5825
12/02/2013 22:29:51
Cannot distribute Blackberry apps
Null pointer exception. {code} !ENTRY com.aptana.core 1 0 2013-12-02 14:23:04.825 !MESSAGE (Build 3.2.0.201311120644) [INFO] com.aptana.core/debug/shell Running process: Process: "/usr/local/bin/titanium" "--no-colors" "--no-progress-bars" "--no-prompt" "--no-banner" "status" "-o" "json" Working directory: null Environment: {ANALYTICS_SOURCE=studio, ANDROID_HOME=/Users/penrique/Documents/android-sdk, ANDROID_NDK=/Users/penrique/Documents/android-ndk, ANDROID_SDK=/Users/penrique/Documents/android-sdk, APTANA_VERSION=3.2.0.1364103230, Apple_PubSub_Socket_Render=/tmp/launch-HWoPah/Render, GOOGLE_APIS=/Users/penrique/Documents/android-sdk/add-ons/addon-google_apis-google-8, HOME=/Users/penrique, JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home, LANG=en_US.UTF-8, LOGNAME=penrique, NDK_CCACHE=/usr/local/bin/ccache, NUM_CPUS=4, PATH=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin:/Applications/bbndk/target_10_1_0_1483/qnx6//Applications/Momentics.app/host_10_1_0_231/darwin/x86//bin:/Users/penrique/Documents/android-sdk/platform-tools:/Users/penrique/Documents/android-sdk/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/go/bin, PWD=/Applications/Titanium Studio/TitaniumStudio.app/Contents/MacOS, QNX_HOST=/Applications/Momentics.app/host_10_1_0_231/darwin/x86, QNX_TARGET=/Applications/bbndk/target_10_1_0_1483/qnx6, SHELL=/bin/bash, SHLVL=1, SSH_AUTH_SOCK=/tmp/launch-BRZ1Fi/Listeners, STUDIO_NAME=Titanium Studio, STUDIO_PRODUCT_ID=com.appcelerator.titanium.rcp.product, STUDIO_VERSION=3.2.0.201311120644, TMPDIR=/var/folders/52/zqyjkgrn0fqg6gbcfv8k3t400000gp/T/, USER=penrique, __CF_USER_TEXT_ENCODING=0x1F6:0:0, __CHECKFIX1436934=1, com.apple.java.jvmTask=JNI} !ENTRY com.aptana.core 1 0 2013-12-02 14:23:06.083 !MESSAGE (Build 3.2.0.201311120644) [INFO] com.aptana.core/debug/shell Running process: Process: "/usr/local/bin/titanium" "--no-colors" "--no-progress-bars" "--no-prompt" "--no-banner" "info" "-o" "json" "-t" "ios" "--sdk" "3.2.0.v20131028170320" Working directory: null Environment: {ANALYTICS_SOURCE=studio, ANDROID_HOME=/Users/penrique/Documents/android-sdk, ANDROID_NDK=/Users/penrique/Documents/android-ndk, ANDROID_SDK=/Users/penrique/Documents/android-sdk, APTANA_VERSION=3.2.0.1364103230, Apple_PubSub_Socket_Render=/tmp/launch-HWoPah/Render, GOOGLE_APIS=/Users/penrique/Documents/android-sdk/add-ons/addon-google_apis-google-8, HOME=/Users/penrique, JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home, LANG=en_US.UTF-8, LOGNAME=penrique, NDK_CCACHE=/usr/local/bin/ccache, NUM_CPUS=4, PATH=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin:/Applications/bbndk/target_10_1_0_1483/qnx6//Applications/Momentics.app/host_10_1_0_231/darwin/x86//bin:/Users/penrique/Documents/android-sdk/platform-tools:/Users/penrique/Documents/android-sdk/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/go/bin, PWD=/Applications/Titanium Studio/TitaniumStudio.app/Contents/MacOS, QNX_HOST=/Applications/Momentics.app/host_10_1_0_231/darwin/x86, QNX_TARGET=/Applications/bbndk/target_10_1_0_1483/qnx6, SHELL=/bin/bash, SHLVL=1, SSH_AUTH_SOCK=/tmp/launch-BRZ1Fi/Listeners, STUDIO_NAME=Titanium Studio, STUDIO_PRODUCT_ID=com.appcelerator.titanium.rcp.product, STUDIO_VERSION=3.2.0.201311120644, TMPDIR=/var/folders/52/zqyjkgrn0fqg6gbcfv8k3t400000gp/T/, USER=penrique, __CF_USER_TEXT_ENCODING=0x1F6:0:0, __CHECKFIX1436934=1, com.apple.java.jvmTask=JNI} !ENTRY com.aptana.core 1 0 2013-12-02 14:23:11.053 !MESSAGE (Build 3.2.0.201311120644) [INFO] com.aptana.core/debug/shell Searching for node in PATH locations: /Applications/bbndk/target_10_1_0_1483/qnx6//Applications/Momentics.app/host_10_1_0_231/darwin/x86//bin, /Users/penrique/Documents/android-sdk/platform-tools, /Users/penrique/Documents/android-sdk/tools, /usr/bin, /bin, /usr/sbin, /sbin, /usr/local/bin, /usr/local/go/bin !ENTRY com.aptana.core 1 0 2013-12-02 14:23:11.054 !MESSAGE (Build 3.2.0.201311120644) [INFO] com.aptana.core/debug/shell Found executable on PATH: /usr/local/bin/node !ENTRY com.appcelerator.titanium.blackberry.core 4 0 2013-12-02 14:23:11.061 !MESSAGE !STACK 0 java.lang.NullPointerException at com.appcelerator.titanium.blackberry.internal.core.launching.BlackBerryNodeJSCommandsHelper.build(BlackBerryNodeJSCommandsHelper.java:89) at com.appcelerator.titanium.blackberry.internal.core.launching.BlackBerryNodeJSCommandsHelper.packageProject(BlackBerryNodeJSCommandsHelper.java:252) at com.appcelerator.titanium.blackberry.internal.core.launching.BlackBerryPackagerLaunchConfigurationDelegate$1.run(BlackBerryPackagerLaunchConfigurationDelegate.java:91) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) {code}
3
1,838
TISTUD-5827
12/02/2013 23:25:29
MobileWeb: Cannot package mobileweb project
h5.Description Packing a Mobile Web project will fail, creating no packaged application and displaying no error. h5. Steps To Reproduce 1. Create a Mobile Web project 2. Package the project h5. Expected Result A packaged project should have been created. h5. Actual Result Nothing happens, with no error messages to display a problem either.
5
1,839
TISTUD-5832
12/03/2013 11:30:01
Dashboard is not detecting Android SDK if version 2.3.3 is not installed
Precondition: I have added -Dtitanium.sdkRequirementsUrl=http://preview.appcelerator.com/dashboard/sdk_info.json after "-vmargs" to the .ini file. Test Steps: 1. Launch Appcelerator Studio on a clean machine. 2. Configure Android SDK with default 4.4 version from Dashboard. 3.Preferences > Studio > Platforms > Android --> Verify that android SDK is accepted in Preferences and no error should be thrown. Actual Result: Studio Dashboard is not detecting Android SDK.One possible reason is Android 2.3.3 version is not installed.
5
1,840
TISTUD-5833
12/03/2013 22:32:42
Check for spaces in Android NDK path
Some of the scripts inside Android NDK do not handle spaces well. If there is a space in the sdk path, it's likely that building the module will fail. Studio should check for spaces in the ndk path to avoid this.
5
1,841
TISTUD-5834
12/03/2013 23:26:41
Android : Studio does not have an option to create & support an android keystore with different keystore & key password
h5.Description: 1.In CLI 3.2.0-beta we have an option to provide two different "keystore" & "key" passwords while packaging an android app for dist-playstore. 2.Studio does not have any option to create a keystore with different "keystore" & "key" passwords. 3.Also, using a keystore with different "keystore" & "key" passwords to package an app in studio which as of now only supports providing"keystore password" while packaging, throws error {code}[ERROR] : Missing required option: --key-password <keypass>{code} h5.Expected: 1. Studio should be able to create an android keystore with diferent "keystore" & "key" passwords. 2.Using a keystore with different "keystore" & "key" passwords to package an app in studio should not fail
8
1,842
TISTUD-5841
12/04/2013 19:01:07
Running a iPad only app on iPad simulator starts the app in iphone simulator
When trying to build a iPad only app for iPad simulator using SDK 3.1.2.GA on the latest Studio kicks of a iphone simulator build. studio log {code} !ENTRY com.aptana.core 1 0 2013-12-04 10:58:00.059 !MESSAGE (Build 3.2.0.201311271528) [INFO] com.aptana.core/debug/shell Running process: Process: "/usr/local/bin/titanium" "--no-colors" "--no-progress-bars" "--no-prompt" "build" "--platform" "ipad" "--sdk" "3.1.2.GA" "--log-level" "trace" "--target" "simulator" "--ios-version" "7.0" "--device-family" "iphone" "--skip-js-minify" ` {code} Steps to Reproduce. 1. Create a new iPad only app with SDK set 3.1.2.GA 2. Run for iPad Simulator. Actual Result. iphone simulator starts up. Expected Result. Selected iPad simulator starts up.
5
1,843
TISTUD-5843
12/04/2013 22:20:20
Alloy keyboard shortcuts don't work for platform-specific folder structure
Steps: 1. Import attached project to Studio. 2. Open {{views/ios/index.xml}} 3. Use keyboard shortcut/file menu to open the view's associated controller (Cmd+Shift+C, e.g.). 4. A menu appears asking to select #1) Comment line/selection or #2) Controller File. 5. Select #2) Controller file. Results: Nothing happens. Expected: In this case, I would expect {{controllers/ios/index.js}} to open. In general, I'd expect Studio to open the platform-specific file, if one exists, otherwise open the platform-default version.
5
1,844
TISTUD-5844
12/04/2013 22:34:54
Package Alloy Geocoder sample in Studio
Currently for Alloy samples, we call "alloy new" to create the default app and then unzip the sample content on top of it, but for Geocoder sample in 3.2.0, due to the complexity related to ALOY-891, we decide that it will contain the full-fledged app in a zip, and we will define the sample using our existing sample extension point.
3
1,845
TISTUD-5846
12/04/2013 23:17:22
Appcelerator studio intermittently becomes unresponsive & on a force quit & restart gives errors.
h5.Description: 1. Use the studio version mentioned in environment field. h5.Actual Result: 1. You would intermittently see studio become unresponsive & the wait spinning circle spinning. 2. It does not become responsive again & only way is to force restart. 3. After force restarting we get dialog "multiple errors have occurred" showing a NPE. NOTE 1: Have attached screenshot, studio logs & diagnostic test for reference. NOTE 2: The error are different everytime. NOTE 3: If you try to open any file it will throw errors. h5.Expected result: 1. Studio should not become unresponsive & on restart should not get any errors.
3
1,846
TISTUD-5847
12/04/2013 23:19:10
Usability: Toolbar not forced visible after update
Updating from Appcelerator Studio 3.1.4 to 3.2.0, my toolbar remained hidden (which is the default in 3.1.4) This is a big problem, as all Run/Debug/Profile… options have been moved from the view to the global toolbar. The workaround is to use Window >Show Toolbar, but that's not obvious to many people.
5
1,847
TISTUD-5849
12/05/2013 02:06:16
'File Open Error' after stopping & resuming JDK installation
Steps: 1. Run Windows installer on system without JDK installed. 2. Once you start the JDK part of the installation click "STOP" to return to the 'Confirm installation' screen. 3. Click Install agagin. Result: Error dialog (see attached).
8
1,848
TISTUD-5853
12/05/2013 13:19:01
Studio freezes on Startup when selecting a run-configuration
When opening the latest RC of Titanium Studio and trying to select a run-configuration (iOS/Android-device-/simulator), the Studio freezes for about 30-50 seconds without errors and then can be used without problems. The bug occurs on every start of the Studio. I hope it is reproducible!
5
1,849
TISTUD-5855
12/05/2013 19:33:56
Appc Studio deadlock after startup while loading SDK info
On Appcelerator Studio startup, it tries to load the SDK information from TiApp file (that is left open before restart) and got into deadlock. It froze forever and didn't recover from the deadlock. I tried updating Appc Studio to the latest RC build, but that still didn't help. The only workaround I can think of is to move to a new workspace that doesn't have any TiApp file opened from the previous session.
5
1,850
TISTUD-5858
12/06/2013 11:08:46
Geocoder sample is named as 'harness' and not as 'Geocoder'
Test Steps: Window > Show view > Samples > Geocoder. Check the name of the app in tiapp.xml Actual Result: Geocoder app is named as 'harness'.Please find tiapp.xml below. {code} <?xml version="1.0" encoding="UTF-8"?> <ti:app xmlns:ti="http://ti.appcelerator.org"> <property name="com-appcelerator-apm-id" type="string">52a1a950c85feb5439000032</property> <property name="acs-authbase-url" type="string">https://secure-identity.cloud.appcelerator.com</property> <property name="acs-base-url" type="string">https://api.cloud.appcelerator.com</property> <property name="acs-oauth-secret-development" type="string">YsIMG56CFdWckNgBNsqWETcQ6yOCeHaz</property> <property name="acs-oauth-key-development" type="string">geissWBYsnJf2W2w1r3Bd8dfVTCHVV60</property> <property name="acs-api-key-development" type="string">sg1bHq1j5yZmV8GoKqXRl5L5ngXWaRjs</property> <property name="acs-oauth-secret-production" type="string">VWbpElFjqrqQyyQohIbzY2JSK07RkEYu</property> <property name="acs-oauth-key-production" type="string">Bm4BX60fEYdL2n8ewJLfhGkFbB9SN54k</property> <property name="acs-api-key-production" type="string">xr8SU4h38Z4e1VngOahkkBTCTAiWktDl</property> <deployment-targets> <target device="mobileweb">true</target> <target device="iphone">true</target> <target device="ipad">true</target> <target device="android">true</target> <target device="blackberry">true</target> <target device="tizen">true</target> </deployment-targets> <sdk-version>3.2.0.v20131206002446</sdk-version> <id>com.appcelerator.Geocoder</id> <name>Harness</name> <version>1.0</version> <publisher>tlukasavage</publisher> <url>http://</url> <description>not specified</description> <copyright>2012 by tlukasavage</copyright> <icon>appicon.png</icon> <persistent-wifi>false</persistent-wifi> <prerendered-icon>false</prerendered-icon> <statusbar-style>default</statusbar-style> <statusbar-hidden>false</statusbar-hidden> <fullscreen>false</fullscreen> <navbar-hidden>false</navbar-hidden> <analytics>true</analytics> <guid>92f97a58-b1da-4de6-a761-0a4a33892dbc</guid> <property name="ti.ui.defaultunit">system</property> <android xmlns:android="http://schemas.android.com/apk/res/android"> <manifest> <uses-sdk android:targetSdkVersion="11"/> <!-- Allows the API to download data from Google Map servers --> <uses-permission android:name="android.permission.INTERNET"/> <!-- Allows the API to cache data --> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <!-- Use GPS for device location --> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> <!-- Use Wi-Fi or mobile connection for device location --> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> <!-- Allows the API to access Google web-based services --> <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/> <!-- Specify OpenGL ES 2.0 as a requirement --> <uses-feature android:glEsVersion="0x00020000" android:required="true"/> <uses-permission android:name="com.appcelerator.Geocoder.permission.MAPS_RECEIVE"/> <permission android:name="com.appcelerator.Geocoder.permission.MAPS_RECEIVE" android:protectionLevel="signature"/> <application> <meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="AIzaSyBbK9MVK9fHB2OyoP_uzE7msXJzHi60C6o"/> <activity android:configChanges="keyboardHidden|orientation" android:label="Harness" android:name=".HarnessActivity" android:theme="@style/Theme.Titanium"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> <intent-filter> <data android:scheme="touchtest-25203bc1-eb08-4412-8ffa-46aa02225c8a"/> <action android:name="android.intent.action.VIEW"/> <category android:name="android.intent.category.BROWSABLE"/> <category android:name="android.intent.category.DEFAULT"/> </intent-filter> </activity> <service android:enabled="true" android:exported="false" android:name="com.soasta.android.touchtest.TouchTestService"/> </application> <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/> <uses-permission android:name="android.permission.READ_PHONE_STATE"/> <uses-permission android:name="android.permission.BLUETOOTH"/> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/> <uses-permission android:name="android.permission.GET_TASKS"/> </manifest> </android> <iphone> <orientations device="iphone"> <orientation>Ti.UI.PORTRAIT</orientation> </orientations> <orientations device="ipad"> <orientation>Ti.UI.PORTRAIT</orientation> <orientation>Ti.UI.UPSIDE_PORTRAIT</orientation> <orientation>Ti.UI.LANDSCAPE_LEFT</orientation> <orientation>Ti.UI.LANDSCAPE_RIGHT</orientation> </orientations> </iphone> <mobileweb> <precache/> <splash> <enabled>true</enabled> <inline-css-images>true</inline-css-images> </splash> <theme>default</theme> </mobileweb> <modules> <module platform="android">com.appcelerator.apm</module> <module deploy-type="development" platform="android" version="1.0">com.soasta.touchtest</module> <module deploy-type="development" platform="iphone" version="1.0">com.soasta.touchtest</module> <module deploy-type="test" platform="android" version="1.0">com.soasta.touchtest</module> <module deploy-type="test" platform="iphone" version="1.0">com.soasta.touchtest</module> <module platform="commonjs">ti.cloud</module> <module platform="iphone">com.appcelerator.apm</module> <module platform="iphone">ti.map</module> <module platform="android">ti.map</module> </modules> <plugins> <plugin version="1.0">ti.alloy</plugin> <plugin>com.soasta.touchtest.android</plugin> </plugins> <property name="com-soasta-touchtest-version" type="string">6656.155</property> <ios> <plist> <dict> <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleTypeRole</key> <string>Editor</string> <key>CFBundleURLName</key> <string>com.appcelerator.Geocoder</string> <key>CFBundleURLSchemes</key> <array> <string>touchtest-25203bc1-eb08-4412-8ffa-46aa02225c8a</string> </array> </dict> </array> </dict> </plist> </ios> <property name="com-soasta-touchtest-ios-appId" type="string">164651</property> </ti:app> {code}
5
1,851
TISTUD-5859
12/06/2013 18:10:28
Studio: Installing new SDK from CLI causes Blackberry and Tizen to gray out
h5.Description Installing a later SDK than a version I already have, while creating a project with an older version of the SDK will create the project successfully. However when I change to the later SDK in the tiapp.xml that is automatically created the Blackberry and Tizen deployment targets gray out. h5.Steps To Reproduce 1. Download and install the latest SDK through CLI 2. Create a new project in Studio using the latest SDK you have before the new one is installed. 3. Leave the tiapp.xml file open. 4. Once the new SDK has finished installing select it in the tiapp.xml h5.Expected result The SDK should change with no other visible difference on the tiapp.xml page h5.Actual Result Blackberry and Tizen gray out
3
1,852
TISTUD-5865
12/09/2013 16:50:02
Some top-level Alloy methods/properties don't appear in code hints
Steps: 1. Type {{Alloy.create}} in a controller file and press {{Ctrl+Space}} to invoke code hints. Results: Code hints don't appear for top-level methods (createController, createModel, etc). Expected: Code hints appear for all Alloy methods.
5
1,853
TISTUD-5866
12/09/2013 17:22:01
Line/block comment keyboard shortcuts not working
Titanium Studio, build: 3.2.0.201312081251. Mac OS 1. In any JavaScript file, position cursor at beginning of line and press {{Cmd + /}}. Results: Comment not applied to current line. Expected: That. (Related: The associated menu commands are kind of buried under Commands > Source > Comments. In Android Dev Tools, for comparison, they are the first items under the Source menu.)
5
1,854
TISTUD-5868
12/10/2013 01:24:23
NavigationGroup element appears twice in code hints
1. Open an Alloy view/xml file and start typing "Navigation" until code hints appears. Results: Code hints contain two "NavigationGroup" items (see screenshot) Expected: Only contains one mention.
3
1,855
TISTUD-5869
12/10/2013 02:15:00
Tiapp: the app id gets automatically pasted into any field in the tiapp editor when the field gains focus
*Details:* After running, debugging, or packaging an app, you will be able to automatically paste the app id into any field in the tiapp editor. *This is a regression as this does not occur on the GA stack.* *Steps to reproduce:* 1. Create a default app; leave the tiapp editor open 2. Run, debug, or package the app to device or simulator 3. Wait for Studio to finish its process i.e. if installing to simulator, wait for simulator to launch. Or if packaging, wait for studio to finish packaging the app. 4. Then, click on any fields in the tiapp editor *Actual:* The app id will automatically be copied to any of the fields; see https://drive.google.com/file/d/0B_5IL30seqpAN3l1ZDk2cDNpYVE/edit?usp=sharing *Expected:* The app id should not be automatically copied to any of the tiapp editor fields.
5
1,856
TISTUD-5872
12/10/2013 19:11:25
Android : Debugging not working in alloy for android
h5.Description: 1. Create an alloy app & set a breakpoint in the index.js file in the app 2. Run debug on device & emulator h5.Actual result: 1. The app gets installed & the debug session starts successfully but the breakpoint is not hit & the app does not halt at the breakpoint. h5.Expected Result: 1. The breakpoint should be hit & the app should halt at the breakpoint. NOTE : I used the default alloy app from studio template for testing.
5
1,857
TISTUD-5873
12/10/2013 22:13:18
Profiling in windows on Android device uses old build scripts instead of new CLI
Steps to reproduce: 1. Run profiler on device 2. Observe console logs Expected: Output logs should say that it's using the new CLI Actual: We get logs saying it's using the old build scripts In the logs, I see: {code} !ENTRY com.aptana.core 1 0 2013-12-10 14:01:36.059 !MESSAGE (Build 3.2.0.201312091648) [INFO] com.aptana.core/debug/shell Running process: Process: "C:\Users\Thomas Anderson\AppData\Local\Appcelerator Studio\plugins\com.appcelerator.titanium.python.win32_1.0.0.1338515509\python\python.exe" "C:\Users\Thomas Anderson\AppData\Roaming\Titanium\mobilesdk\win32\3.2.0.v20131209192649\android\builder.py" "install" "alloytest" "C:\Users\Thomas Anderson\Desktop\titaniumstuff\android-sdk-windows" "C:\Users\Thomas Anderson\Documents\Appcelerator_Studio_Workspace\alloytest" "com.alloytest" "1" "" "adb:52681" "profiler" Working directory: null {code}
3
1,858
TISTUD-5874
12/11/2013 06:14:16
Studio falls back to legacy builds when build fails
Steps to reproduce: 1. Build an app for distribution 2. Install using adb push /built_apk/ /sdcard/ 3. Browse to the apk on the phone and install 4. Run a debug build of the same app from studio Expected: The app should fail to install, and we should see an error why Actual: Build fails, and Studio falls back to old python scripts
2
1,859
TISTUD-5875
12/11/2013 06:14:25
Package Mobile Web dialog location field does not accept ~ paths
When I package an mobile web app for distribution and set the location to "~/something", it apparently builds, but I have no idea where the files went.
3
1,860
TISTUD-5886
12/11/2013 22:45:06
Android : Provision to build to all connected devices at the same time through studio
h5.Description: In CLI we have the ability to provide {code}--device-id all{code} if we have more than one connected android devices. This builds & runs the app on all the connected devices simultaneously. As of now studio does not have any such feature & this would be a great addition for whom who wants to build to multiple device at the same time.
8
1,861
TISTUD-5887
12/11/2013 23:18:29
User is in the offline mode though the saved credentials are valid
Though I have seen this happening only my development environment, I'm afraid that it can happen even in the RC builds. However, since I couldn't reproduce it whenever on the RC builds after my multiple attempts, I assume this happens only on the development. Here is the exception that is logged in the Studio logs during its startup. There is a very small timing window when Titanium360ServicesControl tries to add to the UserManager listeners, when UserManager is already notifying about the logged in event. java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372) at java.util.AbstractList$Itr.next(AbstractList.java:343) at com.appcelerator.titanium.core.user.TitaniumUserManager.signIn(TitaniumUserManager.java:218) at com.appcelerator.titanium360.internal.core.Titanium360Manager.login(Titanium360Manager.java:233) at com.appcelerator.titanium360.internal.core.Titanium360Manager.checkLoginUser(Titanium360Manager.java:688) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler$2.run(TitaniumSplashHandler.java:258) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
3
1,862
TISTUD-5888
12/11/2013 23:42:49
Sync Titanium SDK default location with CLI
From 3.2.0, CLI supports multiple locations for detecting Titanium SDKs. Specifically for Windows, titanium CLI choose the default location for SDKs as C:\ProgramData\Titanium (according to the new best practices of Windows Vista and Win7), however Studio will has the default path as C:\Users\[user]\AppData\Local\Titanium This could cause inconsistency if user installs SDK from CLI - that will be installed into ProgramData folder, however Studio will not be able to detect it as it might be watching for Users AppData folder. Studio should sync with CLI to get the default SDK installation location and set it in preferences. The below command gives the information about the defaultInstallLocation and installed SDKs. ti sdk -o json
5
1,863
TISTUD-5892
12/12/2013 10:42:59
Module Project: Clean Mobile Module project showing java.lang NullPointerException
Defect: On cleaning the Mobile Module project,it is showing java.lang NullPointerException. Steps to Reproduce: 1. MobileWeb Module Project. 2. Call project Clean. Actual Result: Project cleans shows java.lang NullPointerException. Expected Result: Project should cleans without error. Refer to the attached screenshot for your reference. Note: Severity is not shown, so it set as: Severity: Major
3
1,864
TISTUD-5923
12/12/2013 15:43:08
Appcelerator Studio: Top menu bar not appearing
h6.Issue description When opening Appcelerator Studio IDE, 9 times out of 10 it will not open the studio window, only shows the "Appcelerator Studio" main menu in the task bar without the rest of the menu items. Developer have to force quit the Studio and try re-opening it. This takes at least 10 tries before it fully opens the studio. Another developer also has this same issue with Appcelerator Studio and he is running on OSX Mavericks. h6.Work around To move the default workspace ~/Documents/Appcelerator_Studio_Workspace to another location, re-import the projects from previous workspace into the new one and then re-launch Studio. Very likely due to a corrupted workspace.
5
1,865
TISTUD-5895
12/13/2013 00:06:18
Studio: Cannot create project if selecting and de-selecting a platform that isn't installed
h5.Description If I create a new project and don't have a platform installed (Example: Tizen) and select it, then de-select the platform I can no longer finish the project creation. Clicking "finish" will do nothing. h5.Steps To Reproduce 1. Open the create project wizard 2. Select all platforms, making sure one of them is not installed/set up 3. De-select the platform that isn't set up 3. Click Finish h5.Expected Result Create the project with the desired platforms selected h5.Actual Result Nothing happens. Can only cancel the wizard and start again. +Extra Information+ {code} !ENTRY org.eclipse.ui 4 0 2013-12-12 15:49:39.741 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NullPointerException at com.appcelerator.titanium.ui.wizard.PlatformsListConfigurationPage.getSelectedPlatforms(PlatformsListConfigurationPage.java:190) at com.appcelerator.titanium.ui.ide.wizard.NewMobileProjectCreationPage.getPlatformsToInstall(NewMobileProjectCreationPage.java:414) at com.appcelerator.titanium.ui.ide.wizard.NewMobileProjectWizard.performFinish(NewMobileProjectWizard.java:119) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4166) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1489) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4012) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3651) at org.eclipse.jface.window.Window.runEventLoop(Window.java:826) at org.eclipse.jface.window.Window.open(Window.java:802) at org.eclipse.ui.internal.navigator.wizards.WizardShortcutAction.run(WizardShortcutAction.java:98) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4166) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1489) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4012) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3651) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:125) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) {code}
3
1,866
TISTUD-5897
12/13/2013 02:03:02
Android: Add support for Genymotion emulator
This presumes Genymotion has already been installed. This is for adding any necessary support around the UI to configure and run Genymotion emulators
8
1,867
TISTUD-5921
12/13/2013 16:42:34
Code-Sense is not configured properly for Alloy Applications
Create a new Alloy project in either Titanium Studio or Appcelerator Studio. Open a javascript file (ex. controllers/index.js) Test code-sense for this file by typing "Ti.UI." and note that you do not get a pop-up as expected. ISSUE ----- The problem is that under configuration (Preferences -> Studo -> Content Assist) projects with an Alloy Nature are not properly configured. FIX --- User must go to the application preferences (Studio -> Content Assist) and manually select Android, Blackberry, iPad, Iphone, MobileWeb & Tizen for Alloy Project Nature Expecation ---------- This should be configured for Alloy projects by default
3
1,868
TISTUD-5912
12/13/2013 21:29:53
Studio: Tizen SDK location disappears from Studio preferences on launch
h5.Description When dashboard loads after Studio is opened it shows Tizen is not set up. I will set up Tizen in my Studio preferences and it will work fine from then. The next time I open Studio, Tizen will no longer be set up and request me to locate the Tizen SDK folder. h5.Steps To Reproduce 1. Set up the Tizen preference in Studio 2. Restart Studio 3. Check the Tizen preferences h5.Expected Result Tizen to still be set up h5.Actual Result Tizen is not set up any more
5
1,869
TISTUD-5913
12/13/2013 21:43:29
Alloy: Support Data Binding attributes
For the XML markup, content assist does not suggest: * Collection, Model or Widget for tags. (Alloy and Require work.) * formFactor, platform for attributes. (id, class and ns work.) See the tables at the end of the 'Introduction' section, http://docs.appcelerator.com/titanium/latest/#!/guide/Alloy_XML_Markup There is also dataCollection, dataFilter, and dataTransform attributes for Ti proxies that support data binding, such as TableView and View. Tony introduced some other ones for Alloy 1.1.0. For the controller code, content assist does not suggest any of the elements in the Alloy namespace, such as Alloy.Globals, Alloy.createController, etc. See http://docs.appcelerator.com/titanium/latest/#!/api/Alloy.
8
1,870
TISTUD-5914
12/13/2013 21:44:19
Alloy: Support Proxy child tags such as RightNavButton
For the XML markup, content assist does not suggest: * Collection, Model or Widget for tags. (Alloy and Require work.) * formFactor, platform for attributes. (id, class and ns work.) See the tables at the end of the 'Introduction' section, http://docs.appcelerator.com/titanium/latest/#!/guide/Alloy_XML_Markup There is also dataCollection, dataFilter, and dataTransform attributes for Ti proxies that support data binding, such as TableView and View. Tony introduced some other ones for Alloy 1.1.0. For the controller code, content assist does not suggest any of the elements in the Alloy namespace, such as Alloy.Globals, Alloy.createController, etc. See http://docs.appcelerator.com/titanium/latest/#!/api/Alloy.
8
1,871
TISTUD-5916
12/13/2013 21:55:01
When clicking link to show hidden platform config wizard, we should focus the wizard dialog
Clicking the link does open the wizard, but it doesn't focus it. The user needs to click on it to be able to hover over the spinner to see details on progress.
2
1,872
TISTUD-5918
12/13/2013 23:14:41
Filter packaging launch configurations in the configuration dialog
# Select Packaging mode in the global launch # Select Configurations... in the launch shortcuts menu # It shows the launch configurations of both Packaging and Run modes. Expected: It should show only the configurations for package mode.
3
1,873
TISTUD-5919
12/14/2013 19:03:48
iPad: Simulator - Cannot launch any iPad simulator from studio using SDK 3.1.4
*Details:* If you use the above environment setup (specifically, SDK 3.1.4.v20131213162008 and latest CLI from github.com/appcelerator/titanium.git#3_2_X), then you will not be able to launch any iPad simulators. *This is a regression as you were able to launch iPad simulators from the GA stack.* The workaround is to use "\-\-device\-family" "ipad" flag instead of "\-\-device\-family" "universal" in the iPad simulator build command: {code:title=Using studio commands:} "/usr/local/bin/titanium" "--no-colors" "--no-progress-bars" "--no-prompt" "build" "--platform" "ipad" "--sdk" "3.1.4.v20131213162008" "--log-level" "trace" "--target" "simulator" "--ios-version" "7.0.3" "--device-family" "ipad" "--sim-version" "7.0.3" "--retina" "--sim-64bit" "--skip-js-minify" {code} {code:title=From terminal:} ti build --platform ipad --target simulator --ios-version 7.0.3 --device-family ipad --sim-version 7.0.3 --retina --sim-64bit {code} *Steps to reproduce:* 1. Create a default app 2. Launch any iPad simulators from studio *Actual:* No iPad simulators will be launched. Only iPhone simulators will be launched. Below is the command that studio uses to launch iPad simulators: {code} "/usr/local/bin/titanium" "--no-colors" "--no-progress-bars" "--no-prompt" "build" "--platform" "ipad" "--sdk" "3.1.4.v20131213162008" "--log-level" "trace" "--target" "simulator" "--ios-version" "7.0.3" "--device-family" "universal" "--sim-version" "7.0.3" "--skip-js-minify" {code} *Expected:* Studio should be to launch iPad simulators.
3
1,874
TISTUD-5924
12/17/2013 00:52:16
NPE while opening TiApp during Studio startup on Windows
If TiApp is opened in the previous session, then Studio tries to re-open the TiApp and at some instances, it fails to open the TiApp editor with the below failure : java.lang.NullPointerException at com.aptana.theme.ThemePlugin.applyToAllEditors(ThemePlugin.java:346) at com.aptana.theme.internal.ThemeManager.setCurrentTheme(ThemeManager.java:219) at com.aptana.theme.internal.ThemeManager.getCurrentTheme(ThemeManager.java:194) at com.aptana.editor.common.CommonSourceViewerConfiguration.getCurrentTheme(CommonSourceViewerConfiguration.java:612) at com.aptana.editor.common.CommonSourceViewerConfiguration.getThemeBackground(CommonSourceViewerConfiguration.java:462) at com.aptana.editor.common.CommonSourceViewerConfiguration.getContentAssistant(CommonSourceViewerConfiguration.java:200) at org.eclipse.jface.text.source.SourceViewer.configure(SourceViewer.java:464) at com.aptana.editor.common.viewer.CommonProjectionViewer.configure(CommonProjectionViewer.java:168) at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:3424) at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:54) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:447) at com.aptana.editor.common.internal.AbstractFoldingEditor.createPartControl(AbstractFoldingEditor.java:123) at com.aptana.editor.common.AbstractThemeableEditor.createPartControl(AbstractThemeableEditor.java:327) at com.aptana.editor.xml.XMLEditor.createPartControl(XMLEditor.java:78) at com.appcelerator.titanium.ui.ide.tiappEditor.TiAppXMLSourcePage.createPartControl(TiAppXMLSourcePage.java:129) at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:243) at org.eclipse.ui.forms.editor.FormEditor.addPage(FormEditor.java:325)
3
1,875
TISTUD-5928
12/18/2013 00:36:55
AppC Studio / Ti Studio Does not Recognize All Profiles for Ad-Hoc Builds
Hey Guys, Just noticing this and I've heard of some others talking about this the last few days. Not all iOS ad-hoc provisioning profiles are shown in the Ti / AppC Studio configuration screen. What I see: http://www.screencast.com/t/xjw53dTGTM - Some of them are there but I'm expecting to see other ad-hoc profiles etc. When I go to the settings I see all of my profiles, which many of them are adhoc / ent profiles - http://www.screencast.com/t/w7K4fx5VO This can consistently be reproduced on Ti Studio and AppC Studio.
3
1,876
TISTUD-5935
12/18/2013 20:39:19
Builds fail if workspace is on a windows server (UNC path)
h5.Description Connecting to a Windows Server using the following path as, an example {code}\\WINSERVER2008\UserAccount\Studio_Server_Workspace{code} will succeed. Even creating a project will succeed. However when you build the project it will fail. h5.Steps To Reproduce 1. Set up a windows server environment 2. Open studio on another computer 3. Connect to the workspace on the server 4. Create and build a project h5.Expected Result Project to build succesfully. h5.Actual Result Studio fails to connect to the workspace +Extra Information+ Setting the network to a drive location will fix this problem. In command prompt, run {code}net use (drive letter) \\computername\location {code} or in this case {code}net use X: \\WINSERVER2008\UserAccount\ {code} Then connect to the workspace X:\Studio_Server_Workspace
3
1,877
TISTUD-5936
12/18/2013 21:59:29
Studio:Appcelerator Updates - required updates can be deselected
Since it is a new feature to make updates "uncheckable", I will skip the label "regression" When Appcelerator updates are available and are required, it is possible to deselect them. There is no other steps to proceed, but to select them again or restart Studio. h5. To reproduce In my case I reverted node.js to the older version and got the update request, following Appcelerator Studio> Help> Check for Appcelerator updates
3
1,878
TISTUD-5937
12/19/2013 00:35:09
Windows: Re-launching app on Android simulator does not kill previous session node processes
Steps to reproduce : 1) On Windows, launch an app on Android simulator. 2) After the 1st launch is successful, re-launch the same app on same simulator. Process Explorer shows the node process instance created during the 1st time launch still exists along with the node process from the 2nd launch. Since multiple node processes are running in parallel, it can create inconsistency with the android logcat output on the same device/simulator.
8
1,879
TISTUD-5942
12/19/2013 21:08:27
Studio freezes when restarting Studio with proxy settings on and a tiapp editor open
Ran into a deadlock in Appcelerator Studio after the following steps: 1. Launch Studio and log out; 2. Launch Studio, enter proxy settings (https://wiki.appcelerator.org/display/tools/Internal+Proxy+Server) and log in; 3. Have a tiapp.xml open and re-launch Studio. After Studio is re-launched, it would beach-ball and had to be force-killed. And each time afterward, Studio would freeze upon launch. Attached the jstack log.
5
1,880
TISTUD-5943
12/19/2013 21:44:42
Studio UI: Global toolbar - Mobile Web Preview in Emulator - not enough space to show types of emulator
h5. To reproduce Studio> Run> Mobile Web Preview in Emulator h5. Actual result Please see the screenshot
3
1,881
TISTUD-5944
12/20/2013 00:46:00
Studio freezes if the user enter only credentials without proxy settings after logout from proxy
This is an edge case where the Studio freezes if the proxy details are already saved in preferences, but user logs out in the previous session. Steps to reproduce : 1) Login into Studio and set proxy server details. 2) Now, logout from Studio. 3) In the login screen, enter only user login credentials (the proxy server details are not shown in the proxy dialog, though they are saved in the preferences). 4) Studio prompts for proxy user id & pwd. If the details are not submitted before the dashboard is opened, then Studio freezes. Workaround : Restarting Studio will help fix this problem. Ideally, we should load the proxy server preferences during the login screen of splash handlers. Since we didn't load any of the proxy details, we didn't end up with setting the simple proxy authenticator, thereby Eclipse prompts to enter the proxy user id/pwd. Since dashboard also tries to make network connection at the same time, it end up in a deadlock.
3
1,882
TISTUD-5963
12/22/2013 10:12:40
Android: Missing Java SDK. Please make sure Java SDK is on your PATH
h3. Steps to Reproduce not sure what I did wrong. It was working perfectly before. I have set the Java Path in system variables. h3. Actual Result Missing Java SDK. Please make sure Java SDK is on your PATH h3. Expected Result Open android emulator
3
1,883
TISTUD-5953
12/23/2013 19:53:05
Android: Show warning in TiApp if the minSdkVersion attribute references to a version less than min required
If the TiApp contains the minSdkVersion attribute of android referencing to a version less than minimum version, then there are no errros/warnings in the TiApp, but running the app on emulator/device might fail with "[ERROR] Minimum Android SDK version must be 10 or newer" Steps to reproduce: # Modify the TiApp to contain the minSdkVersion on the similar lines : <uses-sdk android:minSdkVersion="8" targetSdkVersion="14"/> # Run the app on Android emulator.
8
1,884
TISTUD-5961
12/25/2013 13:35:25
BlackBerry: Authentication failed
# Run -> Blackberry Device # Studio: 3.2.0 GA # Titanium SDK: 3.2.0 GA No matter I change the password in Studio, the password in the command always display as '^˝õM'(see below) {code} [Command] :source /Applications/Momentics.app/bbndk-env_10_2_0_1155.sh && blackberry-deploy -installApp -launchApp -device 169.254.1.1 -package "/Users/stevenlam/Documents/Titanium_Studio_Workspace/AppDemo/build/blackberry/arm/o.le-v7/AppDemo.bar" -password ^˝õM. Info: Package created: /Users/stevenlam/Documents/Titanium_Studio_Workspace/GeoTrackingDemo/build/blackberry/arm/o.le-v7/AppDemo.bar Error: Command failed: Error: Authentication failed. There have been 1 of 5 failed attempts Error: Authentication failed. There have been 1 of 5 failed attempts {code} Password and IP for bb10 device are correct, but the Studio said Authentication fails. This work for the previous version of Studio and SDK, but fails in the latest version.
5
1,885
TISTUD-5956
12/26/2013 11:51:11
Package iOS module wizard is not appearing from the toolbar
Test Steps: 1.Create an iOS module project. 2.Try to package it in the existing project from the toolbar. Actual Result: It automatically packages to the Titanium SDK option. Also the Package module wizard doesn't appear. Note: Module Packaging wizard from toolbar appears for android module packaging as well as for mobileweb module packaging.
5
1,886
TISTUD-5960
12/26/2013 16:18:35
Dashboard: Themes: Unable to set theme to 'Dark'
h3. Steps to Reproduce 1. Update Titanium Studio 2. Customize Your Environment 3. Select 'Dark' in Default Titanium Studio Theme 4. Restart Titanium, but the interface appears like 'Light' theme, but in my preferences is select 'Dark' theme h3. Actual Result Always when I enter to Titanium the theme is wrong h3. Expected Result That I dont have to select always 'Dark' when I open Titanium Studio
3
1,887
TISTUD-5958
12/27/2013 00:54:24
Installer: When opening the dmg, the Ti icon is super pixelated in a macbook pro retina
h4. Problem Description When installing the latest Titanium/Appcelerator Studio from the developer.appcelerator.com, the dmg includes a low resolution icon, looking pixelated in Mac OSX running in a Macbook Pro Retina.
5
1,888
TISTUD-5969
12/30/2013 09:44:54
Can no longer use &amp; in app title to create &
used to be able to use the following to create an & in the app title iOS <name>one&amp;two</name> android <name>one&amp;amp;two</name> Now using either combination on android or blackberry causes the application to say it is installed but does not appear on the device or launch from the studio [INFO] : Installing apk: /Users/Martin/Documents/Titanium_Studio_Workspace/OneandTwo/build/android/bin/One&Two.apk [INFO] : Installing app on device: GT-I8190 [INFO] : App successfully installed [INFO] : Starting app: com.anvilgroup.globetracker/.OneTwoActivity Works correctly on iOS but not android or blackberry, replacing &amp; with and builds and runs correctly on android and blackberry
5
1,889
TISTUD-5964
12/30/2013 22:50:01
File-> Close All is not working from the drop down menu
If you attempt to "Close All' from the File Menu dropdown in Studio, you will notice that nothing happens. Expectation - All open files should close. NOTE: Shortcut commands do not work either
5
1,890
TISTUD-5966
12/31/2013 00:03:16
TiApp shows the invalid configuration status for Blackberry platform though it is valid
If Studio is launched with Java 7, then though BlackBerry platform is configured to a valid location, TiApp still reports that BlackBerry platform is not configured and there is no tooltip message available to the help icon. Steps to reproduce : # Launch Studio with Java 7 # Configure BlackBerry SDK to a valid location. # Open TiApp and notice that it still does not recognize the valid BlackBerry platform configuration. # The Help icon (indicating about the unconfigured status) does not show any tooltip message about the configuration.
5
1,891
TISTUD-5970
01/03/2014 01:00:44
Mac: Mac DMG includes an old copyright notice (yr 2012).
h4. Problem Description When installing in a new machine, the dmg will show an old copyright notice (from 2012)
5
1,892
TISTUD-5972
01/03/2014 18:22:04
BlackBerry: Fall back to default SDK path if the configuration file is not available
On a completely fresh install of Titanium Studio (meaning absolutely no Titaniums or mobile SDKs installed yet) I follow the dashboard "getting started" section to install Android and Blackberry. Android worked as expected. Blackberry also appeared to install as expected, adding "bbndk" to my C:\ folder and showing the 1st attached screenshot after completion. When returning to the getting started page, though, it still indicates the BB is not installed, as in 2nd screenshot. I tried closing and re-opening the dashboard, as well as restarting Studio, but the problem remained. Again, it appears the installation was a success, the getting started section is not reflecting that.
5
1,893
TISTUD-5975
01/03/2014 20:13:59
Mobileweb Configuration in dashboard shows as misconfigured on Windows
Despite setting up an appropriate browser in the Studio settings, I am still seeing the red X indicating that my MobileWeb browser is not set up correctly. I have included snapshots showing the issue, and the fact that I have an approrpriate browser configured.
5
1,894
TISTUD-5976
01/03/2014 20:24:27
Dashboard help for Mobileweb configuration shortcuts to the wrong preference section
When you click the help links to configure mobileweb in the getting started dashboard (screenshot #1) it takes you to the platforms section of the preferences (screenshot #2). It should instead take you to the mobileweb preferences one level lower (screenshot #3)
2
1,895
TISTUD-5977
01/05/2014 16:44:45
Node.ACS Bindings are deleted on compile of Alloy Applications
When Importing Node.ACS bindings within an Appcelerator Mobile App Project, the binding is created under the Resources directory of the application. This is overwritten during the alloy compile. For Alloy Applications, a lib folder should be created under the 'app' directory and the binding file created there to follow Alloy project folder conventions and to prevent the deletion of the binding file.
5
1,896
TISTUD-5986
01/06/2014 23:13:42
Remove the blackberry device settings from preferences page
Steps to reproduce : 1) Configure the BlackBerry device settings such as Device IP, password and debug token in the preferences. 2) Launch an app on BlackBerry device - It prompts a dialog with the configured BlackBerry device settings and they are automatically saved to the launch configuration. 3) Change the password on the device, or get a new device with a different password - then it is more likely that user will update the preferences with the new device password. 4) Run the same app on BlackBerry device assuming that the new password is updated in the preferences. The launch will fail with authentication problem as launch configuration still references to the old password, though the new password is updated in the preference. In order to fix this problem and to avoid confusion with passwords stored in multiple locations, we should not have the settings saved in the launch configuration. Every time an app is launched on BlackBerry device, we need to get the updated device settings from the preference.
5
1,897
TISTUD-5987
01/06/2014 23:45:12
ConcurrentModificationException while installing Node and npm
This is an intermittent issue that happened on a clean machine, while trying to install SDK, NodeJS, npm packages and modules. After the Studio is restarted, the exception does not happen any more and the installation of NodeJS and npm packages happened without any issues. java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.remove(LinkedHashMap.java:364) at com.appcelerator.titanium.update.core.TitaniumSDKUpdater.fireUpdateCompletedEvent(TitaniumSDKUpdater.java:795) at com.appcelerator.titanium.update.core.TitaniumSDKUpdater.access$1(TitaniumSDKUpdater.java:787) at com.appcelerator.titanium.update.core.TitaniumSDKUpdater$5.done(TitaniumSDKUpdater.java:875) at org.eclipse.core.internal.jobs.JobListeners$3.notify(JobListeners.java:39) at org.eclipse.core.internal.jobs.JobListeners.doNotify(JobListeners.java:112) at org.eclipse.core.internal.jobs.JobListeners.done(JobListeners.java:152) at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:647) at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:105) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:70)
3
1,898
TISTUD-5989
01/07/2014 17:52:13
Intellisense Auto Code Completion is not working
h3. Steps to Reproduce I updated my Titanium Studio to 3.2.0 and since that day the Intellisense hasn't been working. I just spend another 3 hours trying to find a solution, but now I'm giving up. I've tried to remove TS and reinstall it, but everytime I open it and start to write code the auto completion of TS SDK is not showing any API after the .UI API. So if I type T, then I can see option for API's such as Ti. Titanium. , And If I use Ti. then I can see all API related to Ti, but they are grey and say 'No description available'. If I select 'Ti.UI'. then I can't se any API for creating new object. such as createView, createImageView and so on. h3. Actual Result No Intellisense Auto Code Completion h3. Expected Result Intellisense Auto Code Completion
5
1,899
TISTUD-5991
01/07/2014 22:00:20
Configure Android SDK - Android platform is not configured after fresh CLI install
h5. To reproduce: 1. First uninstall 'titanium' and 'alloy' NPM packages. 2. Restart Studio and it will prompt to install both the NPM packages. 3. After installation try to create a new mobile app without restarting Studio h5. Actual Result: Platform "Android" is not checked on project creation, although Android platform is configured in Studio Preferences. Restart Studio and this problem is solved.
5
1,900
TISTUD-5997
01/08/2014 19:10:19
Studio freezes when trying to log back into Studio after proxy server is set
h5. Steps to reproduce 1. Set the HTTP proxy through Studio Preferences, Connect: 50.17.15.139 Port: 8080 Username: qetester Password: lynx64-fixer 2. logout from Studio and try to log back in. h5. Actual Result: Studio freezes after prompting a workspace setup before login screen.
5
1,901
TISTUD-5999
01/09/2014 00:26:56
Unable to install development target if you cancel the license for Android.
h5.Description If you have no development targets installed and decide to install them from the tiapp.xml you should get the Platform Configuration wizard. If you check Android to install, but decline the license, then the "configure" button will change to "hide" and you will be unable to install any platform from that point on, unless you close the wizard and start again. h5.Steps To Reproduce 1. Create a project without any development platforms installed. 2. Open the configuration wizard by clicking install with Android checked. 3. Click configure, and decline the Android license. h5.Actual Result "Configure" changes to "Hide" h5.Expected Result You should be brought back to the Platform Configuration screen, "Configure" should still be shown next to "Cancel".
3
1,902
TISTUD-6007
01/09/2014 05:42:52
Studio fails to validate Android SDK after a new path is configured in preferences
h3. Steps to Reproduce Window > Preferance > Platform > Android By providing SDK path it's not configuring. Installed Android SDK 4.4,4.3,4.2,4.0 h3. Actual Result It must be configured after providng path h3. Expected Result It must be configured after providng path
5
1,903
TISTUD-6006
01/09/2014 20:01:52
Android: Titanium requires Android platform 5.0
h5.Description Titanium Studio asks for Android platform 5.0 to be installed (Android version 2.0) and will not work until it is installed. h5.Steps To Reproduce 1. Rename your Android SDK folder if you have one installed. 2. Open Titanium Studio. 3. Check the Android configuration on the dashboard screen. h5.Expected Result Titanium shouldn't require a minimum Android SDK h5.Actual Result Titanium requires Android SDK 5.0
5
1,904
TISTUD-6009
01/09/2014 22:18:13
Breakpoints are not hit for the application files in /Resources/ios directory
h3. Problem *Steps:* 1) Create a new project with the test case below 2) Set a breakpoint in Titanium Studio on line 2 of /Resources/ios/test.js 3) Launch the project in debug on iOS simulator *Actual result:* The popup appears and the execution does not stop at breakpoint. *Expected result:* The execution should stop at breakpoint. h3. Test Case {code:title=Resources/ios/test.js} module.exports = function () { alert("iOS"); }; {code} {code:title=Resources/app.js} var test = require("test"); test(); {code}
5
1,905
TISTUD-6010
01/10/2014 19:01:33
Installing android SDK through studio installs the SDK but gives error at the end
NOTE: I could reproduce on windows 8.1, windows 7 & MAC OSX 10.8.5 h5.Description. 1. Install android SDK from the studio preferences. 2. Let the installation progress complete. h5.Actual Results: 1. We get an error at the end of the installation process. (refer attached screenshot) NOTE: 1. Even though we get an error the android SDK installs fine. 2. We have to refresh the dashboard page to see the successful install status of the android SDK. h5.Expected Results: 1. We should not see any error after the android SDK installation is over.
5
1,906
TISTUD-6012
01/10/2014 23:26:17
Ubuntu: Android configuration wizard missing Android versions
h5.Description Android configuration wizard only shows 4.2.2 as well as spelling "location" wrong. h5.Steps To Reproduce 1. Open Studio 2. Configure the Android SDK from Studio dashboard h5.Expected Result All Android versions to be shown and able to download h5.Actual Result Can only download Android version 4.4.2
5
1,907
TISTUD-6018
01/13/2014 12:07:14
Object property content assist missing inside object declaration
h3. Steps to Reproduce This should be a subtask to : https://jira.appcelerator.org/browse/TISTUD-5989 After Installing the current Beta version of TS (Titanium Studio, build: 3.2.2.201401101920) I was able to see the fix for Auto Code Completion, but it doesn't work 100% :) It is tru that you can now type Ti.UI. and get the next LVL of API's but after creating a new object, the Auto Code completion stops working inside the object. So You cant see what properties the object have. Screen 2: {code} var foo = Ti.UI.createView({ // Does not show options }); {code} Screen 3: {code} var foo = Ti.UI.createView(); foo. // does show options. {code} h3. Actual Result No Auto Code Completion h3. Expected Result Auto Code Completion
5
1,908
TISTUD-6016
01/13/2014 21:36:13
Android: Default emulator is not auto created on windows
h5.Description: 1. Install the android SDK manually or from studio. 2. Go to run android emulators & check if you se any emulators. 3. Also, open AVD manager & check if studio has auto created the default emulator. h5.Actual Result: 1. We do not see any default emulator/avd created by studio. h5.Expected Result: 1. We should see at least one default emulator/avd created by studio.
5
1,909
TISTUD-6027
01/14/2014 18:44:48
Invalid "--ios-version" value "7.0"
I just updated TitaniumStudio to 3.2.0.GA and followed the instructions to modify tiapp.xml with 3.2.0.GA. However, when building and deploying my application, I encounter the error: [ERROR] : Invalid "--ios-version" value "7.0" 7.0.3 Accepted values: 7.0.3 For help, run: titanium help build [ERROR] : Invalid "--sim-version" value "7.0" I can build and deploy the application fine using the CLI (`titanium build --platform ios --ios-version 7.0.3`), but I cannot use the studio because it errors. Thanks!
5
1,910
TISTUD-6022
01/14/2014 21:41:56
Support packaging to Windows store
Add support for packaging to Windows store in Studio.
0