[PR #269] [CLOSED] Inverse restore order #939

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

📋 Pull Request Information

Original PR: https://github.com/jberkel/sms-backup-plus/pull/269
Author: @miniyou
Created: 10/18/2012
Status: Closed

Base: masterHead: restore-order


📝 Commits (2)

  • 0d15e90 Removing unnecessary @override annotations causing errors
  • eda0822 Restoring most recent items first

📊 Changes

5 files changed (+1181 additions, -1078 deletions)

View changed files

📝 src/com/zegoggles/smssync/AuthActivity.java (+0 -1)
📝 src/com/zegoggles/smssync/BackupImapStore.java (+3 -1)
📝 src/com/zegoggles/smssync/CalendarAccessorPost40.java (+40 -42)
📝 src/com/zegoggles/smssync/SmsSync.java (+1138 -1033)
📝 src/com/zegoggles/smssync/Utils.java (+0 -1)

📄 Description

The most recent commit is the most relevant one, however they are both worth pulling.

I only added one line of code as a partial fix for issue #267: while the most recent version seems more stable than the previous, it still restores old messages first. I have ~25k messages backed up but only interested in the latest 2k or so.

I hope this is the preferred place to put this fix in. It seems to work for me - it has restored a bit over 1000 messages at the time of writing, and I get the most recent ones first.


🔄 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/jberkel/sms-backup-plus/pull/269 **Author:** [@miniyou](https://github.com/miniyou) **Created:** 10/18/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `restore-order` --- ### 📝 Commits (2) - [`0d15e90`](https://github.com/jberkel/sms-backup-plus/commit/0d15e909ce190cc178664905ff21e9287278b7ac) Removing unnecessary @override annotations causing errors - [`eda0822`](https://github.com/jberkel/sms-backup-plus/commit/eda08225273351997adfa4d87e178e5e70f0580c) Restoring most recent items first ### 📊 Changes **5 files changed** (+1181 additions, -1078 deletions) <details> <summary>View changed files</summary> 📝 `src/com/zegoggles/smssync/AuthActivity.java` (+0 -1) 📝 `src/com/zegoggles/smssync/BackupImapStore.java` (+3 -1) 📝 `src/com/zegoggles/smssync/CalendarAccessorPost40.java` (+40 -42) 📝 `src/com/zegoggles/smssync/SmsSync.java` (+1138 -1033) 📝 `src/com/zegoggles/smssync/Utils.java` (+0 -1) </details> ### 📄 Description The most recent commit is the most relevant one, however they are both worth pulling. I only added one line of code as a partial fix for issue #267: while the most recent version seems more stable than the previous, it still restores old messages first. I have ~25k messages backed up but only interested in the latest 2k or so. I hope this is the preferred place to put this fix in. It seems to work for me - it has restored a bit over 1000 messages at the time of writing, and I get the most recent ones first. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 01:32:26 +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/sms-backup-plus-jberkel#939
No description provided.