mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-25 17:05:59 +03:00
[PR #206] [CLOSED] Adding Calendar support for ICS #927
Labels
No labels
AM+RCS
FAQ
awaiting response
backup
bespoke
bug
calendar
call log
cannot reproduce
cloudless
device-specific
documentation
dual- & multi-SIM
duplicate
feature-request
fixed in beta
good first issue
half-missing
help wanted
helpful
meta
misattribution
mms
other message sources
pull-request
question
rejuvenation
restore
schedule
security
stale
task
thanks
v1.5.1
v1.5.10
v1.5.11
v1.5.2
v1.5.3
v1.5.3
v1.5.4
v1.5.4
v1.5.5
v1.5.5
v1.5.6
v1.5.7
v1.5.8
v1.5.9
v1.6β
xoauth
~$ bounty $~
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sms-backup-plus-jberkel#927
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jberkel/sms-backup-plus/pull/206
Author: @smike
Created: 12/29/2011
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
240ae26Fixing project classpath to point to the correct folder for libs53130aaAdding ICS compatibility for call log backup to calendar, also a bit of740b1adForgot to add a couple of classes in last commit for ICS calendar2e58e8fA bit of cleanup, mostly fixing a few warnings.bd9ddfaRemoving 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.