{"id":13749422,"url":"https://github.com/appcelerator-developer-relations/appc-sample-ti410","last_synced_at":"2026-01-19T23:44:03.011Z","repository":{"id":34381446,"uuid":"38307925","full_name":"appcelerator-developer-relations/appc-sample-ti410","owner":"appcelerator-developer-relations","description":"Appcelerator Titanium 4.1.0 Sample App","archived":false,"fork":false,"pushed_at":"2016-04-20T08:02:57.000Z","size":2323,"stargazers_count":38,"open_issues_count":0,"forks_count":8,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-11-16T00:32:24.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.appcelerator.com/blog/2015/07/4-1-0-ga-now-available/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appcelerator-developer-relations.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-30T12:29:02.000Z","updated_at":"2021-05-10T19:47:48.000Z","dependencies_parsed_at":"2022-09-14T04:40:27.139Z","dependency_job_id":null,"html_url":"https://github.com/appcelerator-developer-relations/appc-sample-ti410","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appcelerator-developer-relations%2Fappc-sample-ti410","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appcelerator-developer-relations%2Fappc-sample-ti410/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appcelerator-developer-relations%2Fappc-sample-ti410/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appcelerator-developer-relations%2Fappc-sample-ti410/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appcelerator-developer-relations","download_url":"https://codeload.github.com/appcelerator-developer-relations/appc-sample-ti410/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253251750,"owners_count":21878561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T07:01:01.694Z","updated_at":"2026-01-19T23:44:02.965Z","avatar_url":"https://github.com/appcelerator-developer-relations.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Appcelerator Titanium 4.1.0 Sample App\nThis app demonstrates new features in Titanium 4.1.0. For more information about new and changed API's, see the [Release Notes](https://docs.appcelerator.com/platform/release-notes/?version=4.1.0.GA) and [All Fixed Issues](https://jira.appcelerator.org/issues/?filter=16879) on JIRA.\n\n![screenshots](screenshots.png)\n\n## Features demonstrated in this sample app\n\n### Windows\n\n* Added [Ti.UI.Windows.CommandBar](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.Windows.CommandBar) (and the rest of the API) for Windows.\u003cbr /\u003e![Windows](https://img.shields.io/badge/OS-Windows-red.svg?style=flat-square)\n\nIn anticipation of [ALOY-1280](https://jira.appcelerator.org/browse/ALOY-1280) we use a [polyfill](app/lib/polyfill.js) to be able create the CommandBar via Alloy XML via the powerfull `module` attribute.\n\n### iOS \u0026 Android\n\n* [TIMOB-17842](https://jira.appcelerator.org/browse/TIMOB-17842): Added [Ti.UI.Tab.titleColor](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.Tab-property-titleColor) and [Ti.UI.Tab.activeTitleColor](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.Tab-property-activeTitleColor).\u003cbr /\u003e![iOS](https://img.shields.io/badge/OS-iOS-blue.svg?style=flat-square)\n\nPer tab:\n\n#### Map\n\n* [TIMOB-2231](https://jira.appcelerator.org/browse/TIMOB-2231): Added [Modules.Map.Circle](https://docs.appcelerator.com/platform/latest/#!/api/Modules.Map.Circle), [Modules.Map.Polyline](https://docs.appcelerator.com/platform/latest/#!/api/Modules.Map.Polyline) and [Modules.Map.Polygon](https://docs.appcelerator.com/platform/latest/#!/api/Modules.Map.Polygon) to the Map module.\u003cbr /\u003e![iOS](https://img.shields.io/badge/OS-iOS-blue.svg?style=flat-square) ![Android](https://img.shields.io/badge/OS-Android-green.svg?style=flat-square) \n\n#### ListView\n\n* [TIMOB-17621](https://jira.appcelerator.org/browse/TIMOB-17621): Added [Ti.UI.ListView.separatorHeight](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListView-property-separatorHeight).\u003cbr /\u003e![Android](https://img.shields.io/badge/OS-Android-green.svg?style=flat-square)\n* [TIMOB-16244](https://jira.appcelerator.org/browse/TIMOB-16244): Added [Ti.UI.ListView:scrollstart](https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListView-event-scrollstart) and [Ti.UI.ListView:scrollend](https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListView-event-scrollend) events.\u003cbr /\u003e![iOS](https://img.shields.io/badge/OS-iOS-blue.svg?style=flat-square) ![Android](https://img.shields.io/badge/OS-Android-green.svg?style=flat-square)\n* [TIMOB-16494](https://jira.appcelerator.org/browse/TIMOB-16494): Added [Ti.UI.ListView.addMarker()](https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListView-method-addMarker) to listen to multiple markers.\u003cbr /\u003e![iOS](https://img.shields.io/badge/OS-iOS-blue.svg?style=flat-square) ![Android](https://img.shields.io/badge/OS-Android-green.svg?style=flat-square)\n* [TIMOB-15596](https://jira.appcelerator.org/browse/TIMOB-15596): Added [Ti.UI.ListItem.editActions](https://docs.appcelerator.com/platform/latest/#!/guide/ListViews-section-37521650_ListViews-ActionItems) for [ListView Action Items](https://docs.appcelerator.com/platform/latest/#!/guide/ListViews-section-37521650_ListViews-ActionItems).\u003cbr /\u003e![iOS](https://img.shields.io/badge/OS-iOS-blue.svg?style=flat-square)\n\n#### cacheSize\n\n* [TIMOB-18874](https://jira.appcelerator.org/browse/TIMOB-18874): Parity for [Ti.UI.ScrollableView.cacheSize](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ScrollableView-property-cacheSize)\u003cbr /\u003e![Android](https://img.shields.io/badge/OS-Android-green.svg?style=flat-square)\n\n#### Other\n\n* [TIMOB-17145](https://jira.appcelerator.org/browse/TIMOB-17145): Parity for `PATCH` as method for [Ti.Network.HTTPClient.open()](https://docs.appcelerator.com/platform/latest/#!/api/Titanium.Network.HTTPClient-method-open)\u003cbr /\u003e![Android](https://img.shields.io/badge/OS-Android-green.svg?style=flat-square)\n* [TIMOB-18905](https://jira.appcelerator.org/browse/TIMOB-18964): Material Design dialogs on Android 4.x and older.\u003cbr /\u003e![Android](https://img.shields.io/badge/OS-Android-green.svg?style=flat-square)\n* [TIMOB-18816](https://jira.appcelerator.org/browse/TIMOB-18816): Added support for regional languages to [Internationalization](http://docs.appcelerator.com/platform/latest/#!/guide/Internationalization-section-29004892_Internationalization-Languagestrings).\u003cbr /\u003e![iOS](https://img.shields.io/badge/OS-iOS-blue.svg?style=flat-square) ![Android](https://img.shields.io/badge/OS-Android-green.svg?style=flat-square)\n* [TIMOB-18433](https://jira.appcelerator.org/browse/TIMOB-18433): Added [Ti.UI.TextField.hintTextColor](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TextField-property-hintTextColor) and [Ti.UI.TextArea.hintTextColor](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TextArea-property-hintTextColor).\u003cbr /\u003e![Android](https://img.shields.io/badge/OS-Android-green.svg?style=flat-square)\n* [TIMOB-17827](https://jira.appcelerator.org/browse/TIMOB-17827): Added [Ti.UI.Label.lines](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.Label-property-lines) and [Ti.UI.Label.maxLines](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.Label-property-maxLines).\u003cbr /\u003e![Android](https://img.shields.io/badge/OS-Android-green.svg?style=flat-square)\n* [TIMOB-18103](https://jira.appcelerator.org/browse/TIMOB-18103): Added [Ti.App:uncaughtException](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.App-event-uncaughtException) to listen to uncaught JavaScript exceptions.\u003cbr /\u003e![iOS](https://img.shields.io/badge/OS-iOS-blue.svg?style=flat-square) ![Android](https://img.shields.io/badge/OS-Android-green.svg?style=flat-square)\n\n#### tiapp.xml\n\n* [TIMOB-18834](https://jira.appcelerator.org/browse/TIMOB-18834): Added option to use JavaScriptCore instead of TiCore.\u003cbr /\u003e![iOS](https://img.shields.io/badge/OS-iOS-blue.svg?style=flat-square)\n* [TIMOB-17993](https://jira.appcelerator.org/browse/TIMOB-17993): Added option to manually set `CFBundleVersion` and `CFBundleShortVersionString`.\u003cbr /\u003e![iOS](https://img.shields.io/badge/OS-iOS-blue.svg?style=flat-square)\n\nSee [Gruntfile.js](Gruntfile.js) for an example of how you can bump an integer build version number for Android and iOS while leaving it up to Titanium to use `\u003cversion\u003e` for the release version number.\n \n\tnpm install\n\n\t# to bump release 4.1.0 to 4.2.0 and build 123 to 124\n\tgrunt version:minor\n\n\t# to bump build 124 to 125\n\tgrunt version","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappcelerator-developer-relations%2Fappc-sample-ti410","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappcelerator-developer-relations%2Fappc-sample-ti410","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappcelerator-developer-relations%2Fappc-sample-ti410/lists"}