[PR #206] [CLOSED] Adding Calendar support for ICS #927

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

📋 Pull Request Information

Original PR: https://github.com/jberkel/sms-backup-plus/pull/206
Author: @smike
Created: 12/29/2011
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 240ae26 Fixing project classpath to point to the correct folder for libs
  • 53130aa Adding ICS compatibility for call log backup to calendar, also a bit of
  • 740b1ad Forgot to add a couple of classes in last commit for ICS calendar
  • 2e58e8f A bit of cleanup, mostly fixing a few warnings.
  • bd9ddfa Removing diplicate calendar permissions, removing copyright from new

📊 Changes

15 files changed (+198 additions, -89 deletions)

View changed files

📝 .classpath (+9 -5)
📝 AndroidManifest.xml (+5 -4)
📝 project.properties (+1 -1)
📝 src/com/zegoggles/smssync/App.java (+35 -24)
src/com/zegoggles/smssync/CalendarAccessor.java (+30 -0)
src/com/zegoggles/smssync/CalendarAccessorPost40.java (+66 -0)
📝 src/com/zegoggles/smssync/CalendarAccessorPre40.java (+33 -36)
📝 src/com/zegoggles/smssync/ContactAccessorPre20.java (+1 -5)
📝 src/com/zegoggles/smssync/CursorToMessage.java (+3 -2)
📝 src/com/zegoggles/smssync/ServiceBase.java (+1 -0)
📝 src/com/zegoggles/smssync/SmsBackupService.java (+6 -6)
📝 src/com/zegoggles/smssync/SmsSync.java (+4 -4)
📝 src/com/zegoggles/smssync/ThreadHelper.java (+2 -1)
📝 src/com/zegoggles/smssync/Utils.java (+1 -1)
📝 src/com/zegoggles/smssync/XOAuthConsumer.java (+1 -0)

📄 Description

Hey, I really love SMS Backup +, but was disappointed when I noticed the call log backup didnt seem to work on ICS, so I thought I'd give back :-). I've tested on a Galaxy Nexus, but unfortunately I dont have a phone w/ an earlier OS to test backward compatibility and the emulator doesn't let you add google accounts and doesn't have Calendar installed. I'll try to find a phone to test with soon but if one of you can that would be very helpful.

I'm very open to changes, so please let me know what you think.

Thanks!
Mike


🔄 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/206 **Author:** [@smike](https://github.com/smike) **Created:** 12/29/2011 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`240ae26`](https://github.com/jberkel/sms-backup-plus/commit/240ae2676c2be24e1eadd4b66a9c0a40efd321e1) Fixing project classpath to point to the correct folder for libs - [`53130aa`](https://github.com/jberkel/sms-backup-plus/commit/53130aabb23c9bcdfeb03e6bd25f331928dc6321) Adding ICS compatibility for call log backup to calendar, also a bit of - [`740b1ad`](https://github.com/jberkel/sms-backup-plus/commit/740b1ad76ed8f698a69f1672f915535ca6e593b6) Forgot to add a couple of classes in last commit for ICS calendar - [`2e58e8f`](https://github.com/jberkel/sms-backup-plus/commit/2e58e8ffedca4a93b49733dd16c89399a30a1449) A bit of cleanup, mostly fixing a few warnings. - [`bd9ddfa`](https://github.com/jberkel/sms-backup-plus/commit/bd9ddfae21748363481be928b07fd393a9a95aba) Removing diplicate calendar permissions, removing copyright from new ### 📊 Changes **15 files changed** (+198 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `.classpath` (+9 -5) 📝 `AndroidManifest.xml` (+5 -4) 📝 `project.properties` (+1 -1) 📝 `src/com/zegoggles/smssync/App.java` (+35 -24) ➕ `src/com/zegoggles/smssync/CalendarAccessor.java` (+30 -0) ➕ `src/com/zegoggles/smssync/CalendarAccessorPost40.java` (+66 -0) 📝 `src/com/zegoggles/smssync/CalendarAccessorPre40.java` (+33 -36) 📝 `src/com/zegoggles/smssync/ContactAccessorPre20.java` (+1 -5) 📝 `src/com/zegoggles/smssync/CursorToMessage.java` (+3 -2) 📝 `src/com/zegoggles/smssync/ServiceBase.java` (+1 -0) 📝 `src/com/zegoggles/smssync/SmsBackupService.java` (+6 -6) 📝 `src/com/zegoggles/smssync/SmsSync.java` (+4 -4) 📝 `src/com/zegoggles/smssync/ThreadHelper.java` (+2 -1) 📝 `src/com/zegoggles/smssync/Utils.java` (+1 -1) 📝 `src/com/zegoggles/smssync/XOAuthConsumer.java` (+1 -0) </details> ### 📄 Description Hey, I really love SMS Backup +, but was disappointed when I noticed the call log backup didnt seem to work on ICS, so I thought I'd give back :-). I've tested on a Galaxy Nexus, but unfortunately I dont have a phone w/ an earlier OS to test backward compatibility and the emulator doesn't let you add google accounts and doesn't have Calendar installed. I'll try to find a phone to test with soon but if one of you can that would be very helpful. I'm very open to changes, so please let me know what you think. Thanks! Mike --- <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:24 +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#927
No description provided.