Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-09-28 10:22:13 +02:00
parent 3869d4df8f
commit 9bbc80d953
13 changed files with 31 additions and 29 deletions

View File

@ -1,7 +1,21 @@
# Changelog
## [5.3.0] - 2024-09-28
(aka v5.3.0.2)
### New
* Add support for Linkwarden
### Fixed
* fix(GoogleDrive): Sort files by modified date
## [5.3.0-beta.1] - 2024-09-12
(aka v5.3.0.1)
### New
* Add support for Linkwarden

View File

@ -7,8 +7,8 @@ android {
applicationId "org.handmadeideas.floccus"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5002007
versionName "5.2.7"
versionCode 5003000
versionName "5.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@ -1,5 +0,0 @@
S <i>floccus</i> můžete synchronizovat vaše záložky napříč prohlížeči pomocí serveru vašeho výběru ať je to Nextcloud, WebDAV nebo Google Drive.
* Instance Nextcloud Záložky
* Váš Google Drive
* nebo jakýkoliv server WebDAV

View File

@ -1 +0,0 @@
Synchronizujte vaše záložky soukromě napříč prohlížeči a zařízeními

View File

@ -1,7 +0,0 @@
Mit <i>Floccus</i> synchronisieren Sie Ihre Lesezeichen browserübergreifend über einen Server Ihrer Wahl sei es Nextcloud, WebDAV oder Google Drive.
<b>Anforderungen:</b>
* Nextcloud-Lesezeichen (v0.14 oder höher)
* oder ein WebDAV-Server (wie nextcloud auch)
* oder ein Google Drive-Konto

View File

@ -1 +0,0 @@
Lesezeichen privat synchronisieren -- zwischen Browsern und Geräten

View File

@ -1,13 +1,21 @@
Manage and synchronize your bookmarks via Nextcloud, any WebDAV server, any Git server or via Google Drive.
Manage and synchronize your bookmarks via Nextcloud, or any WebDAV service, or any Git service, or Google Drive, end-to-end encrypted, if you want.
This is the standalone bookmarks manager android app variant of floccus. You can also install floccus on your Desktop browsers to sync bookmarks with them. This App, due to technical reasons, cannot access bookmarks in your mobile browser apps directly, which is why you can only view them in the app or import and export them as a html file.
More information on https://floccus.org
Support
My work on floccus i fuelled by a voluntary subscription model. If you can, please support me here:
If you'd like to support the creation and maintenance of this software, you can donate here:
https://floccus.org/donate/
Problems?
I used to request bug reports via email, but my inbox is not like it used to be... If you need help or want to report a bug nowadays, please file an issue GitHub, I'll get back to you. I promise.
Please file bug reports or requests for help over on Github:
https://github.com/floccusaddon/floccus
Legal
License: https://github.com/marcelklehr/floccus/blob/master/LICENSE.txt
Privacy Policy: https://github.com/marcelklehr/floccus/blob/master/PRIVACY_POLICY.md

View File

@ -1,5 +0,0 @@
С помощью <i>floccus</i> вы можете синхронизировать ваши закладки между браузерами через выбранный вами сервер - будь то Nextcloud, WebDAV или Google Drive.
* Сервер Nextcloud Bookmarks
* Ваш Google Drive
* или любой сервер WebDAV

View File

@ -1 +0,0 @@
Синхронизация закладок приватно между браузерами и устройствами

View File

@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.3.0.1",
"version": "5.3.0.2",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.3.0.1",
"version": "5.3.0.2",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",

View File

@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.3.0.1",
"version": "5.3.0.2",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",

View File

@ -1,6 +1,6 @@
{
"name": "floccus",
"version": "5.3.0-beta.1",
"version": "5.3.0",
"description": "Sync your bookmarks privately across browsers and devices",
"scripts": {
"build": "NODE_OPTIONS=--max-old-space-size=5000 gulp",