Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(android): temp file handling #12161

Merged
merged 8 commits into from
Oct 19, 2020
Merged

Commits on Oct 7, 2020

  1. refactor(android): temp file handling

    - Moved Ti.Filesystem.tempDirectory location:
      * From:  ./<app>/cache/_tmp
      * To:  ./<app>/cache/.titanium/tmp
    - Moved Ti.Filesystem.createTempFile() location:
      * From: Ti.Filesystem.applicationCacheDirectory
      * To: Ti.Filesystem.tempDirectory
    - Moved Ti.Filesystem.createTempDirectory() location:
      * From a directory Titanium did not provide a constant for.
      * To: Ti.Filesystem.tempDirectory
    - Modified HTTP response cache file handling:
      * Moved from external storage to internal storage for privacy.
      * Now supports caching if app does not have WRITE_EXTERNAL_STORAGE permission. (No longer requires this permission.)
      * No longer monitors external storage mounting/unmounting.
    - Simplified temp file deletion via hidden "trash" folder.
    - Partially removed usage of "TiTempFileHelper.java" class. Will fully remove in next commit.
    
    Fixes TIMOB-28058
    jquick-axway committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    17150f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d68f51d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14928c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    73856db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee9b14 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    e4d0f55 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    3a4561f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Merge branch 'master' into TIMOB-28058

    ssekhri committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    97ba321 View commit details
    Browse the repository at this point in the history