mirror of
https://github.com/jtsalva/cloudmare.git
synced 2026-04-25 16:55:51 +03:00
[PR #9] [MERGED] Feature/network #13
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#13
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/9
Author: @jtsalva
Created: 11/19/2019
Status: ✅ Merged
Merged: 11/19/2019
Merged by: @jtsalva
Base:
master← Head:feature/network📝 Commits (4)
89335bfadd network strings551aa91add network ids and translator87c32f5add network activity243a19aconnect NetworkActivity with button in DomainDash📊 Changes
8 files changed (+445 additions, -5 deletions)
View changed files
📝
app/src/main/AndroidManifest.xml(+4 -1)📝
app/src/main/java/dev/jtsalva/cloudmare/DomainDashActivity.kt(+6 -0)➕
app/src/main/java/dev/jtsalva/cloudmare/NetworkActivity.kt(+88 -0)📝
app/src/main/java/dev/jtsalva/cloudmare/api/zonesettings/ZoneSetting.kt(+33 -4)➕
app/src/main/java/dev/jtsalva/cloudmare/viewmodel/NetworkViewModel.kt(+195 -0)📝
app/src/main/res/layout/activity_domain_dash.xml(+5 -0)➕
app/src/main/res/layout/activity_network.xml(+102 -0)📝
app/src/main/res/values/strings.xml(+12 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.