[PR #79] [MERGED] User-Friendly errors and RegEx support #361

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

📋 Pull Request Information

Original PR: https://github.com/ushahidi/SMSSync/pull/79
Author: @olliebennett
Created: 3/6/2013
Status: Merged
Merged: 3/7/2013
Merged by: @eyedol

Base: developHead: develop


📝 Commits (3)

  • ba86264 Added rudimentary regular expression support
  • 4ff91ba Show more useful HTTP and server error messages
  • d2843c3 Add guidance for creating first Sync URL.

📊 Changes

4 files changed (+111 additions, -30 deletions)

View changed files

📝 smssync/res/values/strings.xml (+3 -1)
📝 smssync/src/org/addhen/smssync/ProcessSms.java (+43 -16)
📝 smssync/src/org/addhen/smssync/net/MessageSyncHttpClient.java (+18 -1)
📝 smssync/src/org/addhen/smssync/util/Util.java (+47 -12)

📄 Description

Solves issues:
#22
#68
#69


🔄 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/79 **Author:** [@olliebennett](https://github.com/olliebennett) **Created:** 3/6/2013 **Status:** ✅ Merged **Merged:** 3/7/2013 **Merged by:** [@eyedol](https://github.com/eyedol) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (3) - [`ba86264`](https://github.com/ushahidi/SMSSync/commit/ba86264b711f45ae6cd01cf076f8c738c00c4d13) Added rudimentary regular expression support - [`4ff91ba`](https://github.com/ushahidi/SMSSync/commit/4ff91bab23f68a1cf6449bae0069d9a0c24277e2) Show more useful HTTP and server error messages - [`d2843c3`](https://github.com/ushahidi/SMSSync/commit/d2843c333e3a2940447a62b594636d9a8ff42031) Add guidance for creating first Sync URL. ### 📊 Changes **4 files changed** (+111 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `smssync/res/values/strings.xml` (+3 -1) 📝 `smssync/src/org/addhen/smssync/ProcessSms.java` (+43 -16) 📝 `smssync/src/org/addhen/smssync/net/MessageSyncHttpClient.java` (+18 -1) 📝 `smssync/src/org/addhen/smssync/util/Util.java` (+47 -12) </details> ### 📄 Description Solves issues: #22 #68 #69 --- <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:19 +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#361
No description provided.