Commit graph

460 commits

Author SHA1 Message Date
Christian Schneppe
7bb48465e2
rename build flavors 2019-11-02 15:44:31 +01:00
Christian Schneppe
267f920208
add schulchat buildflavor 2019-11-02 14:03:07 +01:00
Christian Schneppe
ccc1254896
version 2.2.10 beta (2019-10-26) + changes 2019-10-27 01:59:01 +02:00
Christian Schneppe
2c2bb185c3
change lib to fix crash on startup for older devices
fixes #398
2019-10-19 21:17:18 +02:00
Christian Schneppe
ae45a3e55b
version 2.2.10 beta (2019-09-29) 2019-09-29 15:53:51 +02:00
Christian Schneppe
5aa83a0db4
version 2.2.10 beta (2019-09-24) + changes 2019-09-24 20:33:54 +02:00
Christian Schneppe
80e61023c5
Version 2.2.10 beta (2019-09-23) 2019-09-23 20:32:36 +02:00
Christian Schneppe
041351b176 introduce app intro and some help screens 2019-09-21 12:22:32 +02:00
Christian Schneppe
82ff5d1238 update more libs 2019-09-21 12:14:48 +02:00
Christian Schneppe
346b272bac update libraries 2019-09-20 23:54:45 +02:00
Christian Schneppe
b26b5d01fe migrate to AndroidX 2019-09-20 17:54:28 +02:00
Christian Schneppe
9da5429893 update libs and CHANGELOG 2019-09-09 20:46:06 +02:00
Christian Schneppe
5606b32db7 version 2.2.9 + changes 2019-09-08 09:39:57 +02:00
Christian Schneppe
0559e801fa version 2.2.8 + changes 2019-09-08 00:04:39 +02:00
Christian Schneppe
a2ff79a4c3 fix versionCode 2019-09-03 20:59:01 +02:00
Christian Schneppe
8e854ba29d version 2.2.8 beta (2019-09-03) + changes 2019-09-03 20:33:31 +02:00
Christian Schneppe
f42d144a66 updated retrofit 2019-07-17 20:44:55 +02:00
Christian Schneppe
6d24ce7a18 version 2.2.7 + CHANGELOG 2019-06-27 16:15:55 +02:00
Christian Schneppe
b09f0fb912 version 2.2.6 + changes 2019-06-25 23:26:35 +02:00
Christian Schneppe
47e47fa078 version 2.2.5 + changes 2019-06-23 09:50:23 +02:00
Christian Schneppe
d1ae7c6abc version 2.2.4 + changes 2019-06-22 21:19:33 +02:00
Christian Schneppe
b396ba1ae1 version 2.2.4 beta + changes 2019-06-08 15:14:41 +02:00
Christian Schneppe
e2612e1f08 version 2.2.4 beta (2019-05-18) 2019-05-18 22:52:45 +02:00
Christian Schneppe
cc12a2fea4 update build.tools 2019-05-03 21:04:47 +02:00
Christian Schneppe
f9f0706387 implement channel discovery
refactor muc search to use http
cache channel search results
2019-04-26 23:12:22 +02:00
Christian Schneppe
05b57606a9 version 2.2.3 + CHANGELOG 2019-04-12 22:42:16 +02:00
Christian Schneppe
b0c137ad7c version 2.2.2 + CHANGELOG 2019-04-02 22:00:40 +02:00
Christian Schneppe
bde39e8851 fix crash in websitepreview on older devices 2019-03-19 21:06:37 +01:00
Christian Schneppe
4533a98528 version 2.2.1 + changes 2019-03-14 21:49:42 +01:00
Christian Schneppe
c529b0139d version 2.2.0 2019-03-06 22:37:50 +01:00
Christian Schneppe
52b6155d72 version 2.2.0 beta (2019-02-20) 2019-02-20 23:12:25 +01:00
Christian Schneppe
8b681105d1 improve RichPreview 2019-02-20 22:38:51 +01:00
Christian Schneppe
b6c12fe50a version 2.2.0 beta (2019-02-10) 2019-02-10 00:00:14 +01:00
Christian Schneppe
add92c9ece automatically hide and show FAB in MediaViewerActivity
integrate lib FullscreenVideoView as files
2019-02-09 22:19:06 +01:00
Christian Schneppe
a10d57e618 version 2.2.0 beta (2019-02-09) + changes 2019-02-09 16:16:03 +01:00
Christian Schneppe
7aa4999842 show web link previews in chat
fixes #113
2019-02-09 14:34:49 +01:00
Christian Schneppe
59836f5d42 Fix missing dep
thanks, closes #300
2019-02-08 12:14:57 +01:00
Christian Schneppe
132299baa8 update gradle plugin 2019-01-25 23:23:45 +01:00
Christian Schneppe
a823f61ccf offer 'open with' in context menu for geo uris 2019-01-25 22:17:03 +01:00
Christian Schneppe
39c37184f1 update androidTranscoder to version 0.3 2019-01-07 20:28:07 +01:00
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