[TIMOB-152] Android: Add support for application properties that can be configured outside app
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-04-05T11:58:12.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 2.0.0 |
Components | Android |
Labels | n/a |
Reporter | Jeff Haynie |
Assignee | Jeff Haynie |
Created | 2011-04-15T02:24:25.000+0000 |
Updated | 2017-03-07T18:10:33.000+0000 |
Description
need to add support for application properties which are loaded into the application at compile time but are outside the source code (both to be configurable and more secure). properties should be compiled in and made available via Titanium.App.Properties.getString. file format is java properties (key=value). file will automatically be picked up during compile if located in project.dir/appdata.cfg.
this has been implemented in iphone. will support android next.
As per Jeff above, this is an Android-only feature at this point, apparently. You guys get to triage it!
Android has had Ti.App.Properties API support for quite some time, resolving
Closing ticket due to time passed.