133 Commits

Author SHA1 Message Date
Hans-Christoph Steiner
5971533b09 changelog for 0.102.3
closes #898
2017-04-01 17:30:41 +02:00
Hans-Christoph Steiner
bcb2894d4c update CHANGELOG for 0.102.x 2017-04-01 16:28:45 +02:00
Daniel Martí
7997024a18 Adjust 0.102 release date in changelog
Forgot to do this when tagging.
2016-12-13 18:39:41 +00:00
Daniel Martí
88ba2ef5eb Start off 0.102 changelog 2016-10-06 21:16:23 +01:00
Daniel Martí
85a8a7d743 Sync changelog with 0.101, add 0.102 2016-09-28 20:42:56 +01:00
Hans-Christoph Steiner
0433f0eba5 update changelog for 0.101 2016-09-28 11:34:24 +02:00
Hans-Christoph Steiner
3f53d1bad8 update changelog
closes #752
2016-08-22 22:17:38 +02:00
Daniel Martí
a383c7a457 Sync changelog with stable branch 2016-06-21 17:02:10 +01:00
Daniel Martí
52e4548755 Sync changelog with 0.100 release
Also, bump versionCode to 0.101-alpha0 to allow upgrading from 0.100 to
master.
2016-06-07 21:44:22 +01:00
Daniel Martí
7a8151753b Changelog updates in preparation for 0.100 2016-05-12 11:51:17 +01:00
Peter Serwylo
ffa6fb92b9 Updated CHANGELOG with performance impovements. 2016-04-28 15:06:47 +10:00
Daniel Martí
5175eacd6d CHANGELOG: include bugfix notes from stable branch 2016-04-01 16:56:21 +01:00
Daniel Martí
5195281848 CHANGELOG: Add 0.99.1 changelog entry 2016-03-22 12:50:49 +00:00
Daniel Martí
ccf858f960 CHANGELOG: Start writing upcoming release 2016-03-05 23:01:10 +00:00
Daniel Martí
4aa44cb150 Bump to 0.99 2016-02-28 22:46:53 +00:00
Daniel Martí
d7827a3f07 CHANGELOG: prepare for upcoming release 2016-02-27 13:01:56 +00:00
Hans-Christoph Steiner
38e4b38602 Re-enable NetCipher to provide decent TLS on all Android versions
Revert "Revert netcipher to fix SNI regression"
This reverts commit 6c8e726aadbe6714d6295882c5be87a7bf81a9f0.

NetCipher is important for making sure that the client running on older
versions of Android is not using extremely crappy default TLS settings.  It
also streamlines the Tor support.

closes #431 https://gitlab.com/fdroid/fdroidclient/issues/431
closes #576 https://gitlab.com/fdroid/fdroidclient/issues/576
2016-02-27 11:04:08 +01:00
Daniel Martí
80d8f9f30b Sync changelog with stable branch 2016-02-14 14:56:56 +00:00
Daniel Martí
044bf0b2f8 CHANGELOG: Update with latest fixes 2016-02-09 16:04:29 +00:00
Daniel Martí
d063aa3a08 CHANGELOG: Add Android.mk fix
Also fix the 0.98 date to be the same as the one in the stable-v0.98
branch.
2016-02-06 13:47:07 +00:00
Daniel Martí
6dbcf95ae7 CHANGELOG: Add more crash fixes 2016-02-06 12:07:35 +00:00
Peter Serwylo
bd0e9e0a3c When no keywords to search, use an empty query selection that evaluates to "1".
This means that instead of building invalid SQL such as `WHERE (() OR ())` it
will build `WHERE((1) OR (1))` which, while non-optimal, is at least valid.

Fixes issue #560.
2016-02-04 07:51:37 +11:00
Ciaran Gultnieks
1cd0bf721a Set date for 0.98 in changelog 2016-02-02 18:09:59 +00:00
Daniel Martí
10a8f349a1 CHANGELOG: Add note about db lock fix 2016-02-01 12:15:26 +00:00
Dominik George
0df829034c
Add author/email/license display capabilities to app. (Closes: #532) 2016-01-05 13:18:38 +01:00
Daniel Martí
b22466ee66 Add opt-in crash reporting via ACRA
Fixes #398.
2015-12-26 23:35:48 +01:00
Daniel Martí
895cd7bbb1 Update changelog 2015-12-16 14:14:52 +01:00
Daniel Martí
2ecf18dc7f Start 0.98 changelog 2015-12-07 21:31:44 +01:00
Daniel Martí
dd9a7207ac Bump to 0.98-alpha0 after stable 2015-11-07 13:15:21 +01:00
Daniel Martí
214fd32552 Update changelog for 0.97 2015-10-29 16:18:41 +01:00
Daniel Martí
6c8e726aad Revert netcipher to fix SNI regression
Fixes #431.
2015-10-29 16:08:17 +01:00
Daniel Martí
a6199e7603 Update changelog 2015-10-06 12:40:34 +02:00
Daniel Martí
bed363e6fa Update changelog 2015-10-04 08:21:58 -07:00
Daniel Martí
c57c73ec92 Update changelog 2015-09-30 11:50:33 -07:00
Daniel Martí
12f98a64e4 Update changelog 2015-09-29 22:12:44 -07:00
Daniel Martí
2d75c57a20 Update changelog 2015-09-25 22:09:53 -07:00
Daniel Martí
960f3ca2c2 Update changelog with 0.96.1 release 2015-09-24 16:53:18 -07:00
Nico Alt
ab2c1d49b6 Prompt for unstable updates globally 2015-09-14 18:58:52 +02:00
Daniel Martí
27420f6c01 Update changelog 2015-09-12 15:52:55 -07:00
Peter Serwylo
3f87462994 Updated changelog with downloadmanager details.
Used Toby's MR description because it was very concise.
2015-09-10 09:25:29 +10:00
Daniel Martí
592f0c65bf Update changelog 2015-09-09 10:41:06 -07:00
Hans-Christoph Steiner
13c90e6c4a add HTTPS pins for good, free CAs: cert.startcom.org & letsencrypt.org
These are two good options for easy, free HTTPS certificates.  This should
help, but not fix, #238 https://gitlab.com/fdroid/fdroidclient/issues/238
2015-09-08 19:21:24 +02:00
Daniel Martí
cba103af77 Start changelog for 0.97 2015-09-08 10:18:27 -07:00
Daniel Martí
77bb9dbed8 Update changelog for 0.96 2015-09-02 17:54:55 -07:00
Daniel Martí
8c45250f78 Update the changelog 2015-08-24 11:03:57 -07:00
Daniel Martí
487da9615f Some changelog rewordings 2015-08-20 10:33:35 -07:00
Daniel Martí
3f5b5ffc93 Avoid package receiver NPE crashes. Fixes #380. 2015-08-19 11:19:59 -07:00
Daniel Martí
e48fb93c77 First changelog writeup 2015-08-10 17:27:50 -07:00
Daniel Martí
8d5c7abe89 Add 0.95.1 changelog notes 2015-08-10 17:11:30 -07:00
Daniel Martí
20c3a50f3b Bump to 0.95 2015-08-04 14:37:34 -07:00