[PR #306] [MERGED] Fix #301 - Add an empty view when message list is empty #428

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

📋 Pull Request Information

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

Base: 3.0.0Head: 301-bug-fix-empty-view


📝 Commits (1)

  • 78028c0 Add an empty view when message list is empty

📊 Changes

15 files changed (+90 additions, -12 deletions)

View changed files

📝 smssync/src/main/java/org/addhen/smssync/presentation/view/ui/fragment/MessageFragment.java (+14 -4)
📝 smssync/src/main/res/drawable-hdpi/ic_done_grey_700_48dp.png (+0 -0)
smssync/src/main/res/drawable-hdpi/ic_refresh_teal_700_24dp.png (+0 -0)
smssync/src/main/res/drawable-mdpi/ic_done_grey_700_48dp.png (+0 -0)
smssync/src/main/res/drawable-mdpi/ic_done_grey_800_48dp.png (+0 -0)
smssync/src/main/res/drawable-mdpi/ic_refresh_teal_700_24dp.png (+0 -0)
smssync/src/main/res/drawable-xhdpi/ic_done_grey_700_48dp.png (+0 -0)
smssync/src/main/res/drawable-xhdpi/ic_done_grey_800_48dp.png (+0 -0)
smssync/src/main/res/drawable-xhdpi/ic_refresh_teal_700_24dp.png (+0 -0)
smssync/src/main/res/drawable-xxhdpi/ic_done_grey_700_48dp.png (+0 -0)
smssync/src/main/res/drawable-xxhdpi/ic_done_grey_800_48dp.png (+0 -0)
smssync/src/main/res/drawable-xxhdpi/ic_refresh_teal_700_24dp.png (+0 -0)
📝 smssync/src/main/res/layout/fragment_list_message.xml (+1 -8)
smssync/src/main/res/layout/messages_empty_list_view.xml (+71 -0)
📝 smssync/src/main/res/values/strings.xml (+4 -0)

📄 Description

The empty view allows the user to trigger an SMS import so they can
publish it to the configured web services


🔄 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/306 **Author:** [@eyedol](https://github.com/eyedol) **Created:** 7/27/2015 **Status:** ✅ Merged **Merged:** 7/27/2015 **Merged by:** [@eyedol](https://github.com/eyedol) **Base:** `3.0.0` ← **Head:** `301-bug-fix-empty-view` --- ### 📝 Commits (1) - [`78028c0`](https://github.com/ushahidi/SMSSync/commit/78028c03caccace0717d84a4a8d8c543c8f99450) Add an empty view when message list is empty ### 📊 Changes **15 files changed** (+90 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `smssync/src/main/java/org/addhen/smssync/presentation/view/ui/fragment/MessageFragment.java` (+14 -4) 📝 `smssync/src/main/res/drawable-hdpi/ic_done_grey_700_48dp.png` (+0 -0) ➕ `smssync/src/main/res/drawable-hdpi/ic_refresh_teal_700_24dp.png` (+0 -0) ➕ `smssync/src/main/res/drawable-mdpi/ic_done_grey_700_48dp.png` (+0 -0) ➖ `smssync/src/main/res/drawable-mdpi/ic_done_grey_800_48dp.png` (+0 -0) ➕ `smssync/src/main/res/drawable-mdpi/ic_refresh_teal_700_24dp.png` (+0 -0) ➕ `smssync/src/main/res/drawable-xhdpi/ic_done_grey_700_48dp.png` (+0 -0) ➖ `smssync/src/main/res/drawable-xhdpi/ic_done_grey_800_48dp.png` (+0 -0) ➕ `smssync/src/main/res/drawable-xhdpi/ic_refresh_teal_700_24dp.png` (+0 -0) ➕ `smssync/src/main/res/drawable-xxhdpi/ic_done_grey_700_48dp.png` (+0 -0) ➖ `smssync/src/main/res/drawable-xxhdpi/ic_done_grey_800_48dp.png` (+0 -0) ➕ `smssync/src/main/res/drawable-xxhdpi/ic_refresh_teal_700_24dp.png` (+0 -0) 📝 `smssync/src/main/res/layout/fragment_list_message.xml` (+1 -8) ➕ `smssync/src/main/res/layout/messages_empty_list_view.xml` (+71 -0) 📝 `smssync/src/main/res/values/strings.xml` (+4 -0) </details> ### 📄 Description The empty view allows the user to trigger an SMS import so they can publish it to the configured web services --- <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:35 +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#428
No description provided.