[PR #9] [MERGED] Feature/network #13

Closed
opened 2026-02-26 01:35:38 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: feature/network


📝 Commits (4)

  • 89335bf add network strings
  • 551aa91 add network ids and translator
  • 87c32f5 add network activity
  • 243a19a connect 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jtsalva/cloudmare/pull/9 **Author:** [@jtsalva](https://github.com/jtsalva) **Created:** 11/19/2019 **Status:** ✅ Merged **Merged:** 11/19/2019 **Merged by:** [@jtsalva](https://github.com/jtsalva) **Base:** `master` ← **Head:** `feature/network` --- ### 📝 Commits (4) - [`89335bf`](https://github.com/jtsalva/cloudmare/commit/89335bf108c41486195b49e7bc3ded2ec3cae868) add network strings - [`551aa91`](https://github.com/jtsalva/cloudmare/commit/551aa91073ea6099f06b51af93f0e5d57943a6ab) add network ids and translator - [`87c32f5`](https://github.com/jtsalva/cloudmare/commit/87c32f5f1cc0141a967c6a7e182caf3807f8eb9f) add network activity - [`243a19a`](https://github.com/jtsalva/cloudmare/commit/243a19a323b2eb2b8887f2f5a286fc5b18ccfa60) connect NetworkActivity with button in DomainDash ### 📊 Changes **8 files changed** (+445 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 01:35:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudmare-jtsalva#13
No description provided.