[PR #159] [CLOSED] Allow users to set frequency time #383

Closed
opened 2026-02-28 01:24:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ushahidi/SMSSync/pull/159
Author: @ghost
Created: 4/23/2014
Status: Closed

Base: developHead: develop


📝 Commits (1)

  • e620078 Issue #101 - Allow users to set frequency time

📊 Changes

3 files changed (+132 additions, -92 deletions)

View changed files

📝 smssync/src/main/java/org/addhen/smssync/Settings.java (+33 -88)
smssync/src/main/java/org/addhen/smssync/util/ValidableEditTextPreference.java (+92 -0)
📝 smssync/src/main/res/xml/preferences.xml (+7 -4)

📄 Description

Preference list changed to edit text with validation. ( Integer.valueOf(str) > 0 && str.length() > 0 )


🔄 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/ushahidi/SMSSync/pull/159 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/23/2014 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`e620078`](https://github.com/ushahidi/SMSSync/commit/e6200782cde03d687a815d8a13c6addb09ecbe4c) Issue #101 - Allow users to set frequency time ### 📊 Changes **3 files changed** (+132 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `smssync/src/main/java/org/addhen/smssync/Settings.java` (+33 -88) ➕ `smssync/src/main/java/org/addhen/smssync/util/ValidableEditTextPreference.java` (+92 -0) 📝 `smssync/src/main/res/xml/preferences.xml` (+7 -4) </details> ### 📄 Description Preference list changed to edit text with validation. ( Integer.valueOf(str) > 0 && str.length() > 0 ) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:24:25 +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/SMSSync#383
No description provided.