Commit graph

420 commits

Author SHA1 Message Date
Christian Schneppe
072479a9ea update libs 2019-01-04 11:09:29 +01:00
Christian Schneppe
71350931e4 version 2.1.5 + CHANGELOG 2018-12-27 22:19:13 +01:00
Christian Schneppe
f0376cc748 remove firebase analystics classes from gradle 2018-12-14 22:09:57 +01:00
Christian Schneppe
7df333bf2a Reduce minSdkVersion to 16, fix issues reported by lint
This further reduces the minimum API level to 16, which should encompass
most users stuck on older versions of Android (mainly BlackBerry OS and
Jolla users).

Several issues reported by code analysis were fixed, mainly around issues
with layouts.
2018-12-14 21:45:44 +01:00
Christian Schneppe
fe3f14d9b1 Checkout xmpp-addr library 0.8.0 (fa47cac8) locally
xmpp-addr: Backfill missing class method for Java 1.7
This backfills missing class methods for `java.nio.charset.StandardCharsets`
and `java.util.Objects` for compatibility with platforms which do not support
these (mainly Android SDK versions <= 18).

Change `minSdkVersion` to 18, backfill missing methods
This reduces the minimum SDK version to 18 (Android 4.3), which notably is
the last supported version for the BlackBerry OS 10.3 Android compatibility
layer.

Drop support for Android 4.1 and 4.2
2018-12-14 21:13:31 +01:00
Christian Schneppe
89ba17150d version 2.1.5 beta (2018-12-04) 2018-12-04 21:42:00 +01:00
Christian Schneppe
504715c215 use toastcompat library to catch BadTokenException 2018-11-23 14:36:04 +01:00
Christian Schneppe
f86c1b4978 version 2.1.3 + changes 2018-11-21 20:51:30 +01:00
Christian Schneppe
b81313d1db version 2.1.3 + CHANGELOG 2018-11-11 20:44:13 +01:00
Christian Schneppe
dc1f76d1b4 update gradle & CHANGELOG 2018-11-08 19:03:11 +01:00
Christian Schneppe
2bd3eeac7b implement pl.droidsonroids.gif 2018-11-06 21:12:32 +01:00
Christian Schneppe
8fd5796fd1 version 2.1.2 + CHANGELOG 2018-10-22 20:20:39 +02:00
Christian Schneppe
d32be8ae19 fix some build errors 2018-10-20 23:17:33 +02:00
Christian Schneppe
52a0ed62c4 version 2.1.1 + CHANGELOG 2018-10-20 22:22:23 +02:00
Christian Schneppe
3cdc753eca enable push messages 2018-10-20 13:41:25 +02:00
Christian Schneppe
5d33380061 remove unused SimpleFingerGestures_Android_Library 2018-10-03 22:32:36 +02:00
Christian Schneppe
26cc9dcbea rework MediaViewerActivity 2018-10-03 22:31:55 +02:00
Christian Schneppe
23ab41156a update gradle plugin and support library 2018-10-01 14:38:57 +02:00
Christian Schneppe
c0b51141a7 use conscrypt as security provider to provide tls 1.3 and modern cyphers on old androids 2018-10-01 10:59:54 +02:00
Christian Schneppe
dc9a87b7ea update CHANGELOG 2018-09-27 21:08:32 +02:00
Christian Schneppe
46b77bf342 initial work toward api 26+
* introduce notification channels
* always use foreground service on 26+
2018-09-13 17:29:36 +02:00
Christian Schneppe
86bf53d3e3 Revert "hide record voice button if keyboard is open"
because it crashes during screen rotation.

This reverts commit 18cf7c40c2.
2018-08-30 21:47:15 +02:00
Christian Schneppe
18cf7c40c2 hide record voice button if keyboard is open 2018-08-30 20:45:09 +02:00
Christian Schneppe
c1060dc1fe update build.gradle 2018-08-28 21:24:42 +02:00
Christian Schneppe
71f42308ac version 2.1.1 beta + changes 2018-08-28 21:09:07 +02:00
Christian Schneppe
3e5c026f31 disabled by default variant of XEP-0392 2018-08-26 15:02:40 +02:00
Christian Schneppe
ad809c5d56 upgrade babbler version 2018-08-26 14:52:49 +02:00
Christian Schneppe
b890f6e78f version 2.1.0 + changes 2018-08-05 13:01:46 +02:00
Christian Schneppe
b1d97bd55d version 2.1.0 (beta 2018-07-15) 2018-07-15 23:16:06 +02:00
Christian Schneppe
239921139b version 2.1.0 (beta 2018-07-09) + changes 2018-07-09 23:49:43 +02:00
Christian Schneppe
46accae255 version 2.1.0 beta (2018-06-30) + changes 2018-06-30 23:56:13 +02:00
Christian Schneppe
d9d40ecb42 WIP: set room avatar and slight redesign of group details
*show jid in group details (in advanced mode)
2018-06-29 21:55:43 +02:00
Christian Schneppe
38e4fa9817 put google() before jcenter() in gradle 2018-06-16 23:45:08 +02:00
Christian Schneppe
38074c3308 update changelog 2018-06-03 21:52:25 +02:00
Christian Schneppe
23352d59e4 version 2.0.2 + changes 2018-05-21 21:27:38 +02:00
Christian Schneppe
ca89b5a8f5 exclude firebase-base from firebase-messaging 2018-05-21 21:06:02 +02:00
Christian Schneppe
3a66fef203 migrate to fcm library 2018-05-21 20:54:46 +02:00
Christian Schneppe
81e082c827 version 2.0.1 + CHANGELOG 2018-05-17 22:09:49 +02:00
Christian Schneppe
9c228e8a25 version 2.0.0 2018-05-06 00:33:29 +02:00
Christian Schneppe
d0b1ec34d5 update gradle 2018-05-05 22:58:05 +02:00
Christian Schneppe
24cbd299ff update CHANGELOG and gradle for upcoming 2.0.0 2018-05-02 22:12:44 +02:00
Christian Schneppe
500d4294b5 update dependencies 2018-04-29 15:46:40 +02:00
Christian Schneppe
6584625c9e update build.gradle and CHANGELOG.md for upcoming 2.0.0 2018-04-23 21:41:26 +02:00
Christian Schneppe
00174b878a updated gradle + plugin and fixed xmpp-addr version 2018-04-23 21:32:38 +02:00
Christian Schneppe
a7defe344b update build.gradle and CHANGELOG.md for upcoming 2.0.0 2018-04-22 21:55:32 +02:00
Christian Schneppe
a1220ce412 update build.gradle and CHANGELOG.md for upcoming 2.0.0 2018-04-21 23:51:26 +02:00
Christian Schneppe
df7b28a334 update build.gradle and CHANGELOG.md for upcoming 2.0.0 2018-04-12 22:02:11 +02:00
Christian Schneppe
17339f2d9d update build.gradle and CHANGELOG.md for upcoming 2.0.0 2018-04-11 21:54:16 +02:00
Christian Schneppe
5406da40f4 make swipe to right gesture working 2018-04-08 13:19:21 +02:00
Christian Schneppe
aac28ca310 update build.gradle and CHANGELOG.md for upcoming 2.0.0 2018-04-08 00:51:06 +02:00