← Back to team overview

dhis-mobile-devs team mailing list archive

[Branch ~dhis-mobile-devs/dhis-mobile/lwuit-tracking] Rev 140: edit font size, simplify hint texts, move Anonymous selection to the end of main list

 

------------------------------------------------------------
revno: 140
committer: Lai <lai.hispvietnam@xxxxxxxxx>
branch nick: lwuit-tracking
timestamp: Sun 2013-09-08 19:38:35 +0700
message:
  edit font size, simplify hint texts, move Anonymous selection to the end of main list
modified:
  build.properties
  res/LWUITtheme.res
  src/org/hisp/dhis/mobile/view/PersonListView.java
  src/org/hisp/dhis/mobile/view/TrackingMainMenuView.java


--
lp:~dhis-mobile-devs/dhis-mobile/lwuit-tracking
https://code.launchpad.net/~dhis-mobile-devs/dhis-mobile/lwuit-tracking

Your team DHIS mobile developers is subscribed to branch lp:~dhis-mobile-devs/dhis-mobile/lwuit-tracking.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis-mobile-devs/dhis-mobile/lwuit-tracking/+edit-subscription
=== modified file 'build.properties'
--- build.properties	2013-09-08 11:43:54 +0000
+++ build.properties	2013-09-08 12:38:35 +0000
@@ -1,16 +1,388 @@
 # MTJ Build Properties
-S40_5th_Edition_SDK_Feature_Pack_1.includes=src\
-,res\
+S40_5th_Edition_SDK_Feature_Pack_1.includes=res/LWUITtheme.res\
+,res/dhis2_logo.png\
+,res/icon.png\
+,res/logo_zm.png\
+,res/properties/app.properties\
+,res/properties/en-GB.properties\
+,res/properties/fr-FR.properties\
+,res/properties/hi-IN.properties\
+,res/properties/pa-IN.properties\
+,res/properties/vi-VN.properties\
+,res/save.png\
+,res/sent.gif\
+,src/org/hisp/dhis/mobile/connection/Base64.java\
+,src/org/hisp/dhis/mobile/connection/ConnectionManager.java\
+,src/org/hisp/dhis/mobile/connection/task/AbstractTask.java\
+,src/org/hisp/dhis/mobile/connection/task/AddRelationshipTask.java\
+,src/org/hisp/dhis/mobile/connection/task/DownloadAllResourceTask.java\
+,src/org/hisp/dhis/mobile/connection/task/EnrollProgramTask.java\
+,src/org/hisp/dhis/mobile/connection/task/FindLatestPersonTask.java\
+,src/org/hisp/dhis/mobile/connection/task/FindPatientTask.java\
+,src/org/hisp/dhis/mobile/connection/task/FindProgramTask.java\
+,src/org/hisp/dhis/mobile/connection/task/GetAllAnonymousProgramTask.java\
+,src/org/hisp/dhis/mobile/connection/task/GetVariesInfoTask.java\
+,src/org/hisp/dhis/mobile/connection/task/LoginTask.java\
+,src/org/hisp/dhis/mobile/connection/task/PersonRegistrationTask.java\
+,src/org/hisp/dhis/mobile/connection/task/ReadContactTask.java\
+,src/org/hisp/dhis/mobile/connection/task/RegisterAllOfflinePatientTask.java\
+,src/org/hisp/dhis/mobile/connection/task/SaveUnregisteredPersonTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UpdateContactTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UpdateDataSetTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UpdateNewVersionTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UploadDataSetValueTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UploadTrackingFormTask.java\
+,src/org/hisp/dhis/mobile/midlet/DHISMIDlet.java\
+,src/org/hisp/dhis/mobile/midlet/FacilityMIDlet.java\
+,src/org/hisp/dhis/mobile/midlet/NameBasedMIDlet.java\
+,src/org/hisp/dhis/mobile/model/Beneficiary.java\
+,src/org/hisp/dhis/mobile/model/DataElement.java\
+,src/org/hisp/dhis/mobile/model/DataSet.java\
+,src/org/hisp/dhis/mobile/model/DataSetList.java\
+,src/org/hisp/dhis/mobile/model/DataSetValue.java\
+,src/org/hisp/dhis/mobile/model/DataStreamSerializable.java\
+,src/org/hisp/dhis/mobile/model/DataValue.java\
+,src/org/hisp/dhis/mobile/model/LinkButton.java\
+,src/org/hisp/dhis/mobile/model/MobileModel.java\
+,src/org/hisp/dhis/mobile/model/Model.java\
+,src/org/hisp/dhis/mobile/model/ModelList.java\
+,src/org/hisp/dhis/mobile/model/OptionSet.java\
+,src/org/hisp/dhis/mobile/model/OrgUnit.java\
+,src/org/hisp/dhis/mobile/model/Patient.java\
+,src/org/hisp/dhis/mobile/model/PatientAttribute.java\
+,src/org/hisp/dhis/mobile/model/PatientIdentifier.java\
+,src/org/hisp/dhis/mobile/model/PatientIdentifierAndAttribute.java\
+,src/org/hisp/dhis/mobile/model/Program.java\
+,src/org/hisp/dhis/mobile/model/ProgramStage.java\
+,src/org/hisp/dhis/mobile/model/ProgramStageDataElement.java\
+,src/org/hisp/dhis/mobile/model/Relationship.java\
+,src/org/hisp/dhis/mobile/model/Section.java\
+,src/org/hisp/dhis/mobile/model/Task.java\
+,src/org/hisp/dhis/mobile/model/TextMapping.java\
+,src/org/hisp/dhis/mobile/recordstore/DataSetRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/DataSetValueRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/OfflinePatientRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/OrgUnitRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/PatientAttributeRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/PatientIdentifierRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/PatientRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/ProgramRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/SettingRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/ActivityValueFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/DataSetFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/DataSetValueFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/OfflinePatientFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/OldDataSetValueFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/PatientAttributeFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/PatientFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/PatientIdentifierFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/ProgramFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/SettingFilter.java\
+,src/org/hisp/dhis/mobile/test/AllTestSuite.java\
+,src/org/hisp/dhis/mobile/test/Base64Test.java\
+,src/org/hisp/dhis/mobile/ui/Alerts.java\
+,src/org/hisp/dhis/mobile/ui/CalendarCanvas.java\
+,src/org/hisp/dhis/mobile/ui/CalendarWidget.java\
+,src/org/hisp/dhis/mobile/ui/Text.java\
+,src/org/hisp/dhis/mobile/ui/TextMappingLoader.java\
+,src/org/hisp/dhis/mobile/util/Compressor.java\
+,src/org/hisp/dhis/mobile/util/FormUtils.java\
+,src/org/hisp/dhis/mobile/util/MemoryMonitor.java\
+,src/org/hisp/dhis/mobile/util/PeriodUtil.java\
+,src/org/hisp/dhis/mobile/util/Properties.java\
+,src/org/hisp/dhis/mobile/util/RecordStoreUtil.java\
+,src/org/hisp/dhis/mobile/util/SerializationUtil.java\
+,src/org/hisp/dhis/mobile/util/TrackingUtils.java\
+,src/org/hisp/dhis/mobile/view/AbstractView.java\
+,src/org/hisp/dhis/mobile/view/AddingRelationshipView.java\
+,src/org/hisp/dhis/mobile/view/AggregateMainMenuView.java\
+,src/org/hisp/dhis/mobile/view/AlertBoxView.java\
+,src/org/hisp/dhis/mobile/view/AnonymousOrgUnitSelectView.java\
+,src/org/hisp/dhis/mobile/view/AnonymousProgramListView.java\
+,src/org/hisp/dhis/mobile/view/DashboardLinkView.java\
+,src/org/hisp/dhis/mobile/view/DataSetEntryView.java\
+,src/org/hisp/dhis/mobile/view/DataSetListView.java\
+,src/org/hisp/dhis/mobile/view/FindBeneficiaryView.java\
+,src/org/hisp/dhis/mobile/view/HistoryPersonListView.java\
+,src/org/hisp/dhis/mobile/view/LoginView.java\
+,src/org/hisp/dhis/mobile/view/NoMatchingView.java\
+,src/org/hisp/dhis/mobile/view/OfflineOrgUnitSelectView.java\
+,src/org/hisp/dhis/mobile/view/OfflineView.java\
+,src/org/hisp/dhis/mobile/view/OrgUnitSelectView.java\
+,src/org/hisp/dhis/mobile/view/PeriodView.java\
+,src/org/hisp/dhis/mobile/view/PersonDashboardView.java\
+,src/org/hisp/dhis/mobile/view/PersonListView.java\
+,src/org/hisp/dhis/mobile/view/PersonRegistrationOrgUnitSelectView.java\
+,src/org/hisp/dhis/mobile/view/PersonRegistrationView.java\
+,src/org/hisp/dhis/mobile/view/PinView.java\
+,src/org/hisp/dhis/mobile/view/ProgramStageListView.java\
+,src/org/hisp/dhis/mobile/view/SectionListView.java\
+,src/org/hisp/dhis/mobile/view/SettingView.java\
+,src/org/hisp/dhis/mobile/view/SplashScreen.java\
+,src/org/hisp/dhis/mobile/view/SplashScreenView.java\
+,src/org/hisp/dhis/mobile/view/TrackingDataEntryView.java\
+,src/org/hisp/dhis/mobile/view/TrackingMainMenuView.java\
+,src/org/hisp/dhis/mobile/view/UpdateContactView.java\
+,src/org/hisp/dhis/mobile/view/UpdateNewVersionView.java\
+,src/org/hisp/dhis/mobile/view/WaitingView.java\
 
 S40_5th_Edition_SDK_Feature_Pack_1.excludes=\
 
-S40_5th_Edition_SDK_Feature_Pack_1_Lite.includes=src\
-,res\
+S40_5th_Edition_SDK_Feature_Pack_1_Lite.includes=res/LWUITtheme.res\
+,res/dhis2_logo.png\
+,res/icon.png\
+,res/logo_zm.png\
+,res/properties/app.properties\
+,res/properties/en-GB.properties\
+,res/properties/fr-FR.properties\
+,res/properties/hi-IN.properties\
+,res/properties/pa-IN.properties\
+,res/properties/vi-VN.properties\
+,res/save.png\
+,res/sent.gif\
+,src/org/hisp/dhis/mobile/connection/Base64.java\
+,src/org/hisp/dhis/mobile/connection/ConnectionManager.java\
+,src/org/hisp/dhis/mobile/connection/task/AbstractTask.java\
+,src/org/hisp/dhis/mobile/connection/task/AddRelationshipTask.java\
+,src/org/hisp/dhis/mobile/connection/task/DownloadAllResourceTask.java\
+,src/org/hisp/dhis/mobile/connection/task/EnrollProgramTask.java\
+,src/org/hisp/dhis/mobile/connection/task/FindLatestPersonTask.java\
+,src/org/hisp/dhis/mobile/connection/task/FindPatientTask.java\
+,src/org/hisp/dhis/mobile/connection/task/FindProgramTask.java\
+,src/org/hisp/dhis/mobile/connection/task/GetAllAnonymousProgramTask.java\
+,src/org/hisp/dhis/mobile/connection/task/GetVariesInfoTask.java\
+,src/org/hisp/dhis/mobile/connection/task/LoginTask.java\
+,src/org/hisp/dhis/mobile/connection/task/PersonRegistrationTask.java\
+,src/org/hisp/dhis/mobile/connection/task/ReadContactTask.java\
+,src/org/hisp/dhis/mobile/connection/task/RegisterAllOfflinePatientTask.java\
+,src/org/hisp/dhis/mobile/connection/task/SaveUnregisteredPersonTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UpdateContactTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UpdateDataSetTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UpdateNewVersionTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UploadDataSetValueTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UploadTrackingFormTask.java\
+,src/org/hisp/dhis/mobile/midlet/DHISMIDlet.java\
+,src/org/hisp/dhis/mobile/midlet/FacilityMIDlet.java\
+,src/org/hisp/dhis/mobile/midlet/NameBasedMIDlet.java\
+,src/org/hisp/dhis/mobile/model/Beneficiary.java\
+,src/org/hisp/dhis/mobile/model/DataElement.java\
+,src/org/hisp/dhis/mobile/model/DataSet.java\
+,src/org/hisp/dhis/mobile/model/DataSetList.java\
+,src/org/hisp/dhis/mobile/model/DataSetValue.java\
+,src/org/hisp/dhis/mobile/model/DataStreamSerializable.java\
+,src/org/hisp/dhis/mobile/model/DataValue.java\
+,src/org/hisp/dhis/mobile/model/LinkButton.java\
+,src/org/hisp/dhis/mobile/model/MobileModel.java\
+,src/org/hisp/dhis/mobile/model/Model.java\
+,src/org/hisp/dhis/mobile/model/ModelList.java\
+,src/org/hisp/dhis/mobile/model/OptionSet.java\
+,src/org/hisp/dhis/mobile/model/OrgUnit.java\
+,src/org/hisp/dhis/mobile/model/Patient.java\
+,src/org/hisp/dhis/mobile/model/PatientAttribute.java\
+,src/org/hisp/dhis/mobile/model/PatientIdentifier.java\
+,src/org/hisp/dhis/mobile/model/PatientIdentifierAndAttribute.java\
+,src/org/hisp/dhis/mobile/model/Program.java\
+,src/org/hisp/dhis/mobile/model/ProgramStage.java\
+,src/org/hisp/dhis/mobile/model/ProgramStageDataElement.java\
+,src/org/hisp/dhis/mobile/model/Relationship.java\
+,src/org/hisp/dhis/mobile/model/Section.java\
+,src/org/hisp/dhis/mobile/model/Task.java\
+,src/org/hisp/dhis/mobile/model/TextMapping.java\
+,src/org/hisp/dhis/mobile/recordstore/DataSetRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/DataSetValueRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/OfflinePatientRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/OrgUnitRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/PatientAttributeRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/PatientIdentifierRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/PatientRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/ProgramRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/SettingRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/ActivityValueFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/DataSetFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/DataSetValueFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/OfflinePatientFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/OldDataSetValueFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/PatientAttributeFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/PatientFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/PatientIdentifierFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/ProgramFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/SettingFilter.java\
+,src/org/hisp/dhis/mobile/test/AllTestSuite.java\
+,src/org/hisp/dhis/mobile/test/Base64Test.java\
+,src/org/hisp/dhis/mobile/ui/Alerts.java\
+,src/org/hisp/dhis/mobile/ui/CalendarCanvas.java\
+,src/org/hisp/dhis/mobile/ui/CalendarWidget.java\
+,src/org/hisp/dhis/mobile/ui/Text.java\
+,src/org/hisp/dhis/mobile/ui/TextMappingLoader.java\
+,src/org/hisp/dhis/mobile/util/Compressor.java\
+,src/org/hisp/dhis/mobile/util/FormUtils.java\
+,src/org/hisp/dhis/mobile/util/MemoryMonitor.java\
+,src/org/hisp/dhis/mobile/util/PeriodUtil.java\
+,src/org/hisp/dhis/mobile/util/Properties.java\
+,src/org/hisp/dhis/mobile/util/RecordStoreUtil.java\
+,src/org/hisp/dhis/mobile/util/SerializationUtil.java\
+,src/org/hisp/dhis/mobile/util/TrackingUtils.java\
+,src/org/hisp/dhis/mobile/view/AbstractView.java\
+,src/org/hisp/dhis/mobile/view/AddingRelationshipView.java\
+,src/org/hisp/dhis/mobile/view/AggregateMainMenuView.java\
+,src/org/hisp/dhis/mobile/view/AlertBoxView.java\
+,src/org/hisp/dhis/mobile/view/AnonymousOrgUnitSelectView.java\
+,src/org/hisp/dhis/mobile/view/AnonymousProgramListView.java\
+,src/org/hisp/dhis/mobile/view/DashboardLinkView.java\
+,src/org/hisp/dhis/mobile/view/DataSetEntryView.java\
+,src/org/hisp/dhis/mobile/view/DataSetListView.java\
+,src/org/hisp/dhis/mobile/view/FindBeneficiaryView.java\
+,src/org/hisp/dhis/mobile/view/HistoryPersonListView.java\
+,src/org/hisp/dhis/mobile/view/LoginView.java\
+,src/org/hisp/dhis/mobile/view/NoMatchingView.java\
+,src/org/hisp/dhis/mobile/view/OfflineOrgUnitSelectView.java\
+,src/org/hisp/dhis/mobile/view/OfflineView.java\
+,src/org/hisp/dhis/mobile/view/OrgUnitSelectView.java\
+,src/org/hisp/dhis/mobile/view/PeriodView.java\
+,src/org/hisp/dhis/mobile/view/PersonDashboardView.java\
+,src/org/hisp/dhis/mobile/view/PersonListView.java\
+,src/org/hisp/dhis/mobile/view/PersonRegistrationOrgUnitSelectView.java\
+,src/org/hisp/dhis/mobile/view/PersonRegistrationView.java\
+,src/org/hisp/dhis/mobile/view/PinView.java\
+,src/org/hisp/dhis/mobile/view/ProgramStageListView.java\
+,src/org/hisp/dhis/mobile/view/SectionListView.java\
+,src/org/hisp/dhis/mobile/view/SettingView.java\
+,src/org/hisp/dhis/mobile/view/SplashScreen.java\
+,src/org/hisp/dhis/mobile/view/SplashScreenView.java\
+,src/org/hisp/dhis/mobile/view/TrackingDataEntryView.java\
+,src/org/hisp/dhis/mobile/view/TrackingMainMenuView.java\
+,src/org/hisp/dhis/mobile/view/UpdateContactView.java\
+,src/org/hisp/dhis/mobile/view/UpdateNewVersionView.java\
+,src/org/hisp/dhis/mobile/view/WaitingView.java\
 
 S40_5th_Edition_SDK_Feature_Pack_1_Lite.excludes=\
 
-DefaultColorPhone.includes=src\
-,res\
+DefaultColorPhone.includes=res/LWUITtheme.res\
+,res/dhis2_logo.png\
+,res/icon.png\
+,res/logo_zm.png\
+,res/properties/app.properties\
+,res/properties/en-GB.properties\
+,res/properties/fr-FR.properties\
+,res/properties/hi-IN.properties\
+,res/properties/pa-IN.properties\
+,res/properties/vi-VN.properties\
+,res/save.png\
+,res/sent.gif\
+,src/org/hisp/dhis/mobile/connection/Base64.java\
+,src/org/hisp/dhis/mobile/connection/ConnectionManager.java\
+,src/org/hisp/dhis/mobile/connection/task/AbstractTask.java\
+,src/org/hisp/dhis/mobile/connection/task/AddRelationshipTask.java\
+,src/org/hisp/dhis/mobile/connection/task/DownloadAllResourceTask.java\
+,src/org/hisp/dhis/mobile/connection/task/EnrollProgramTask.java\
+,src/org/hisp/dhis/mobile/connection/task/FindLatestPersonTask.java\
+,src/org/hisp/dhis/mobile/connection/task/FindPatientTask.java\
+,src/org/hisp/dhis/mobile/connection/task/FindProgramTask.java\
+,src/org/hisp/dhis/mobile/connection/task/GetAllAnonymousProgramTask.java\
+,src/org/hisp/dhis/mobile/connection/task/GetVariesInfoTask.java\
+,src/org/hisp/dhis/mobile/connection/task/LoginTask.java\
+,src/org/hisp/dhis/mobile/connection/task/PersonRegistrationTask.java\
+,src/org/hisp/dhis/mobile/connection/task/ReadContactTask.java\
+,src/org/hisp/dhis/mobile/connection/task/RegisterAllOfflinePatientTask.java\
+,src/org/hisp/dhis/mobile/connection/task/SaveUnregisteredPersonTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UpdateContactTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UpdateDataSetTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UpdateNewVersionTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UploadDataSetValueTask.java\
+,src/org/hisp/dhis/mobile/connection/task/UploadTrackingFormTask.java\
+,src/org/hisp/dhis/mobile/midlet/DHISMIDlet.java\
+,src/org/hisp/dhis/mobile/midlet/FacilityMIDlet.java\
+,src/org/hisp/dhis/mobile/midlet/NameBasedMIDlet.java\
+,src/org/hisp/dhis/mobile/model/Beneficiary.java\
+,src/org/hisp/dhis/mobile/model/DataElement.java\
+,src/org/hisp/dhis/mobile/model/DataSet.java\
+,src/org/hisp/dhis/mobile/model/DataSetList.java\
+,src/org/hisp/dhis/mobile/model/DataSetValue.java\
+,src/org/hisp/dhis/mobile/model/DataStreamSerializable.java\
+,src/org/hisp/dhis/mobile/model/DataValue.java\
+,src/org/hisp/dhis/mobile/model/LinkButton.java\
+,src/org/hisp/dhis/mobile/model/MobileModel.java\
+,src/org/hisp/dhis/mobile/model/Model.java\
+,src/org/hisp/dhis/mobile/model/ModelList.java\
+,src/org/hisp/dhis/mobile/model/OptionSet.java\
+,src/org/hisp/dhis/mobile/model/OrgUnit.java\
+,src/org/hisp/dhis/mobile/model/Patient.java\
+,src/org/hisp/dhis/mobile/model/PatientAttribute.java\
+,src/org/hisp/dhis/mobile/model/PatientIdentifier.java\
+,src/org/hisp/dhis/mobile/model/PatientIdentifierAndAttribute.java\
+,src/org/hisp/dhis/mobile/model/Program.java\
+,src/org/hisp/dhis/mobile/model/ProgramStage.java\
+,src/org/hisp/dhis/mobile/model/ProgramStageDataElement.java\
+,src/org/hisp/dhis/mobile/model/Relationship.java\
+,src/org/hisp/dhis/mobile/model/Section.java\
+,src/org/hisp/dhis/mobile/model/Task.java\
+,src/org/hisp/dhis/mobile/model/TextMapping.java\
+,src/org/hisp/dhis/mobile/recordstore/DataSetRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/DataSetValueRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/OfflinePatientRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/OrgUnitRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/PatientAttributeRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/PatientIdentifierRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/PatientRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/ProgramRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/SettingRecordStore.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/ActivityValueFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/DataSetFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/DataSetValueFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/OfflinePatientFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/OldDataSetValueFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/PatientAttributeFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/PatientFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/PatientIdentifierFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/ProgramFilter.java\
+,src/org/hisp/dhis/mobile/recordstore/filter/SettingFilter.java\
+,src/org/hisp/dhis/mobile/test/AllTestSuite.java\
+,src/org/hisp/dhis/mobile/test/Base64Test.java\
+,src/org/hisp/dhis/mobile/ui/Alerts.java\
+,src/org/hisp/dhis/mobile/ui/CalendarCanvas.java\
+,src/org/hisp/dhis/mobile/ui/CalendarWidget.java\
+,src/org/hisp/dhis/mobile/ui/Text.java\
+,src/org/hisp/dhis/mobile/ui/TextMappingLoader.java\
+,src/org/hisp/dhis/mobile/util/Compressor.java\
+,src/org/hisp/dhis/mobile/util/FormUtils.java\
+,src/org/hisp/dhis/mobile/util/MemoryMonitor.java\
+,src/org/hisp/dhis/mobile/util/PeriodUtil.java\
+,src/org/hisp/dhis/mobile/util/Properties.java\
+,src/org/hisp/dhis/mobile/util/RecordStoreUtil.java\
+,src/org/hisp/dhis/mobile/util/SerializationUtil.java\
+,src/org/hisp/dhis/mobile/util/TrackingUtils.java\
+,src/org/hisp/dhis/mobile/view/AbstractView.java\
+,src/org/hisp/dhis/mobile/view/AddingRelationshipView.java\
+,src/org/hisp/dhis/mobile/view/AggregateMainMenuView.java\
+,src/org/hisp/dhis/mobile/view/AlertBoxView.java\
+,src/org/hisp/dhis/mobile/view/AnonymousOrgUnitSelectView.java\
+,src/org/hisp/dhis/mobile/view/AnonymousProgramListView.java\
+,src/org/hisp/dhis/mobile/view/DashboardLinkView.java\
+,src/org/hisp/dhis/mobile/view/DataSetEntryView.java\
+,src/org/hisp/dhis/mobile/view/DataSetListView.java\
+,src/org/hisp/dhis/mobile/view/FindBeneficiaryView.java\
+,src/org/hisp/dhis/mobile/view/HistoryPersonListView.java\
+,src/org/hisp/dhis/mobile/view/LoginView.java\
+,src/org/hisp/dhis/mobile/view/NoMatchingView.java\
+,src/org/hisp/dhis/mobile/view/OfflineOrgUnitSelectView.java\
+,src/org/hisp/dhis/mobile/view/OfflineView.java\
+,src/org/hisp/dhis/mobile/view/OrgUnitSelectView.java\
+,src/org/hisp/dhis/mobile/view/PeriodView.java\
+,src/org/hisp/dhis/mobile/view/PersonDashboardView.java\
+,src/org/hisp/dhis/mobile/view/PersonListView.java\
+,src/org/hisp/dhis/mobile/view/PersonRegistrationOrgUnitSelectView.java\
+,src/org/hisp/dhis/mobile/view/PersonRegistrationView.java\
+,src/org/hisp/dhis/mobile/view/PinView.java\
+,src/org/hisp/dhis/mobile/view/ProgramStageListView.java\
+,src/org/hisp/dhis/mobile/view/SectionListView.java\
+,src/org/hisp/dhis/mobile/view/SettingView.java\
+,src/org/hisp/dhis/mobile/view/SplashScreen.java\
+,src/org/hisp/dhis/mobile/view/SplashScreenView.java\
+,src/org/hisp/dhis/mobile/view/TrackingDataEntryView.java\
+,src/org/hisp/dhis/mobile/view/TrackingMainMenuView.java\
+,src/org/hisp/dhis/mobile/view/UpdateContactView.java\
+,src/org/hisp/dhis/mobile/view/UpdateNewVersionView.java\
+,src/org/hisp/dhis/mobile/view/WaitingView.java\
 
 DefaultColorPhone.excludes=\
 

=== modified file 'res/LWUITtheme.res'
Binary files res/LWUITtheme.res	2013-02-01 07:21:52 +0000 and res/LWUITtheme.res	2013-09-08 12:38:35 +0000 differ
=== modified file 'src/org/hisp/dhis/mobile/view/PersonListView.java'
--- src/org/hisp/dhis/mobile/view/PersonListView.java	2013-09-07 13:31:02 +0000
+++ src/org/hisp/dhis/mobile/view/PersonListView.java	2013-09-08 12:38:35 +0000
@@ -73,7 +73,7 @@
         System.gc();
         this.getMainForm();
         mainForm.removeAll();
-        TextArea txtHint = new TextArea( "Please select one person below: " );
+        TextArea txtHint = new TextArea( "Select person below: " );
         txtHint.setEditable( false );
         mainForm.addComponent( txtHint );
         for ( int i = 0; i < patientInfos.size(); i++ )
@@ -111,7 +111,7 @@
         }
         if ( patientInfos.size() == 10 )
         {
-            nameBasedMIDlet.getAlertBoxView( "Too many Result, be more specific", "Warning" ).showView();
+            nameBasedMIDlet.getAlertBoxView( "Too many results, be more specific", "Warning" ).showView();
         }
     }
 

=== modified file 'src/org/hisp/dhis/mobile/view/TrackingMainMenuView.java'
--- src/org/hisp/dhis/mobile/view/TrackingMainMenuView.java	2013-09-07 13:31:02 +0000
+++ src/org/hisp/dhis/mobile/view/TrackingMainMenuView.java	2013-09-08 12:38:35 +0000
@@ -19,13 +19,8 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-import java.io.IOException;
 import java.util.Vector;
 
-import javax.microedition.rms.RecordStoreException;
-import javax.microedition.rms.RecordStoreFullException;
-import javax.microedition.rms.RecordStoreNotFoundException;
-
 import org.hisp.dhis.mobile.connection.ConnectionManager;
 import org.hisp.dhis.mobile.midlet.DHISMIDlet;
 import org.hisp.dhis.mobile.midlet.NameBasedMIDlet;
@@ -174,9 +169,7 @@
     {
         // String[] menuItems = { "Find Person", "Person Registration",
         // "Anonymous", "Message", "Update Contact", "Setting" };
-        // String[] menuItems = { "Find Person", "Person Registration",
-        // "Anonymous", "Message", "Setting" };
-        String[] menuItems = { "Find Person", "Add Person", "Anonymous", "History", "Offline" };
+        String[] menuItems = { "Find Person", "Add Person", "History", "Offline", "Anonymous" };
         if ( menuList == null )
         {
             menuList = new List( menuItems );
@@ -184,6 +177,7 @@
             menuList.setSmoothScrolling( true );
             menuList.setFixedSelection( List.FIXED_NONE );
             menuList.addActionListener( this );
+            //menuList.getSelectedStyle().setFont( );
         }
         return menuList;
     }