Skip to content

Releases: floccusaddon/floccus

v4.19.0

25 Mar 02:13
Compare
Choose a tag to compare

New

  • Implement share extension for iOS
  • [native] Allow sharing bookmarks to other apps
  • [native] Implement bookmarks export
  • [native] Allow exporting accounts
  • [native] Download logs like in browser instead of sharing them as text

Fixed

  • OptionSyncInterval: Allow setting 5min
  • Avoid generating diff for local absolute root folders
  • fix(Default#executeAction): Prepapre subOrder Diff correctly
  • Allow syncing bookmarks with file: protocol via WebDAV and GDrive
  • Update dependencies

v4.18.1

14 Jan 17:19
Compare
Choose a tag to compare

Fixed

  • [native] Update cordova-plugin-background-mode to fix frequent crashes
  • OptionSyncInterval: Allow setting 5minutes interval
  • [native] DialogEditBookmark: Don't allow submitting empty URL
  • Unidirectional: ignore errors when mapping reorders

v4.18.0

30 Dec 09:37
Compare
Choose a tag to compare

New

  • [native] Display breadcrumbs when not in root folder
  • [native] Implement bookmarks import

Fixed

  • NextcloudBookmarks: Improve error message when bookmark creation fails
  • [native] Log in production
  • [native] NewAccount: Show IMPORTEXPORT button
  • [native] Remove pull-to-refresh for now as it's buggy
  • [native] Home#checkForIntent: Fix share routine
  • Don't cast item IDs to boolean inside if statements
  • NextcloudBookmarks: Report all statuses > 400 as HttpError
  • [native] Options & NewAccount: Allow setting sync interval on android
  • AccountCard: Display last sync time on error
  • TEST_WEBDAV_SERVER: Improve error message

v4.17.1

04 Sep 16:00
Compare
Choose a tag to compare

Fixed

  • Fix selecting HTML at setup (#1247)
  • Fix Google Drive on native (#1246)

v4.17.0

07 Aug 15:11
Compare
Choose a tag to compare

New

  • WebDav: Allow syncing via HTML file
  • Tab Sync: Name folders by window number
  • NewAccount: Add back buttons
  • Options{GoogleDrive, WebDAV}: Allow removing passphrase

Fixed

  • Fixed Google Drive integration on iOS
  • Fix Sync with caching-enabled WebDAV servers
  • [native] Use themed background for body
  • Fix Nextcloud login flow for 2FA
  • [android] Fix share intent for unreachable URLs

v4.16.0

26 Jun 10:57
Compare
Choose a tag to compare

New

  • Performance improvements
  • Improve speed for Nextcloud Bookmarks

Fixed

  • SyncProcesses: Remove superfluous awaits that would stall the whole app
  • a11y: improve syncing icon in browser
  • ios: avoid cluttering status bar
  • Fix InAppBrowser usage to comply with Apple policies
  • getFavicon: Load /favicon.ico as a fallback
  • UX: Remove min-width on #app
  • Replace merge icon to avoid confusion with sync icon (#1198)
  • OptionSyncStrategy: Improve wording
  • Options: Do not show strategy if isBrowser
  • [native] Fix Alphabetical sorting

v4.15.0

31 May 10:06
Compare
Choose a tag to compare

New

  • [Native] AddBookmarkIntent: Autodetect page title
  • NewAccount: Allow setting enabled account config
  • NewAccount: Allow setting XBEL passphrase for GoogleDrive and WebDAV

Fixed

  • Fix order corruption of localRoot folder
  • Tabs: Fix syncing multiple windows
  • NewAccount: Warn user when using server without https
  • Improve UI so there's space for translations
  • NewAccount: Remove stepper headings so the whole stepper fits
  • Failsafe: added Math.ceil to only allow integers
  • New translations for Polish, French and Chinese

v4.14.0

13 May 15:18
Compare
Choose a tag to compare

New

  • New stepwise account setup flow
  • NewAccount: Trigger sync after completion
  • Improve progress bar behavior
  • Allow more than one separator per Folder on Nc Bookmarks
  • [Native] Allow sorting bookmarks
  • [Native] Background sync while on wifi

Fixed

  • [Native] Fix splash screen aspect ratio
  • [Native] Make app-bar absolute instead of hide on scroll
  • Improve wording around sync strategies
  • BrowserController: Don't get stuck in sync loop
  • GoogleDrive: Add cancel method
  • Fix transifex integration
  • UI: Do not show passwords in new options session
  • Inactivity timeout := 7s
  • [Native] Add allowNetwork to default settings
  • Fix Tab sync order on firefox

v4.13.1

19 Apr 13:07
Compare
Choose a tag to compare

New

  • [Native] Implement about page

Fixed

  • UI: Re-add accidentally removed actions

v4.13.0

12 Apr 18:24
Compare
Choose a tag to compare

New

  • [Android] Implement pull-to-refresh
  • [Android] Implement ImportExport (without export for now)
  • Detect machine suspend during sync and cancel

Fixed

  • Performance: Do not query root bookmarks folder excessively
  • [Android] Fix app label
  • [Android] Fix Nextcloud Login flow
  • Locking: Adjust LOCK_INTERVAL
  • Locking: Fix wrong usage of {set,clear}Timeout
  • Fix lock-file being locked in GoogleDrive and WebDAV
  • Fix "failed to map parentId" in Unidirectional strategy
  • Unidirectional: Fix typo
  • Unidirectional: Fix progress bar
  • Adjust lock override strategy