Skip to content

Latest commit

 

History

History
1059 lines (878 loc) · 38.1 KB

File metadata and controls

1059 lines (878 loc) · 38.1 KB

CHANGELOG

1.2.5 (27.03.2026) +20 Commits +20 Translations

Function

  • Add: Florid to dlstats clients
  • Add: Pref to disable auto-updates of an app to a still not-reproducible build
  • Add: Pref to disable auto-updates of versions with new critical permissions
  • Add: Option to show disabled system apps (disabled by default)
  • Fix: Irregular crash on missing NavBackStack on activity restart
  • Fix: Index cache being removed by the system
  • Update: Rotate mirror on failing to download/sync from a repo
  • Update: Reduce download auto-retries to 3

UI/UX

  • Add: Progress indicators for search page (credits @SocratesDz)
  • Add: Info chip for disabled apps
  • Add: Sticky headers on main pages
  • Fix: Keeping search bar out of focus when returning to the page

1.2.4 (18.02.2026) 22 Commits 14 Translations

Function

  • Fix: Sticking downloaded app notifications
  • Update: Move reproducible log providers from Codeberg to IoD
  • Add Repo: Fury's F-Droid repository

UI/UX

  • Add: Dismissible banner about Keep Android Open
  • Add: Icons to all prefs
  • Add: Animated sync button
  • Add: Hint on from which repo are you installing or updating with main action
  • Fix: Multiline strings on low dpi
  • Fix: VirusTotal icon
  • Update: Revamp switch preference
  • Update: Revamp repo page
  • Remove: Categories' animation between states (Fixes crashes with some OEM ROMs)

1.2.3 (29.01.2026) 3 Commits 8 Translations

Function

  • Fix: Crash on missing value for DownloadStats.changed

UI/UX

  • Add: VirusTotal badge to release details

1.2.2 (25.01.2026) +50 Commits +10 Translations

Function

  • Fix: Not showing apps in latest updated when one of their repos have single release
  • Update: Improve reliability of running async functions in receivers
  • Update: Download monthly download stats instead of dailies
  • Update: Revamp download worker to handle progress and result internally
  • Update: Revamp actions handling logic of app page
  • Update: Revamp DownloadState class and make it immutable
  • Update: Replace IconDetails usage with the view ProductIconDetails

UI/UX

  • Add: Option to disable list-detail mode on wide screens
  • Add: Favorites filter to search page
  • Add: Translation link to app page
  • Add: Link to IoD download stats in download stats note card
  • Fix: Icons for update, running download and downloaded items
  • Fix: Fallback for miss-handled icons on repo-side
  • Fix: Animation overflow categories bounds
  • Fix: Names of some UI elements, preloaded repositories etc..
  • Update: Revamp tab buttons layout
  • Update: Move updated apps and running downloads into a floating bar
  • Update: Don't show top apps bar when there's no dl-stats
  • Update: Revamp download stats layout

1.2.1 (04.01.2026) +30 Commits +10 Translations

Function

  • Add: Nav3 scenes strategy to manage detail-list, bottomSheet scenes
  • Add: Trusted parameter to respective repositories
  • Update: Replace special scaffolds with NavDisplay scenes
  • Fix: Failing to parse when an app is missing categories
  • Fix: Reporting successful syncing
  • Fix: First sync when mirror-rotation is active but no mirrors are stored
  • Update: Enable mirror-rotation by default for F-Droid and IzzyOnDroid
  • Update: Improve sync failure cause reporting
  • Update: Improve repo app lists handling
  • Update: Improve logging and reporting of validation errors of downloads
  • Remove repos: C10udburst, NanoDroid, Anonymous Messenger, Revolt, 2BR, Julian Andres Klode's, Umbrella

UI/UX

  • Add: Trusted-label to repository items
  • Add: Share button for repo
  • Add: Back handling for when a category is open
  • Update: Re-enbale bottom search bar option
  • Update: Revamp search bar layout
  • Update: Increase transition animation pace
  • Update: Improve bottom sheet's contrast to its contents

1.2.0 (11.12.2025) 60+ Commits 19 Translations

Function

  • Add: Preference for download stats provider or to disable it
  • Add: Progress notification to download-stats worker
  • Add: Duplicate address check on adding new repo
  • Add: Own viewmodel to RepoPage
  • Fix: Downloads deadlock in a semaphore one retries
  • Fix: Apply installer changes directly
  • Fix: Randomly mixing selected releases with wrong repositories for installs
  • Update: Replace AppNavHost with Nav3-based AppNavDisplay
  • Update: Combine Sync workers into one that handles all syncs
  • Update: Revamp Sync notifications handling to improve reliability
  • Update: Improve download exceptions handling
  • Update: Reduce number of implicit download retries
  • Update: Clean up base installer logic for better performance
  • Update: Revamp all installers improving reliability and performance
  • Update: Revamp RepositoryUpdater, simplifying logic and improving performance
  • Update: Differentiate between downloads that are rated or not
  • Update: Reduce coroutine context switches in all relevant worker, install and app classes
  • Update: Improve handling of Workers' progress in WorkerManager
  • Update: Limit number of parallel running download-stats downloads to 3
  • Update: Remove unneeded change of flow's dispatcher in repositories

UI/UX

  • Add: New download card layout
  • Add: Icons for new/renamed categories
  • Add: Handling for settings shortcut from system's app info
  • Fix: All categories filter option
  • Fix: Showing only possible theme/installer/locking options
  • Update: Improve reporting failure of syncs
  • Update: Localized sort of categories in Explore page
  • Update: Replace current downloads list with expanding fading card
  • Update: Revamp product card and releases layout
  • Remove: Hide option for bottom search bar (need to be redesigned)

1.1.5 (11.11.2025) 5 Commits 2 Translations

Function

  • Fix: Not respecting lastModified when missing entity-tag in downloads
  • Update: Process download stats as soon as fetched

1.1.4 (08.11.2025) +20 Commits +10 Translations

Function

  • Add: Preference for parallel downloads limit
  • Fix: Randomly need to clean cache after updating self
  • Fix: Shizuku installer failing to update apps
  • Update: Improve repository-viewmodel calls
  • Update: Bundle flows into specialized states in all viewmodels
  • Update: Improve downloads management, omiting extra API classes
  • Update: Improve performance of inserting DownloadStats
  • Update: Make default auto-sync interval 8 hours
  • Update: Make DownloadStatsWorker run periodic instead of on each sync

UI/UX

  • Update: Improve charts colors
  • Update: Small UI changes here and there

1.1.3 (25.10.2025) +10 Commits +10 Translations

Function

  • Add: Shizuku Installer
  • Add: Extend the indices of the DB entities
  • Update: revamp InstallQueue and BaseInstaller for re-active handling of installs
  • Update: Break MainVM down into multiple page-related VMs
  • Update: Replace codeberg mirror with izzyondroid's one for download stats
  • Update: Reduce flow coroutine context switches on DAO→Repo→VM

UI/UX

  • Remove: Search as default tab option

1.1.2 (06.09.2025) +50 Commits +20 Translations

Function

  • Add: Support for download stats from IzzyOnDroid
  • Add: UserAgent to system download manger requests
  • Fix: Resetting repository on enabling/disabling
  • Fix: Falsely showing possible update in app page
  • Fix: Ignoring applicable updates when signature check is disabled
  • Fix: Showing suggested label on unfitting releases
  • Fix: Avoid retro updating download progress
  • Fix: Qr-code scanning to add repository
  • Update: Enable jdk desugaring
  • Update: Default to using NS's download manager
  • Update: Improve error reporting message or failed download
  • Update: Improve upsert logics of PrivacyRepository
  • Add repos: Thunderbird, AXP.OS
  • Remove repos: Lublin, Fairfax, Wind, InvizBox, Aniyomi, koyu, unofficial firefox, Unofficial Element (F-Droid & G-Play), BeoCode
  • TargetSDK 36

UI/UX

  • Add: Download stats info chips and charts in app page
  • Add: Top downloaded apps from IzzyOnDroid in Explore page
  • Add: Back home button to prefs page
  • Add: Search bar as launcher for the new search page
  • Fix: Maintaining switch state from previous opened app (closes #800)
  • Update: Revamp top bar and search bar layouts
  • Update: Revamp installed and downloads tabs layout
  • Update: Hide downloads which weren't active for the last ten minutes

1.1.1 (22.08.2025) +20 Commits 1 Translations

Function

  • Fix: Suggested release in index-V2 (credits @Red54)
  • Fix: Division by zero if index v2 is not supported in SyncWorker (credits @amartinz)
  • Fix: F-droid repo sync causing silent memory crash
  • Update: proguard: do not obfuscate source code (credits @amartinz)

UI/UX

  • Add: Icons for f-droid's new categories
  • Add: Notify of new required sensitive permissions on updates (credits @aba2222)
  • Add: Option to disable permissions' check on download
  • Fix: App's changelog being parsed as markdown although it's standardized as text
  • Fix: Parsing en-SHAW localized items on non-en-US locales
  • Update: First layout and coloring revamps towards Material 3 Expressive

1.1.0 (31.07.2025) +210 Commits +100 Translations

Function

  • Add: Support for F-Droid's Index-V2 and incremental updates
  • Add: Support for OEM/ROM-preset repositories
  • Add: Insert repository categories & anti-features to database (index-v2)
  • Add: Mirror rotation support for repo sync and apk downloads
  • Add: Support index-v2's webBaseUrl for the respective repos
  • Add: RB badge to release items
  • Add: Preference to enable Index-V2
  • Add: Preference for RB logs provider
  • Add: Repositories interface for better domain management logic
  • Add: Ktor ContentEncoding client plugin
  • Add: Preference for maximal number of idle connections
  • Add: Install tasks restarter on running the activity
  • Add: Retries and backoff for InstallWorker
  • Add: Index-v2 merger test suite
  • Add: Debug notification utility
  • Add: Command for batch updates
  • Add: Direct query for packages with vulnerabilities
  • Fix: Exporting extras
  • Fix: Crashes on update where some releases, tasks or downloads stuck in the database
  • Fix: Improve update logic of getting compatible releases and preferred one for update
  • Fix: Returning products of the repo with lowest id instead of highest versionCode
  • Fix: Overriding package label in index-v1
  • Fix: Exclude multi-repo apps ranked of filtered out repos
  • Update: Improve performance of the main products' query
  • Update: Revamp Product and its DAO to v2
  • Update: Revamp all installers improving their robustness
  • Update: Refactor BaseInstaller to use InstallQueue and InstallStateHolder providing common logic for all installers
  • Update: Simplify startUpdate() logic
  • Update: Fit icon and screenshot uri generators to fit the new logic
  • Update: Keep name and description if updated repo lack values
  • Update: Make main non-flow Dao functions suspend
  • Update: Store full signing history in Installed
  • Update: Migrate logics of App page into its VM
  • Update: Improve developer's other apps' query logic
  • Update: Replace Screenshot items with their paths
  • Update: Revamp the privacy-processor to handle repo anti-features (index-v2)
  • Update: Revamp database instance creator call
  • Update: Run restart on theme change in a main coroutine
  • Update: Enable R8's full mode
  • Update: Enlarge download buffer size
  • Update: Make stateflows flow only while subscribed
  • Update: Clean most DAOs logics
  • Update: Simplify coil call handler logic and caching
  • Update: Improve installs queueing with checks, timeouts and retry counters
  • Update: Remove specific file types from cache where possible (fixes deleting external download folder)
  • Update: Lazy composition of prefs pages
  • Update: Reduce unneeded recompositions
  • Update: Change default auto sync interval to 6 hours
  • Remove: Preference for number of searched apps
  • Add repository: Brave browser, Breezy weather
  • Remove repository: Frostnerd, Frostnerd-archive and Libretro
  • TargetSDK 35
  • CompileSDK 36

UI/UX

  • Add: Clear positive action on permission cards
  • Add: Index's real timestamp to repository page
  • Add: Cancel button to app page
  • Add: Baklava android version name
  • Fix: Respect set app language first, then system when parsing localized index values
  • Fix: Missing buffer on the bottom of the repos list
  • Fix: Showing Error on the progress bar when starting download
  • Fix: Double v's in the version name chip in app page
  • Fix: Showing apps with one release but different arch as new too
  • Fix: Backing up from edit mode
  • Update: Revamp selection chips layout
  • Update: Show localized categories and anti-features (index-v2)
  • Update: Unify sync notifications using sync notification manager
  • Update: Unify updates notifications using updates notification manager
  • Update: Revamp search page layout
  • Update: Revamp updates' card layout
  • Update: Revamp ActionButton layout
  • Update: Replace x/+ icon of repository item with a switch and click behavior
  • Update: Use double carets for expandable cards
  • Update: Revamp repository page layout
  • Update: Default theme primary and secondary colors
  • Update: Scroll back to main app details page when pressing back in the privacy panel
  • Update: Change update notification's icon

1.0.9 (07.04.2025) +20 Commits +20 Translations

Function

  • Add: A singleton koinNeoViewModel
  • Update: Improve Main panes navigation logic
  • Update: Migrate DownloadedDao usage to a repository
  • Update: Revamp DownloadWorker logic, notifications and handling
  • Update: Revamp SyncWorker logic, notifications and handling
  • Update: Reduce Ktor logging level
  • Update: Move panes navigation and search query logics to MainVM

UI/UX

  • Add: Handling of opening an app page from system app info
  • Fix: Notification following system language and not the app's
  • Remove: Duplicate sync notification channels
  • Update: Use default navigation icon or text size

1.0.8 (16.02.2025) 9 Commits 0 Translations

Function

  • Fix: Crash on stopping download
  • Fix: Crash on signal flow closing
  • Fix: Liberapay donation link (credits @leoheitmannruiz)
  • Update: Improve consuming sync and download state updates
  • Add: User agent to calls in all clients
  • Update: Use IO instead of Default dispatcher for workers

1.0.7 (14.02.2025) +20 Commits +80 Translations

Function

  • Fix: Not showing install on packages from sources without share
  • Fix: Recomposing navigation suite on changing pager state
  • Fix: Parsing and showing litecoin and liberapay links
  • Update: Improve installer reliability
  • Update: Limit parallel running SyncWorks
  • Update: Improve actions flow logic
  • Remove: Flattr donation link parsing

UI/UX

  • Add: Support for tv & wear screenshots
  • Add: Support for video link
  • Add: Dialog to notify for intial sync on first launch
  • Update: Revamp app info cards

1.0.6 (23.01.2025) +140 Commits +100 Translations

Function

  • Add: Delete the downloaded file when erasing the download entry
  • Add: Break download and clean when exceeding total file size
  • Add: Option to disable SSL validation
  • Add: Worker for batch syncs
  • Fix: Validation of repo authentication values
  • Fix: Editing of current values of repo
  • Fix: Make Downloaded keys fully unique
  • Fix: Installs queueing logic
  • Fix: Performance issues of SyncWorker
  • Fix: Back handling in Main pages
  • Fix: Crash on missing stopReason
  • Fix: Lazy load of installed apps
  • Fix: Fetching icons/screenshots also respect disabling ssl certificate check
  • Fix: New installed app isn't being added to homescreen (credits @Dhina17)
  • Update: Improve search algorithm
  • Update: Automate V1-parsing using IndexV1
  • Update: Rewrite IndexV0 xml parser
  • Update: AppSheet header logic
  • Update: Revamp updating extras logic (reduce latency)
  • Update: Koin-inject Main & Prefs ViewModels
  • Update: Replace the multiple VMs for single MainVM
  • Update: Revamp WorkerManager & all Workers
  • Update: Revamp WorkerManager handling of downloads & syncs
  • Update: Migrate to type-safe navigation
  • Update: Indices and naming of Room Entities
  • Update: Improve performance of the main queries
  • Update: Improve flows' memory & performance in MainVM
  • Update: Improve f-droid sharing link (credits @leoheitmannruiz)
  • Update: Avoid request for install permissions when INSTALL_PACKAGES is granted (credits @tharowt)
  • Remove: Unused BootReceiver
  • Add Fcitx5, IronFox repos (credits @Integral-Tech, @celenityy)
  • Remove Bromite, INVISV, Funkwhale, Divolt, DivestOS, Mobilsicher and the archive repos
  • CompileSDK 35

UI/UX

  • Add: Target- & MinSDK filters
  • Add: Erase-all button to downloads page
  • Add: Indicator of the invalid field in repo editor
  • Add: Info card in other prefs page
  • Fix: Folding full app description
  • Fix: Chips visibility independent of background pref
  • Fix: Text overflows and stacking of release labels
  • Fix: Text padding in action buttons
  • Update: Make UI wide screens friendly & navigation adaptive
  • Update: Revamp explore, search & repo pages
  • Update: Restructure prefs hierarchy
  • Update: Revamp block borders' design and make default
  • Update: Show text always on alternative navigation button
  • Update: Animate permission cards
  • Update: Highlight version update chip
  • Update: Revamp dialog layouts
  • Update: Revamp icons & screenshots state creation
  • Update: Improve install & validation state notifications
  • Update: Animate transition between categories' layouts
  • Update: Revamp main theme colors
  • Update: Make preference's surface and switch interactively connected

1.0.5 (19.07.2024) +10 Commits +10 Translations

Function

  • Add: Debounce on downloaded flow
  • Add: RepoId to Downloaded for a more unique key
  • Fix: SortFilter sheets across pages
  • Update: Init Koin earlier
  • Remove: All archive repositories

UI/UX

  • Add: Confirmation dialog on root uninstaller too
  • Add: Long tap sync button for latest successful sync info

1.0.4 (09.07.2024) -10 Commits

Function

  • Add: Indexes to Room entities
  • Add: None Source & Request
  • Fix: A memory leak
  • Update: Revamp Request

UI/UX

  • Remove: All from explore page

1.0.3 (06.07.2024) 30+ Commits +30 Translations

Function

  • Fix: BackHandler of AppSheet
  • Fix: Crash on launching from permissions' page
  • Fix: Crash on using same key for lazy release items
  • Fix: Opening different prefs page when default page is changed
  • Update: Inject installer using Koin
  • Update: Migrate most sheets to BottomSheetScaffold
  • Update: Make flows respect distinction earlier
  • Update: Revamp Source handling of requests

UI

  • Update: Convert Search back to a page
  • Update: Revamp Installed page hierarchy
  • Update: Use segmented buttons in Installed page
  • Update: Revamp apps' carrousel and limit version name length

UX

  • Add: Special search filter tabs
  • Add: Indicator that an app is installed to list items
  • Update: Default to search all apps

1.0.2 (19.05.2024) 10+ Commits +50 Translations

Function

  • Fix: Crash on tapping install notification of session installer
  • Fix: Excessive recomposition on Repo apps list
  • Update: Increase default search apps to 2000

UI

  • Add: Option to show Android version name instead of SDK (enbaled by default)
  • Update: Add enable and dismiss buttons to RepoSheet

UX

  • Add: Dialog on clicking links from app descriptions or changelogs
  • Add: Parsing markdown links in descriptions or changelogs
  • Add: Search bar to repos page

1.0.1 (09.05.2024) 30+ Commits +20 Translations

Function

  • Add: Safeguard to avoid spamming sync
  • Add: Option for limiting loaded apps for search
  • Add: Support of reproducible builds (credits @obfusk & @iamlooker)
  • Fix: Loading apps without categories
  • Fix: Disable Google-signed dependency metadata (credits @IzzySoft)
  • Update: Revamp usage of CoroutineDispatchers
  • Update: Increase default auto-sync interval
  • Add Repos: Cloudburst & Huizengek (credits @GitGitro)
  • Remove Repo: Samourai Wallet (credits @GitGitro)

UI

  • Add: Indicator if a custom sort/filter is applied
  • Add: All apps category
  • Fix: Constant recomposition of most UI (reduce Jitter/Lag)

UX

  • Add: Launch AppSheet when tapping installed notification
  • Fix: Screenshots not updating when changing app of same dev
  • Fix: Handling locales with three letters as language code
  • Update: Improve consistency of sheets' visibility across rotation
  • Update: Increase default recently updated apps to show

1.0.0 (23.04.2024) 440+ Commits +380 Translations

Function

  • Add: Preference to disable signature check for updates/installs
  • Add: Preference to disable download version check
  • Add: Preference to allow downgrades (debuggable) and installing pre-A6 apps (starting Android 14)
  • Add: Display localized product name and description (credits @BLumia)
  • Add: Export/import the repositories
  • Add: Export/import list of installed apps
  • Add: Room Kotlin KSP code generation
  • Add: ConnectionPool & redirections to Coil calls
  • Add: Opening IzzyOnDroid links (credits @GitGitro)
  • Add: Network constraint to Download works
  • Add: Own client & connectionPools for CoilDownloader
  • Add: ForegroundServiceType for works (Required on A14)
  • Add: Package source to session installer (SDK33+)
  • Add: Explicit field for HTTP proxy address
  • Add: Option to use DownloadManager API
  • Add: AppManager installer
  • Add: System installer (credits @0x50f13)
  • Add: Linking database from Application
  • Fix: Calling Tor addresses
  • Fix: Make RootInstaller null-safe
  • Fix: Auto-sync on "Only charging"
  • Fix: Adding repo using scanner
  • Fix: Detecting updates of multi-repos apps
  • Fix: Clicking updates notification
  • Fix: Launching parallel updates
  • Fix: Updating apps in the background
  • Fix: Install notification
  • Fix: External search calls
  • Fix: Opening an app from repo url
  • Fix: Crash on searching special chars
  • Update: Rebase to use one activity
  • Update: Replace RxJava usage with Coroutines
  • Update: Replace OkHttp with Ktor (except for Coil)
  • Update: Migrate download, exodus & sync backend from Sevice- to Worker-based
  • Update: Convert InstallerService to BroadcastReceiver
  • Update: Revamp the ExodusAPI classes
  • Update: Respect version code and source ("fdroid") when fetching ExodusInfo
  • Update: Move ExodusInfo fetching into AppSheet
  • Update: Allow parallel downloads from different repositories
  • Update: Allow parallel sync of repos
  • Update: Cache apks in external cache
  • Update: More open network security policy
  • Update: Make root session installer default if A13+
  • Update: Make product queries observe all relevant entities
  • Update: Optimize the main products query
  • Update: Revamp all installers
  • Update: Revamp Installer works
  • Update: Revamp Downloader
  • Update: Revamp proxy handling
  • Update: Revamp Repository data class
  • Update: Differentiate between double and single list VMs
  • Update: Replace appsToBeInstalled list usage with InstallWorker
  • Update: Allow pre-composing all pages
  • Update: minSDK to 24
  • Update: targetSDK & compileSDK 34
  • Remove: Dependencies of deprecated usage
  • Add Repos: Aniyomi, Koyu, Kuschku, Kvaestiso, Etopa, Metatrans Apps, Gadgetbridge, FUTO, Grobox, Julian Fairfax, spiritCroc Test, Zimbelstern, Cromite, Divolt Repo, Rboard, Cake Wallet (credits @GitGitro)
  • Add Repos: Samourai Wallet Repo (credits @RequestPrivacy)
  • Add Repos: Julian Andres Klode's repo (credits @ishanarora)
  • Add Repos: PurpleI2p, INVISV, Monerujo, iodé, spiritCroc, DivestOS Unofficial, Funkwhale… +28 other
  • Fix Repos: The description for PeterCxy's Shelter repo (credits @ishanarora)
  • Fix Repos: c:geo repository (credits @ishanarora)
  • Fix Repos: Cromite repository address
  • Remove Repos: Fluffy Chat (stable and nightly), Ungoogled Chromium, i2p

UI

  • Add: Preference to show/hide categories bar
  • Add: (Products)List, StringInput DialogUIs
  • Add: Block border to sheets & pages
  • Add: Categories app info chips
  • Add: New apps carousel layout
  • Add: Optional alternative BottomNavBar item layout
  • Add: Optional alternative new apps layout
  • Add: Dynamic theme variants
  • Add: Medium and high contrast themes
  • Add: Option to hide the new apps bar
  • Fix: Switch layout on low-dpi/multi-lines
  • Fix: Screenshots scaling issue after opening once
  • Fix: Pre-mature cutting horizontal products recycler layout
  • Fix: Avoid forgetting expand-state of description text
  • Fix: Ghost clicking settings when search is expanded
  • Fix: Hectic sorting of downloads in downloads list
  • Update: App's icon
  • Update: Theme colors (MD3 v2/tonals)
  • Update: Split Installed page to two tabs
  • Update: Revamp repositories page
  • Update: Make pagers animate scrolling
  • Update: Larger layout corners
  • Update: Revamp all pages
  • Update: Revamp all sheets (now composables)
  • Update: Revamp all dialogs (now composables)
  • Update: Revamp all items (using ItemList)
  • Update: Revamp all components
  • Update: Revamp screenshots layout
  • Update: Resort Main pages
  • Remove: Scrollable top bars
  • Remove: Option to hide categories bar

UX

  • Add: Permission ignore button
  • Add: Kids mode
  • Add: Apps list to Repository info
  • Add: Qr Code to repo sheet
  • Add: PrivacyPoints to PrivacyPanel cards
  • Add: Licenses filters
  • Add: Preference to keep notification of successfully installed app
  • Add: Swipe down to close gesture to screenshots viewer
  • Add: Swipe to navigate between pages
  • Add: Singular search page
  • Add: (De)select all buttons to multi-selection filters
  • Add: Launch search page on receiving search Intent
  • Add: More categories icons
  • Add: Erase button to items in downloads log
  • Add: Preference to allow unstable updates to each app
  • Add: All Anti-features in PrivacyPanel
  • Add: Permission to install packages
  • Add: Search when to-be-opened package doesn't exist
  • Add: Option to confirm before downloading an app
  • Add: Device or biomteric lock options on download dialogs
  • Fix: Showing updatable label for Product items
  • Fix: Showing right version in AppSheet's header
  • Fix: Showing downloaded version (in downloads log)
  • Update: Differentiate between having no trackers and lacking exodus data
  • Update: Convert auto-sync interval unit to hours
  • Update: Alphabetically sort current downloads in Installed page
  • Update: Hide inactive sort/filter options
  • Update: Communicate status on download errors
  • Update: Bind short description lines limit to extended state
  • Update: Show short description for unexpanded description
  • Update: Using pager in App Sheet for Privacy Panel
  • Update: Better download state communication
  • Update: Revamp download and sync notifications
  • Update: Use categories grouping in Explore page
  • Update: Prefer search results with last update not longer than 1 year ago
  • Update: Text to show when no compatible releases exist
  • Update: Show dialog before opening source code
  • Remove: Search bar from Main pages
  • Remove: Zooming on screenshots

0.9.15 (01.03.2023) 40+ Commits +30 Translations

Function

  • Add: KDE (Stable), C:Geo, Stack Wallet & PeterCxy's Shelter repos
  • Add: Option for external download folder
  • Fix: Background (silent) installer
  • Fix: Cache clean up time in days not hours
  • Update: Navigating to AppSheet without input of dev name
  • Update: Simplify apps list in ExplorePage

UI

  • Fix: Expandable layout's padding
  • Update: Move favorite button beside main action
  • Update: BottomNav, SideNav layouts
  • Update: Smaller layout icons

UX

  • Add: Permissions page
  • Add: Downloads page (switch) to InstalledPage
  • Add: Option to ignore notification on security vulnerabilities
  • Update: Scroll to top when changing category in ExplorePage
  • Update: Increase showing new & updated apps limit
  • Update: Improve preference dialog value setting

0.9.14 (07.02.2023) 120+ Commits +80 Translations

Function

  • Fix: Not detecting root permission
  • Fix: Unbinding DownloadService crash
  • Fix: Crash on rxjava's throwable nullability
  • Fix: Avoid calling https://icon on apps sans icon
  • Fix: Save capitalized Repo fingerprint
  • Update: Revamp batch update
  • Remove: Obsolete Sections
  • Remove: Unused Gradle options

UI

  • Update: Revamp InstalledPage
  • Update: Revamp BottomNavBar button

UX

  • Add: Option to disable getting/showing trackers
  • Add: FluffyChat nightly, Anonymous Messenger and BeoCode to default repos
  • Add: Tooltip when trackers data isn't available
  • Fix: FluffyChat repo address and fingerprint
  • Fix: Not updating installed apps list on (un)installing apps
  • Fix: Sticky sync/download notification
  • Update: Enable Guardian project's repo by default

0.9.13 (20.01.2023) 90+ Commits +60 Translations

Function

  • Add: Repository's authentication pair setter/getter
  • Add: Job IdRange for Sync jobs
  • Add: DownloadState to SyncService
  • Add: Sync/Download foreground service types
  • Add: Option for sheets to be not pre-extended
  • Add: Export/import of extras
  • Add: SAF-File (with read, write, delete and share)
  • Fix: Improve performance overload caused by search (credits @SocratesDz)
  • Fix: Crashing LegacyInstaller (again)
  • Fix: Fall back to default installer if root not granted
  • Update: Use DownloadService's mutex to keep the service alive while needed
  • Update: Replace RxJAva usage with Coroutines in SyncService
  • Update: Allow using Coroutine Job as disposable
  • Update: Revamp scheduling auto-sync
  • Update: Improve installer handling based on existing in background and type
  • Update: Simplify Prefs listener
  • Update: auto-sync interval limits
  • Update: Migrate last LiveData to Flows
  • Update: FluffyChat's repo address
  • Remove: Unused Dependencies

UI

  • Add: Cleaner splash screen icon
  • Add: Filter Download state changes percentually
  • Add: Warning card to AppSheet on known vulnerability
  • Add: Repo mirror chips row
  • Fix: 2-rows updated apps block even on one item
  • Update: Migrate repo sheets into one composable
  • Update: Snackbar stays shorter

UX

  • Add: Auto-sync option on charging
  • Add: Active downloads list to Installed
  • Add: Description text to ActionButtons (for screen readers, needs testing)
  • Add: Show notification if an installed app has known vulnerabilities
  • Add: Make Preferences accessible from system's app info
  • Add: Allowed anti-features filter
  • Fix: Unable to add a repository after adding empty one
  • Fix: Running auto-sync only on WIFI, on plugged-in and combined
  • Fix: Crash on deleting newly added repo
  • Update: Open exodus tracker's page instead of tracker's website

0.9.12 (28.12.2022) 30+ Commits +60 Translations

Function

  • Add: Notifications permission (for A13)
  • Add: Ask for PostNotifications permission on start
  • Fix: Improve search performance (credits @pedrox-hs)
  • Fix: Showing apps of all developers with protonmail as apps from the protonmail developer
  • Fix: Sorting installed apps
  • Fix: Replace deprecated functions in RootInstaller
  • Fix: Installers getting false context
  • Fix: LegacyInstaller's false Uri
  • Update: TargetSDK 33

UI

  • Fix: Location permission group icon
  • Update: ProductCard layout
  • Update: Horizontal Product recycler layouts

UX

  • Add: Categories SideNavBar to explorer
  • Fix: Category SideBar not updating according to SortFilterSheet
  • Update: Change category filter to single selection
  • Update: Asking for root permission when setting root installer

0.9.11 (03.12.2022) 70+ Commits +15 Translations

Function

  • Fix: Memory leak in Main & Prefs

UI

  • Add: The all new Privacy Visualization (Neo Meter Icons)
  • Add: The all new Privacy Panel

UX

  • Fix: Opening the same RepoSheet repeatedly

0.9.10 (22.11.2022) 230+ Commits

  • Add: App icon based on system theme
  • Add: Installer type preference (including Legacy mode for dumb MIUI)
  • Add: Specific screenshot placeholder
  • Add: Cryptomator & TwinHelix Signal-FOSS preset repositories
  • Fix: Navigation after launching from updates notification
  • Fix: Download bar not reflecting true progress
  • Fix: Prefs' dependency handling
  • Update: Empty & hide SearchBar on pressing back before exit
  • Update: ViewModels as monotone instances in the Activities
  • Update: Simplify ListProduct layout

0.9.9 (31.10.2022) 7 Commits

  • Add: Scan repo QrCode using BinaryEye (if installed)
  • Fix: Lock in Installed after launching from updates notification
  • Fix: Improve handling intent

0.9.8 (27.10.2022) +60 Commits

  • Add: Support for fdroidrepo:// intents (simple addition of repositories)
  • Add: Support for market://search? intents (used by some launchers)
  • Add: Share option for IzzyOnDroid apps
  • Add: GitJournal & Revolt to the preset-repos
  • Update: Highlight apps with available updates*
  • Update: Show current version if app installed instead of latest
  • Update: Avoid killing the app on pressing back in Main
  • Update: SortFilterSheet's reset, resets prefs to default
  • Update: Improve detecion of sort/filter changes
  • Update: Revamp ReleaseItems
  • Update: Revamp search backend
  • Update: Replace LiveData with Flows in most instances
  • Fix: Opening Installed on launching updates intent
  • Remove: Alefvanoon preset-repo

0.9.7 (11.10.2022) +50 Commits

  • Add: Other apps from the developer
  • Add: Scrolling TopBar
  • Add: Rest of the data from the table to query return
  • Fix: Some coloring issues of the dynamic theme
  • Update: Search also searches among author names
  • Update: New screenshots viewer (fixes previous issues and allows zooming)
  • Update: Allow two-lines labels in ProductCard
  • Update: Bigger app icons
  • Update: Some layouts e.g. TopBar, SortFilter
  • Update: Make StatusBar and gestures bar transparent
  • Update: Revamp theming backend (fixes some visuals)
  • Update: Set default theme based on Android version
  • Update: Improve Sheets' initialization
  • Update: Dispose of composable when sheet fragment is destroyed

0.9.6 (05.10.2022) +90 Commits

  • Add: Sort/Filter sheet
  • Add: Explicit favorites shortcut
  • Add: TargetSDK to info chips
  • Update: Replace Material icons with Phosphor
  • Update: Replace drawables with composables
  • Update: BottomNavBar, AppSheet's and EditRepoSheet's layouts
  • Fix: Sheets' animated background
  • Fix: Showing update secondary action while downloading
  • Fix: Secondary actions being squeezed on low dpi
  • Fix: Immersive bottom gesture bar (except with sheets)
  • Remove: Legacy/now-unused resources

0.9.5 (19.09.2022) +120 Commits

  • Add: Useful links in Prefs
  • Update: Revamp AppSheet's Head & Header
  • Update: Repo item's text colors
  • Update: Migrate navigation fully to Compose
  • Update: Migrate preferences to Compose
  • Update: Allow setting higher number for updated/new apps' recycler and sync interval
  • Fix: ActionButtons visibility
  • Fix: Show Repo description pre-first-sync
  • Remove: Legacy fragment-related classes

0.9.4 (18.08.2022)

  • Fix: Showing updates notification even when disabled
  • Add: Threema, Stable Calyx OS and Session to preset-repositories
  • Fix(try): Background installer
  • Add: Release apks and images cache retention options
  • Update translation

0.9.3 (06.08.2022)

  • Add: Favorites category
  • Add: Option to set sync interval
  • Add: Supporting auto importing fdroidrepos: repo addresses from clipboard
  • Fix: Nested scrolling of AppSheet
  • Fix: Repository apps count
  • Fix: Allow retention of apk till "consumed"
  • Update: Make app description and changelog text selectable
  • Update: Show full text of inexpandable text blocks
  • Small UI fixes

0.9.2 (28.07.2022)

  • Fix: Setting ignore updates doesn't hide from updates
  • Fix: Alphabetical sorting of Installed
  • Fix: Nested scrolling of AppSheet
  • Fix: Showing install action while download is running
  • Fix: StatusBar icons visibility on dynamic colors' theme
  • Update Translations

0.9.1 (10.07.2022)

  • Add: System dynamic theme (aka. Material You)
  • Add: 7 new preset repositories
  • Add: Architecture label on releases for a specific architecture
  • Remove: UnifiedPush repo (dead)
  • Fix: Links in settings
  • Fix: Annoying 0 updates notification
  • Fix: Hide Author's website when it isn't available
  • Fix: Parsing clipboard's content for repo URI
  • Fix: Not showing update action

0.9.0 (07.07.2022)

  • Renamed package to com.machaiv3lli.fdroid
  • Fully new UI/UX with Material Design 3
  • Add: Update all
  • Add: Favorite (further features to come later)
  • Add: Snackbar with action on long press actions
  • Add: Flexibel extended card actions
  • Add: Expandable extra actions for AppSheet
  • Add: Option to not show screenshots
  • Add: Cross-compatibility of root and normal installer
  • Add: Language preference
  • Add: IPv6 Support with fast fallback to IPv4 (@Mynacol)
  • Add: Session-root-installer option (Needed for +A13)
  • Add: Only ask for root when selected
  • Update: Show repository host name instead of developer name on repository card
  • Update: horizontal scrolling screenshots
  • Fix: Auto updating installed/updates lists
  • Fix: Crash on A12+ (gotta disable battery optimization)
  • Fix: Root installer
  • Fix: Delete Cached File After Uninstall
  • Fix: Crash on pressing download when offline
  • Remove: Unused list animation preference

0.4.3 (20.12.2021)

  • Fix: Screenshot placeholder icon
  • Fix: Soft crash when starting AppDetails
  • Fix: Run only one instance of root installer
  • Fix: Root installer

0.4.2 (15.12.2021)

  • Update: More of Material Design 3
  • Clean up: Huge parts of the code base
  • Update: Optimize installer
  • Fix: Delete Cached File After Uninstall
  • Fix: Freeze with Root Installer
  • Fix: Links' icon tint
  • Fix: Crash on pressing download when offline
  • Fix: Accidental scrolling on back gesture
  • Fix: Screenshots size before loading
  • Fix: Action Text Color visibility
  • Fix: App version text being colored when not planed
  • Update translations: Hindi, Hungarian, Finnish, Norwegian, Chinese(Simplified), Turkish, Russian, Portoguese(Brazil), German, French, Italian, Arabic (Saudi Arabia), Spanish, Sinhala, Polish, Dutch, Greek

0.4.1 (17.11.2021)

  • Fix Normal Install Crash

0.4.0 (17.11.2021)

  • Add: Language preference
  • Update: horizontal scrolling screenshots
  • Fix: Background root installer
  • Add: Only ask for root when selected
  • Tons of UI/UX tweaks

0.3.6 (28.10.2021)

  • Add Icon for opening Details
  • Top App Bar Differences made more prominent
  • Root Permission will only be asked when used
  • Switch Visibility fixes
  • Added Arabic Translation
  • Long press on source Icon to copy link
  • Replace Toast with Snackbar