Reviewing merge request #1801: Fixed app slowdown by commenting out two lines that do nothing

Date.toString causes calls to com.ibm.icu4jni.util.Resources.getTimeZonesNative which runs very slowly (the two lines I commented out represent 97% of the total time used for showing departures list).

With these changes, this application works perfectly on the Android AVD emulator and on my HTC Hero.

Commits that would be merged:

Version 1
  • Version 1
  • ab3c1ef
  • 491fb0f
  • Fixed application slowdown when showing departures

Showing ab3c1ef-491fb0f

Comments

→ State changed from Open to Merged

Wow, great stuff, thanks a million!

I merged your change and published a new version on Market (1.0.4).

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository