Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15808] Android: the "windowPixelFormat" property does not work properly

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionInvalid
Resolution Date2013-11-26T19:48:45.000+0000
Affected Version/sRelease 3.2.0
Fix Version/s2013 Sprint 24, 2013 Sprint 24 API
Componentsn/a
Labelsqe-3.2.0, regression
ReporterPragya Rastogi
AssigneePing Wang
Created2013-11-25T08:21:24.000+0000
Updated2013-12-13T05:44:47.000+0000

Description

This is regression issue since SDK: 3.1.3.GA shows non-smooth gradient image when clicked RGB_565 button Steps To Reproduce: 1. Run app. 2. Press the RGBA_8888 button 3. Press the RGB_565 button 4. Press the RGBA_8888 button Actual: Step 3 gives almost same gradient smooth image. Expected results: After step 2: The maroon gradient background should appear more smooth After step 3: The maroon gradient background should be non-smooth (Refer screenshot for expected image) After step 4: The maroon gradient background should appear smooth

Attachments

FileDateSize
Non-smooth 313 RGB_565.png2013-11-25T08:21:24.000+0000199306
TIMOB-4104.zip2013-11-25T08:21:24.000+00002349299

Comments

  1. Samuel Dowse 2013-11-25

    Bug exists on: Mac OSX 10.9 Mavericks Titanium Studio, build: 3.2.0.201311221859 Titanium SDK, build: 3.2.0.v20131125114848 CLI: 3.2.0-alpha Alloy: 1.3.0-alpha6 Android Device: Nexus 7 (4.3) Both buttons refresh the screen but the gradient does not change. The gradient remains smooth rather than going rough when RGB_565 is clicked.
  2. Ping Wang 2013-11-26

  3. Priya Agarwal 2013-12-13

    Closing as per above comments. Using the Test Environment: Appcelerator Studio: 3.2.0.201312121648 SDK:3.2.0.v20131212122847 alloy: 1.3.0-cr acs: 1.0.10 npm: 1.3.2 titanium: 3.2.0-cr3 titanium-code-processor: 1.1.0-cr2 OS: Mac OSX 10.9 Device: Google Nexus7(v4.3) Verified with both changing and unchanging of the code in tiapp.xml
       <android xmlns:android="http://schemas.android.com/apk/res/android">
               <manifest>
                   <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="11"/>
               </manifest>
       </android>
       
    Getting non-smooth gradient image when clicked RGB_565 button with lastest build by adding the above mentioned code in tiapp.xml Hence verified and closing the issue

JSON Source