[PR #292] [MERGED] Fix #290 - Provide HttpClient based on Volley #425

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

📋 Pull Request Information

Original PR: https://github.com/ushahidi/SMSSync/pull/292
Author: @eyedol
Created: 7/4/2015
Status: Merged
Merged: 7/4/2015
Merged by: @eyedol

Base: 3.0.0Head: 290-bug-fix


📝 Commits (2)

  • a57df62 Provide request queue as singleton
  • b061205 Add documentation

📊 Changes

3 files changed (+118 additions, -0 deletions)

View changed files

📝 dependencies/dependencies.gradle (+2 -0)
📝 smssync/build.gradle (+1 -0)
smssync/src/main/java/org/addhen/smssync/data/net/AppHttpClient.java (+115 -0)

📄 Description

  • Use Singleton to instantiate the RequestQueue.
  • Automatically offer the correct HTTP Client depending on the Android version running on the device.

🔄 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/292 **Author:** [@eyedol](https://github.com/eyedol) **Created:** 7/4/2015 **Status:** ✅ Merged **Merged:** 7/4/2015 **Merged by:** [@eyedol](https://github.com/eyedol) **Base:** `3.0.0` ← **Head:** `290-bug-fix` --- ### 📝 Commits (2) - [`a57df62`](https://github.com/ushahidi/SMSSync/commit/a57df62559bc288d5d11c838e01fb1f7b95b07b2) Provide request queue as singleton - [`b061205`](https://github.com/ushahidi/SMSSync/commit/b06120531d4503d0bdc3ec339689ce177dc92ac4) Add documentation ### 📊 Changes **3 files changed** (+118 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `dependencies/dependencies.gradle` (+2 -0) 📝 `smssync/build.gradle` (+1 -0) ➕ `smssync/src/main/java/org/addhen/smssync/data/net/AppHttpClient.java` (+115 -0) </details> ### 📄 Description - Use Singleton to instantiate the `RequestQueue`. - Automatically offer the correct HTTP Client depending on the Android version running on the device. --- <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:34 +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#425
No description provided.