build fixes and more description for smsbackup
This commit is contained in:
parent
8e88a553b9
commit
4e6df535d2
|
@ -15,6 +15,7 @@ Description:
|
|||
* The space character " " is mapped to the "any set of characters". (i.e. in terms of REGEX " " is replaced with "*." )
|
||||
* Advanced search using REGEX.
|
||||
* Includes basic widgets for Wifi, camera etc.
|
||||
* Works as a home-screen or normal app
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -1,21 +1,54 @@
|
|||
Category:System
|
||||
#Crash reports are sent automatically by default thought that can be disabled
|
||||
AntiFeatures:Tracking
|
||||
Category:Phone & SMS
|
||||
License:Apache2
|
||||
Web Site:https://github.com/jberkel/sms-backup-plus#readme
|
||||
Source Code:https://github.com/jberkel/sms-backup-plus#readme
|
||||
Web Site:https://github.com/jberkel/sms-backup-plus
|
||||
Source Code:https://github.com/jberkel/sms-backup-plus
|
||||
Issue Tracker:https://github.com/jberkel/sms-backup-plus/issues
|
||||
|
||||
Summary:Backup SMS and call logs to IMAP
|
||||
Description:
|
||||
Backups up SMS and call log data from the device to an IMAP server, or
|
||||
Gmail.
|
||||
'''N.B''' Works with any IMAP server (but defaults to Gmail).
|
||||
You don't have to use Gmail to backup your text messages: change Authentication
|
||||
to Plain text in "Advanced Settings - IMAP server settings", then change the
|
||||
server address / username and password accordingly. Make sure to set security to
|
||||
"SSL (Optional)" if the IMAP server you're connecting to has a self-signed
|
||||
certificate ("Unknown certificate" error during backup).
|
||||
|
||||
Backs up SMS and call log data from the device to a separate folder/label on an
|
||||
IMAP server. SMS stored on
|
||||
IMAP can be transferred back to the phone. Note: MMS are currently not restored.
|
||||
MMS backup support is only available on Android 2.x.
|
||||
It is important that you perform the first backup manually. SMS Backup+ needs to know
|
||||
whether you want to upload messages currently stored on your device or not.
|
||||
After you performed your initial backup, SMS Backup+ is ready to run in the background
|
||||
and finish uploading all of your current and future messages (check "Auto Backup").
|
||||
Make sure that you have Background data enabled in your Android Accounts & Sync
|
||||
settings. You can safely restore to a phone which already has messages stored on it,
|
||||
SMS Backup+ will skip the restore of already existing messages.
|
||||
Please note that auto backup might not work reliably when SMS Backup+
|
||||
is installed on the SD card.
|
||||
See the source code page for more detailed instructions and an FAQ.
|
||||
|
||||
Anti-feature: Tracking. Crash reports are sent by default thought that can be disabled.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/jberkel/sms-backup-plus.git
|
||||
|
||||
Build Version:1.4.7,1408,1.4.7,target=android-10
|
||||
Build Version:1.4.3,1404,1.4.3
|
||||
Build Version:1.4.4,1405,1.4.4,target=android-10,prebuild=mv lib libs
|
||||
Build Version:1.4.6,1407,!paypal jar,target=android-10,prebuild=mv lib libs
|
||||
Build Version:1.4.7,1408,1.4.7,srclibs=K9Mail-XOAUTH@1a7f8e76a6,prebuild=\
|
||||
rm -rf $$K9Mail-XOAUTH$$/libs && \
|
||||
mv $$K9Mail-XOAUTH$$/compile-only-libs $$K9Mail-XOAUTH$$/libs && \
|
||||
sed -i 's@\(target=\).*@\1android-7@' $$K9Mail-XOAUTH$$/ant.properties && \
|
||||
echo "renderscript.opt.level=O0" >> $$K9Mail-XOAUTH$$/ant.properties && \
|
||||
ant jar -f $$K9Mail-XOAUTH$$/build.xml && mv $$K9Mail-XOAUTH$$/bin/k9-imapstore.jar libs/
|
||||
#new srclib commit for next version
|
||||
|
||||
Update Check Mode:Market
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.4.7
|
||||
Current Version Code:1408
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ Build Version:0.8.2,23,!b17820b40d59 but need to resolve build issue - now has l
|
|||
Build Version:0.9.2,26,6450ce9af6,prebuild=rm -f plugins/mixare-library/build.xml && \
|
||||
$$SDK$$/tools/android update project -p plugins/mixare-library/
|
||||
|
||||
#Openstreetmap feature depends on choosing from dropdown menu in a Google Maps view!
|
||||
#Build Version:0.9.2,26,6450ce9af6,init=rm plugins/mixare-library/build.xml,\
|
||||
#update=.;plugins/mixare-library,prebuild=\
|
||||
#sed -i 's/<uses-library android:name="com.google.android.maps" \/>/<uses-library android:name="com.google.android.maps" android:required="false" \/>/g' AndroidManifest.xml
|
||||
|
|
Loading…
Reference in a new issue