mirror of
https://github.com/jtsalva/cloudmare.git
synced 2026-04-25 16:55:51 +03:00
[PR #10] [MERGED] Refactor/api/translator #11
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#11
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/10
Author: @jtsalva
Created: 11/20/2019
Status: ✅ Merged
Merged: 11/20/2019
Merged by: @jtsalva
Base:
master← Head:refactor/api/translator📝 Commits (2)
59f8799refactor translators to use one classb66430crefactor to use new translators📊 Changes
9 files changed (+91 additions, -116 deletions)
View changed files
📝
app/src/main/java/dev/jtsalva/cloudmare/SettingsActivity.kt(+4 -13)➕
app/src/main/java/dev/jtsalva/cloudmare/api/IdTranslator.kt(+9 -0)📝
app/src/main/java/dev/jtsalva/cloudmare/api/dns/DNSRecord.kt(+39 -45)📝
app/src/main/java/dev/jtsalva/cloudmare/api/zonesettings/ZoneSetting.kt(+29 -49)📝
app/src/main/java/dev/jtsalva/cloudmare/viewmodel/CachingViewModel.kt(+3 -3)📝
app/src/main/java/dev/jtsalva/cloudmare/viewmodel/DNSRecordViewModel.kt(+2 -2)📝
app/src/main/java/dev/jtsalva/cloudmare/viewmodel/NetworkViewModel.kt(+3 -2)📝
app/src/main/java/dev/jtsalva/cloudmare/viewmodel/SSLViewModel.kt(+1 -1)📝
app/src/main/java/dev/jtsalva/cloudmare/viewmodel/SettingsViewModel.kt(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.