Commit graph

45 commits

Author SHA1 Message Date
Torsten Grote
7158a9b070
Update README 2024-10-14 10:01:38 -03:00
Chirayu Desai
bf609f9723 Bump version to 15-4.1, mention 15 in README
* VanillaIceCream

Change-Id: Idd149e2be3329452ab61941cde2ff4f2ae3575ca
2024-09-06 20:52:49 +05:30
Bernhard E. Reiter
c2224df57a
docs: (minor) Fix typo README.md 2024-06-13 11:10:22 +02:00
Torsten Grote
8b4caec272
Use absolute link to FAQ in README.md (#660)
* Use absolute link to FAQ in README.md

Fixes #533
2024-05-23 15:56:10 +05:30
Torsten Grote
87db20e45f Include user profile name in backup name
so it is easier to identify the right backup if more users backup to the same storage medium.

Change-Id: I56fa93899da3764e20b6aee40adfd52722a05a9f
2024-04-16 18:21:27 +05:30
Torsten Grote
6e63d9bac0 Update build badge in README 2024-04-12 18:47:39 +05:30
Chirayu Desai
fcdacf22a7 14: Add new permission FOREGROUND_SERVICE_DATA_SYNC
* Android.bp build means we get set to targetSdk 34 already

Fixes: Starting FGS with type dataSync targetSDK=34 requires permissions
See: https://developer.android.com/about/versions/14/changes/fgs-types-required#data-sync
Change-Id: I69932d778e870535522e08dff131f1bb1d128955
2023-10-08 00:39:29 +05:30
Chirayu Desai
ea4e8ec552 README: 13 -> 14
Change-Id: Ia5ebd0f3f1ccb5f9261a956f2485d60f22a5f269
2023-10-08 00:39:29 +05:30
Steve Soltys
a922b69094 Add support for local development with an emulator 2023-09-14 17:33:30 +00:00
nettnikl
cc86febbb9 Include extractor project in README.md 2023-05-19 21:09:16 +05:30
Torsten Grote
480d3aa589 Add funding section to README 2023-03-10 00:07:24 +05:30
Chirayu Desai
270e0baeff
README: Add more details about branching (#445) 2022-09-13 14:53:10 -03:00
Torsten Grote
46e19516cd
Add POST_NOTIFICATIONS permission and pre-grant it 2022-08-23 11:44:18 -03:00
Torsten Grote
07bf19b61b
Update README 2022-08-19 09:05:47 -03:00
Oliver Scott
dd57828697 Allow secondary user backup to USB
By default, Android exposes USB devices only to the main user.
In order to query, read and write to it, the signature permission INTERACT_ACROSS_USERS_FULL (optional) is granted to create Seedvault's context as the system user.

Issue: calyxos#437
Issue: https://github.com/seedvault-app/seedvault/issues/77
Change-Id: I0b1b4c8c5aeeb226419ff94e15f631ebe1db66df
2022-04-29 23:43:09 +05:30
Chirayu Desai
e972956929 Android 12 - 12-3.0
* Bump version following versioning scheme
* 3.0 now following new backup format
* Add initial entry to changelog

Change-Id: Ifca1b3feac0f510890450a1999b42897894d58ee
2021-10-13 18:06:30 +05:30
Torsten Grote
6e838978e3 Ask for system authentication before storing a new recovery code
This will help to prevent data extraction via seedvault when somebody gets hold of an unlocked phone. However, it will not help against someone able to force you to provide fingerprints or other device secrets.
2021-09-24 02:55:56 +05:30
Torsten Grote
84a4390564 Add warning for third-party tools to README 2021-09-24 00:04:56 +05:30
rugk
d342b04bfb Link FAQ in Readme to make it more discoverable
E.g. for https://github.com/seedvault-app/seedvault/issues/264 I found the FAQ way to late.

And for users this is a very valuable resource. As such, IMHO you should make it more discoverable, e.g. like this.
2021-09-23 23:56:51 +05:30
Torsten Grote
801dcc42ed add READMEs and tie them together in main README 2021-07-05 20:08:29 +05:30
Torsten Grote
6c633b70c3 Add storage library (and demo app)
and use for periodic files backup
2021-07-05 20:08:29 +05:30
Michael Bestas
d53f0fcde2 Switch all text references to github.com/seedvault-app 2021-04-20 03:59:01 +05:30
William Theaker
b37c15a604
Remove redirect from README 2021-01-11 11:38:46 -08:00
Steve Soltys
9daaeea55d Move CI to GitHub Actions 2020-11-10 16:34:40 -05:00
Steve Soltys
45be48b497 Fix Travis badge 2020-11-08 17:42:34 -05:00
Torsten Grote
e9f3c08220
Make MANAGE_DOCUMENTS permission optional
for those who can not or do not want to use it

Fixes #58
2020-10-23 07:37:16 -03:00
Torsten Grote
7401ead553
Request backoff when asked to backup to network storage while no internet available
K/V backups are normally only attempted when charging and having an (un-metered) internet connection. However, if the system could not do a backup for more than a day, it ignores these requirements and still attempts a backup run. If a backup storage is used that is only accessible on the internet, but there is no internet connection, the backup attempt will fail. Therefore, we check if our storage requires the internet and if so, we treat it similar to a removable storage, by rejecting backup attempts and suppressing error notifications.
2020-10-23 07:33:58 -03:00
Torsten Grote
2d5f00adae Add Seedvault backup parser to README
Closes #104
2020-10-08 19:27:51 +05:30
Torsten Grote
53937bda2f Auto-format code style of all files to match official style
This also adds a note to the README
and the Android Studio coding style files.
2020-10-07 19:44:05 +05:30
Torsten Grote
886f5a46c7 Change AOSP version requirement in README
and add note about older releases in branches.
2020-10-07 19:01:39 +05:30
Torsten Grote
918d7a712a Add QUERY_ALL_PACKAGES permission which is now needed on Android 11 2020-10-07 19:01:39 +05:30
Torsten Grote
a39f697a96 Enable backup of call logs
It turned out that call log backup is already in AOSP, but it is
disabled by an undocumented flag. This commit sets this flag (for new
and existing installs) to enable call log backup.
2020-09-11 19:04:38 +05:30
stay steadfast
18c1baaacd
set to Android 10 only
.. as it is unclear if A11 and/or later will be supported
2020-07-31 15:57:17 +02:00
stay steadfast
0e7fca896a
add requirements topic
let users know that A10 or higher is needed
2020-07-27 10:48:15 +02:00
Torsten Grote
7605762631
Re-install backed-up APKs before restoring from backup 2020-01-14 07:45:37 -03:00
Steve Soltys
dcfdb5a2e6 Update changelog and readme for 1.0.0-alpha1 2019-12-22 20:20:12 -05:00
Steve Soltys
525cfae960 Update README.md to reflect latest features and permissions 2019-11-30 14:32:39 -05:00
Steve Soltys
32f558faf1 Rebrand application as 'Seedvault' 2019-10-28 21:57:47 -04:00
Torsten Grote
7fcd9aa091
Resolve review comments about backup compontent refactoring 2019-06-12 09:19:38 -03:00
Steve Soltys
571cecfa2f Version bump - 0.2.0 2019-03-01 23:48:03 -05:00
Steve Soltys
6b29cec736 Add Travis badge 2018-11-13 18:12:05 -05:00
Steve Soltys
2dad0538b2 Add advantages section to README.md 2017-11-09 00:13:12 -05:00
Steve Soltys
1b44225707 Add contributing section to README.md 2017-10-12 23:54:55 -04:00
Steve Soltys
ab4bcbf71d Update README.md with features list and link to wiki 2017-10-12 22:56:47 -04:00
Steve Soltys
2497a94e4c Initial commit 2017-09-21 00:30:28 -04:00