mirror of
https://github.com/jtsalva/cloudmare.git
synced 2026-04-25 16:55:51 +03:00
[PR #2] [MERGED] Feature/ssl #4
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#4
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/2
Author: @jtsalva
Created: 10/6/2019
Status: ✅ Merged
Merged: 10/6/2019
Merged by: @jtsalva
Base:
master← Head:feature/ssl📝 Commits (10+)
8072f8dcreate skeleton for ssl featurec70942eupgrade gradle version1b94786refactor crypto -> ssl80aa611disable inspection warning when using text dp instead of spf6f2654set android:text title for ssl spinnera6aa956can now successfully set ssl encryption mode17fa654add ssl mode infof97e95bshow progress bar when loadingfa05966add toggles for other ssl settings74232ffrevert changes on erroroneous response📊 Changes
15 files changed (+590 additions, -53 deletions)
View changed files
📝
.idea/codeStyles/Project.xml(+3 -0)➕
.idea/inspectionProfiles/Project_Default.xml(+13 -0)📝
app/src/main/AndroidManifest.xml(+9 -10)📝
app/src/main/java/dev/jtsalva/cloudmare/DomainDashActivity.kt(+6 -1)➕
app/src/main/java/dev/jtsalva/cloudmare/SSLActivity.kt(+99 -0)➕
app/src/main/java/dev/jtsalva/cloudmare/api/BooleanUtil.kt(+3 -0)📝
app/src/main/java/dev/jtsalva/cloudmare/api/zonesettings/ZoneSetting.kt(+42 -4)📝
app/src/main/java/dev/jtsalva/cloudmare/api/zonesettings/ZoneSettingListResponse.kt(+1 -1)➕
app/src/main/java/dev/jtsalva/cloudmare/api/zonesettings/ZoneSettingRequest.kt(+43 -0)➖
app/src/main/java/dev/jtsalva/cloudmare/api/zonesettings/ZoneSettingsRequest.kt(+0 -34)➕
app/src/main/java/dev/jtsalva/cloudmare/viewmodel/SSLViewModel.kt(+208 -0)📝
app/src/main/res/layout/activity_domain_dash.xml(+5 -0)➕
app/src/main/res/layout/activity_ssl.xml(+135 -0)📝
app/src/main/res/values/strings.xml(+22 -2)📝
build.gradle(+1 -1)📄 Description
Add ability to toggle some SSL settings
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.