Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-152] Android: Add support for application properties that can be configured outside app

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-04-05T11:58:12.000+0000
Affected Version/sn/a
Fix Version/sRelease 2.0.0
ComponentsAndroid
Labelsn/a
ReporterJeff Haynie
AssigneeJeff Haynie
Created2011-04-15T02:24:25.000+0000
Updated2017-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.

Comments

  1. Jeff Haynie 2011-04-15

    this has been implemented in iphone. will support android next.

  2. Stephen Tramer 2011-04-15

    As per Jeff above, this is an Android-only feature at this point, apparently. You guys get to triage it!

  3. Marshall Culpepper 2012-04-05

    Android has had Ti.App.Properties API support for quite some time, resolving
  4. Lee Morris 2017-03-07

    Closing ticket due to time passed.

JSON Source