mirror of
https://github.com/jtsalva/cloudmare.git
synced 2026-04-25 16:55:51 +03:00
[PR #3] [MERGED] Add caching controls #6
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudmare-jtsalva#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jtsalva/cloudmare/pull/3
Author: @jtsalva
Created: 10/15/2019
Status: ✅ Merged
Merged: 10/15/2019
Merged by: @jtsalva
Base:
master← Head:feature/caching📝 Commits (4)
0ba688ecreate skeleton for new caching feature3f6902fadd browser cache expiration options76c5f57functioning controls for caching92d229ffix length of ssl spinner📊 Changes
14 files changed (+529 additions, -14 deletions)
View changed files
📝
app/src/main/AndroidManifest.xml(+3 -0)➕
app/src/main/java/dev/jtsalva/cloudmare/CachingActivity.kt(+105 -0)📝
app/src/main/java/dev/jtsalva/cloudmare/DNSRecordActivity.kt(+0 -1)📝
app/src/main/java/dev/jtsalva/cloudmare/DomainDashActivity.kt(+6 -0)📝
app/src/main/java/dev/jtsalva/cloudmare/SSLActivity.kt(+1 -6)➕
app/src/main/java/dev/jtsalva/cloudmare/ZoneSettingUtil.kt(+14 -0)📝
app/src/main/java/dev/jtsalva/cloudmare/api/dns/DNSRecord.kt(+37 -2)📝
app/src/main/java/dev/jtsalva/cloudmare/api/zonesettings/ZoneSetting.kt(+26 -0)➕
app/src/main/java/dev/jtsalva/cloudmare/viewmodel/CachingViewModel.kt(+151 -0)📝
app/src/main/java/dev/jtsalva/cloudmare/viewmodel/SSLViewModel.kt(+1 -1)➕
app/src/main/res/layout/activity_caching.xml(+119 -0)📝
app/src/main/res/layout/activity_domain_dash.xml(+5 -0)📝
app/src/main/res/layout/activity_ssl.xml(+1 -0)📝
app/src/main/res/values/strings.xml(+60 -4)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.