150 Commits

Author SHA1 Message Date
Hans-Christoph Steiner
7436274685 update CHANGELOG 2018-02-13 22:05:49 +01:00
Hans-Christoph Steiner
3fa90e4666 update CHANGELOG 2018-02-06 00:17:43 +01:00
Hans-Christoph Steiner
3b65cd38e7 update CHANGELOG 2018-01-26 22:58:48 +01:00
Hans-Christoph Steiner
5ddedcf486 update ChangeLog 2017-12-01 21:26:12 +01:00
Hans-Christoph Steiner
2a6c700648 update CHANGELOG 2017-11-09 23:59:25 +01:00
Hans-Christoph Steiner
dc46a22f67 update CHANGELOG 2017-10-24 14:09:02 +02:00
Allan Nordhøy
bf2e04cd2a Spelling fixes throughout the changelog 2017-10-19 09:43:51 +00:00
Hans-Christoph Steiner
e064bdda56 update ChangeLog for 1.0
closes #1100
2017-10-10 14:42:20 +02:00
Hans-Christoph Steiner
18270aba86 update ChangeLog for 1.0-alpha5 2017-10-04 23:32:57 +02:00
Hans-Christoph Steiner
a35ee4df30 update ChangeLog for 1.0-alpha4 2017-09-27 23:02:36 +02:00
Hans-Christoph Steiner
7db7cca716 update CHANGELOG for 1.0-alpha3 2017-09-12 22:38:00 +02:00
Hans-Christoph Steiner
5e4095f3f1 update CHANGELOG for 1.0-alpha2 2017-09-04 23:13:24 +02:00
Hans-Christoph Steiner
2d89f8665a update CHANGELOG 2017-07-18 10:01:27 +02:00
Hans-Christoph Steiner
7e7835c182 update CHANGELOG for 1.0-alpha0 2017-07-08 00:08:51 +02:00
Hans-Christoph Steiner
6eaf0360d8 update CHANGELOG for 0.104 2017-06-16 23:20:28 +02:00
Hans-Christoph Steiner
4fd84a57d0 update CHANGELOG for release 2017-05-31 19:38:06 +02:00
Hans-Christoph Steiner
7c34c60a41 update CHANGELOG for release
closes #1018
2017-05-12 23:33:10 +02:00
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