fdroid-client/CHANGELOG.md

194 lines
6.1 KiB
Markdown
Raw Normal View History

2014-10-03 22:36:23 +02:00
### 0.75 (2014-10-03)
2014-05-23 11:13:58 +02:00
2014-08-13 13:22:30 +02:00
* Added "local repo" support to host an F-Droid repo on the device itself, with
2014-06-19 10:04:19 +02:00
full signed repo support, icons, and optional HTTPS
2014-06-19 10:04:19 +02:00
* Ability to set up such a local repo by choosing from any of the installed
applications on the device
2014-09-05 16:35:12 +02:00
* Reverted self-signed support since it was broken, only HTTPS certificates
with proper CA signatures will work for now
2014-06-19 10:04:19 +02:00
* Find local repos on the same network using Bonjour/mDNS
2014-08-13 13:22:30 +02:00
* Support for F-Droid repos on Tor Hidden Services (.onion addresses)
2014-06-19 10:04:19 +02:00
* HTTP Proxy support in Preferences
2014-06-19 10:04:19 +02:00
* Directly send installed apps to other devices via Bluetooth and Android Beam
(NFC+Bluetooth), also compatible with Samsung/HTC S-Beam
* Initial support for root and system installers, allowing the client to
install apks directly on its own
* Increased performance when updating from repository with many apps
* Switch to Appcompat from the Support library
2014-05-23 11:13:58 +02:00
* Fix some crashes
* Translation updates
2014-05-01 19:25:07 +02:00
### 0.66 (2014-05-01)
2014-04-20 14:32:05 +02:00
* Fix crash on startup for devices with more than 500 installed apps
* Send apps to other devices directly from the App Details screen via NFC or Bluetooth
* Improved performance for devices with many installed apps
2014-04-20 14:32:05 +02:00
* Improve ellipsizing and spacing in the app lists
* Start translating the category lists
* Keep track of installed apps internally, rather than asking Android each time
2014-04-29 11:52:46 +02:00
* Security fixes and updates for adding of repos
2014-04-29 20:09:52 +02:00
* Fix bug introduced in 0.63 which made F-Droid always omit density-specific
icons, making icons blurry on high-res devices
2014-04-29 11:52:46 +02:00
* Fix some other crashes
2014-04-20 14:32:05 +02:00
* Translation updates
2014-04-07 15:46:33 +02:00
### 0.63 (2014-04-07)
2014-01-19 20:47:39 +01:00
2014-08-13 13:22:30 +02:00
* Support for Network Service Discovery of local F-Droid repos on Android 4.1+
2014-04-01 16:09:16 +02:00
from the repository management screen
* Always remember the selected category in the list of apps
2014-08-13 13:22:30 +02:00
* Send F-Droid via Bluetooth to any device that supports receiving APKs via
Bluetooth (stock Android blocks APKs, most ROMs allow them)
* NFC support: beam repo configs from the repo detail view (Android 4.0+),
2014-08-13 13:22:30 +02:00
beam the F-Droid.apk from F-Droid's main screen (Android 4.1+)
2014-01-19 20:47:39 +01:00
* Support for repositories using self-signed HTTPS certificates through
a Trust-on-first-use popup
2014-01-19 20:47:39 +01:00
* Support for TLS Subject-Public-Key-Identifier pinning
2014-02-21 00:21:17 +01:00
* Add native Right-to-Left support on devices running 4.2 and later
2014-02-19 18:23:31 +01:00
* Filter app compatibility by maxSdkVersion too
* Major internal changes to enable F-Droid to handle repos with thousands
of apps without slowing down too much. These internal changes will also make
new features easier to implement.
* Various fixes to layout issues introduced in 0.58
2014-04-01 16:09:16 +02:00
* Translation updates
2014-01-10 21:29:25 +01:00
### 0.58 (2014-01-11)
2014-01-10 21:02:27 +01:00
* Download icons with a resolution that matches the device's screen density,
which saves resources on smaller devices and gets rid of unnecessary
blurriness on larger devices
* Tweaked some layouts, especially the app lists and their compact layout
* App lists now show more useful version information: current version names,
rather than number of versions available
* Reduce scroll lag in app lists by caching views in a ViewHolder
* Slightly increase performance in repo index XML handling by mapping apps
with a HashMap, as opposed to doing linear searches
2014-01-10 21:02:27 +01:00
* More app info shown in App Details: The category in which the app was found
and all the categories the app is in, as well as the Android version
required to run each one of its versions available
* The preferences screen now uses descriptive summaries, which means that you
can see what the checkbox preferences actually mean and what the edit and
2014-01-10 21:02:27 +01:00
list preferences are set at
* Support for dogecoin donation method added (wow)
* Don't keep app icons older than 30 days on disc cache
* Always include incompatible apks in memory to avoid issues with apps
seemingly not having any apks available
* Fixed a crash when trying to access a non-existing app
2014-01-30 17:01:18 +01:00
* F-Droid registers with Android to receive F-Droid URIs https://\*/fdroid/repo
2014-01-21 22:56:41 +01:00
and fdroidrepos://
* support including signing key fingerprint in repo URIs
* when adding new repos that include the fingerprint, check to see whether
that repo exists in F-Droid already, and if the fingerprints match
* Other minor bug fixes
* Lots of translation updates
2013-11-11 11:12:32 +01:00
### 0.55 (2013-11-11)
2013-11-11 11:18:39 +01:00
* Fixed problems with category selection and permission lists on Android 2.X devices.
2014-04-01 16:09:16 +02:00
2013-11-11 11:12:32 +01:00
* Lots of translation updates, including new Norwegian translation.
2013-11-05 10:56:53 +01:00
### 0.54 (2013-11-05)
2013-10-24 18:21:36 +02:00
2013-11-05 11:01:51 +01:00
* New options on the App Details screen to ignore all future updates for that
particular app, or ignore just the current update.
2013-11-05 11:01:51 +01:00
* Apps with Anti-features are no longer hidden, and the corresponding
preferences to unhide them are removed. Instead they are clearly marked on the
App Details screen.
2013-11-05 11:01:51 +01:00
* Apps with incompatible native code architecture requirements are now correctly
filtered.
2013-11-05 11:01:51 +01:00
* A bug that prevented update notifications from appearing has been fixed.
2013-11-05 11:01:51 +01:00
* Theming support, with Light and Dark themes.
2013-11-05 11:01:51 +01:00
* New launcher and notification icons, and new default/loading app icon. Icons
are now retrieved dynamically, drastically improving startup time on first
installation.
2013-11-05 11:01:51 +01:00
* All app donation options have been grouped into a submenu, and Litecoin
donation support has been added.
2013-11-05 11:01:51 +01:00
* App filter settings now take effect immediately.
2013-11-05 11:01:51 +01:00
* Apk native code ABIs are now shown in expert mode.
2013-11-05 11:01:51 +01:00
* Search uris for market://search and fdroid.search: are now handled.
2013-11-05 11:01:51 +01:00
* A problem with ActionBar Up navigation on some devices has been fixed.
2013-11-05 11:01:51 +01:00
* Other minor bug fixes, and adjustments to spacings and layouts.
2013-11-05 11:01:51 +01:00
* Lots of translation updates.
2013-10-24 18:21:36 +02:00
2013-11-05 10:56:53 +01:00
### 0.50 (2013-08-20)
2013-10-24 18:21:36 +02:00
* New basic app sharing functionality
2013-10-24 18:21:36 +02:00
* Handle f-droid.org web repo as well as market:// app uris
2013-10-24 18:21:36 +02:00
* Search by just typing on main screen and search results screen
2013-10-24 18:21:36 +02:00
* Flattr and Bitcoin donation methods added
2013-10-24 18:21:36 +02:00
* Noticeable speedups when returning from installs and uninstalls
2013-10-24 18:21:36 +02:00
* Add back to home buttons to the ActionBar
2013-10-24 18:21:36 +02:00
* Don't recommend versions newer than the current or incompatible with the device
2013-10-24 18:21:36 +02:00
* Use standard Android cache locations rather than .fdroid on the SD card
2013-10-24 18:21:36 +02:00
* Fix for crash at boot time where the SD card was slow to initialise
2013-10-24 18:21:36 +02:00
* Lots of bug fixes
2013-10-24 18:21:36 +02:00
* Lots of translation updates