Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Sequoyah/New Noteworthy"

(2.0.0)
(2.0.0)
Line 12: Line 12:
  
 
* Improvements and updates
 
* Improvements and updates
 
 
** Localization Framework improvements
 
** Localization Framework improvements
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=312971 bug 312971] - Localization Editor does not accept < and > characters
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=312971 bug 312971] - Localization Editor does not accept < and > characters
Line 18: Line 17:
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=317065 bug 317065] - Localization editor is not loading array entries
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=317065 bug 317065] - Localization editor is not loading array entries
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=317684 bug 317684] - Localization Files Editor – multi-selection issue
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=317684 bug 317684] - Localization Files Editor – multi-selection issue
 
+
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=323036 bug 323036] - Add support to other Localizable Resources
 
+
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=325110 bug 325110] - Add support to new Android Localization qualifiers
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=325275 bug 325275] - Spanish translation of some components
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=325624 bug 325624] - Brazilian Portuguese translation of some components
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=325630 bug 325630] - Fix validation of some android localization qualifiers
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=326793 bug 326793] - Improvements on the String Arrays handling
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=327924 bug 327924] - Localization Files Editor allows users to create keys with spaces
 
** Device Framework improvements
 
** Device Framework improvements
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=315851 bug 315851] - A back slash is displayed right after the AVD/handset's name on Device Management view
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=315851 bug 315851] - A back slash is displayed right after the AVD/handset's name on Device Management view
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=316760 bug 316760] - Fix some strings not externalized in the device creation wizard
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=316760 bug 316760] - Fix some strings not externalized in the device creation wizard
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=318990 bug 318990] - NPE on AbstractMobileInstance.getStatus()
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=318990 bug 318990] - NPE on AbstractMobileInstance.getStatus()
 
+
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=329548 bug 329548] - Allow multiple instances selection on Device Manager View
 
+
 
+
 
** Android NDK improvements
 
** Android NDK improvements
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=313626 bug 313626] - Create the feature for the Android Native Code Support
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=313626 bug 313626] - Create the feature for the Android Native Code Support
Line 35: Line 37:
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=318270 bug 318270] - Generated LOCAL_SRC_FILES is invalid
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=318270 bug 318270] - Generated LOCAL_SRC_FILES is invalid
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=318712 bug 318712] - Add native support command behaves different from Add native support action
 
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=318712 bug 318712] - Add native support command behaves different from Add native support action
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=322241 bug 322241] - Sequoyah warns that "This project does not have Native Library support" on standard Java projects
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=331957 bug 331957] - Latest NDK version -r5 has different path structure than previous
  
 
== 1.0.0 ==
 
== 1.0.0 ==

Revision as of 15:45, 10 March 2011

New & Noteworthy

This is the New & Noteworthy page for the Sequoyah Project.

2.0.0

What is new in Sequoyah 2.0.0:

  • New component: Android NDK
    • <quick description>
  • Updated components:
    • Localization Framework - improved workflow
    • Device Framework - improved workflow and actions
  • Improvements and updates
    • Localization Framework improvements
      • bug 312971 - Localization Editor does not accept < and > characters
      • bug 316029 - Fix array behavior when alternating between tabs
      • bug 317065 - Localization editor is not loading array entries
      • bug 317684 - Localization Files Editor – multi-selection issue
      • bug 323036 - Add support to other Localizable Resources
      • bug 325110 - Add support to new Android Localization qualifiers
      • bug 325275 - Spanish translation of some components
      • bug 325624 - Brazilian Portuguese translation of some components
      • bug 325630 - Fix validation of some android localization qualifiers
      • bug 326793 - Improvements on the String Arrays handling
      • bug 327924 - Localization Files Editor allows users to create keys with spaces
    • Device Framework improvements
      • bug 315851 - A back slash is displayed right after the AVD/handset's name on Device Management view
      • bug 316760 - Fix some strings not externalized in the device creation wizard
      • bug 318990 - NPE on AbstractMobileInstance.getStatus()
      • bug 329548 - Allow multiple instances selection on Device Manager View
    • Android NDK improvements
      • bug 313626 - Create the feature for the Android Native Code Support
      • bug 314314 - Re-generate Makefile when project property value is changed
      • bug 315122 - Improvements in the Android NDK support UI
      • bug 316779 - Deependency on device.common.utilities added to android plugins
      • bug 317327 - Major UI bugfixes and improvements in Android Native support
      • bug 318270 - Generated LOCAL_SRC_FILES is invalid
      • bug 318712 - Add native support command behaves different from Add native support action
      • bug 322241 - Sequoyah warns that "This project does not have Native Library support" on standard Java projects
      • bug 331957 - Latest NDK version -r5 has different path structure than previous

1.0.0

What is new in Sequoyah 1.0.0:

  • Components inherited from TmL
    • Device Framework
    • VNC Protocol
    • VNC Viewer
    • Localization Framework
  • Component inherited from Pulsar
    • SDK Discovery
  • Improvements and updates
    • Localization editor improvements (see bug 300351)
    • Backward compatibility with old TmL projects (see bug 301872)
    • Localization help update (see bug 303354)
    • Device management view improvements (see bug 303646)
    • Device instance launcher compatibility issue (see bug 304665)
    • Localization editor improvements (see bug 308897)
    • Implementation of capabilities (see bug 311557)

Back to the top