Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | relates to FS#299: Changes URL to staticmap for generating location map ↵ | steckbrief | 2020-04-10 | 1 | -0/+3 |
| | | | | image to piratx.thedevstack.de, moves definition of invite host url and url to staticmap to build config | ||||
* | updates version | steckbrief | 2019-11-19 | 1 | -2/+2 |
| | |||||
* | update version | lookshe | 2019-07-28 | 1 | -3/+3 |
| | |||||
* | implements FS#272: Remove 'App-Updater' | steckbrief | 2019-07-07 | 1 | -1/+0 |
| | |||||
* | implements FS#282: In-App Logcat View; introduces piratx application ↵ | steckbrief | 2019-07-07 | 1 | -0/+1 |
| | | | | implementation to access the appcontext in a static way | ||||
* | changes maven repositories to use only our proxy; fixes App crash when ↵ | steckbrief | 2019-07-06 | 1 | -12/+10 |
| | | | | opening settings screens (e.g. UI Settings) | ||||
* | introduces new distribution and stage flavors as first steps for rebranding | steckbrief | 2019-07-01 | 1 | -7/+16 |
| | |||||
* | version 2.2.7 + CHANGELOG | Christian Schneppe | 2019-06-27 | 1 | -2/+2 |
| | |||||
* | version 2.2.6 + changes | Christian Schneppe | 2019-06-25 | 1 | -2/+2 |
| | |||||
* | version 2.2.5 + changes | Christian Schneppe | 2019-06-23 | 1 | -2/+2 |
| | |||||
* | version 2.2.4 + changes | Christian Schneppe | 2019-06-22 | 1 | -2/+2 |
| | |||||
* | version 2.2.4 beta + changes | Christian Schneppe | 2019-06-08 | 1 | -4/+5 |
| | |||||
* | version 2.2.4 beta (2019-05-18) | Christian Schneppe | 2019-05-18 | 1 | -1/+1 |
| | |||||
* | update build.tools | Christian Schneppe | 2019-05-03 | 1 | -1/+1 |
| | |||||
* | implement channel discovery | Christian Schneppe | 2019-04-26 | 1 | -0/+3 |
| | | | | | refactor muc search to use http cache channel search results | ||||
* | version 2.2.3 + CHANGELOG | Christian Schneppe | 2019-04-12 | 1 | -2/+2 |
| | |||||
* | version 2.2.2 + CHANGELOG | Christian Schneppe | 2019-04-02 | 1 | -3/+3 |
| | |||||
* | fix crash in websitepreview on older devices | Christian Schneppe | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | version 2.2.1 + changes | Christian Schneppe | 2019-03-14 | 1 | -2/+2 |
| | |||||
* | version 2.2.0 | Christian Schneppe | 2019-03-06 | 1 | -2/+2 |
| | |||||
* | version 2.2.0 beta (2019-02-20) | Christian Schneppe | 2019-02-20 | 1 | -2/+2 |
| | |||||
* | improve RichPreview | Christian Schneppe | 2019-02-20 | 1 | -1/+0 |
| | |||||
* | version 2.2.0 beta (2019-02-10) | Christian Schneppe | 2019-02-10 | 1 | -2/+3 |
| | |||||
* | automatically hide and show FAB in MediaViewerActivity | Christian Schneppe | 2019-02-09 | 1 | -1/+1 |
| | | | | integrate lib FullscreenVideoView as files | ||||
* | version 2.2.0 beta (2019-02-09) + changes | Christian Schneppe | 2019-02-09 | 1 | -2/+2 |
| | |||||
* | show web link previews in chat | Christian Schneppe | 2019-02-09 | 1 | -2/+3 |
| | | | | fixes #113 | ||||
* | Fix missing dep | Christian Schneppe | 2019-02-08 | 1 | -0/+1 |
| | | | | thanks, closes #300 | ||||
* | update gradle plugin | Christian Schneppe | 2019-01-25 | 1 | -1/+1 |
| | |||||
* | offer 'open with' in context menu for geo uris | Christian Schneppe | 2019-01-25 | 1 | -0/+1 |
| | |||||
* | update androidTranscoder to version 0.3 | Christian Schneppe | 2019-01-07 | 1 | -16/+12 |
| | |||||
* | update libs | Christian Schneppe | 2019-01-04 | 1 | -5/+5 |
| | |||||
* | version 2.1.5 + CHANGELOG | Christian Schneppe | 2018-12-27 | 1 | -2/+2 |
| | |||||
* | remove firebase analystics classes from gradle | Christian Schneppe | 2018-12-14 | 1 | -1/+3 |
| | |||||
* | Reduce `minSdkVersion` to 16, fix issues reported by lint | Christian Schneppe | 2018-12-14 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | Checkout `xmpp-addr` library 0.8.0 (fa47cac8) locally | Christian Schneppe | 2018-12-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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 | ||||
* | version 2.1.5 beta (2018-12-04) | Christian Schneppe | 2018-12-04 | 1 | -4/+4 |
| | |||||
* | use toastcompat library to catch BadTokenException | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | version 2.1.3 + changes | Christian Schneppe | 2018-11-21 | 1 | -2/+2 |
| | |||||
* | version 2.1.3 + CHANGELOG | Christian Schneppe | 2018-11-11 | 1 | -2/+2 |
| | |||||
* | update gradle & CHANGELOG | Christian Schneppe | 2018-11-08 | 1 | -2/+2 |
| | |||||
* | implement pl.droidsonroids.gif | Christian Schneppe | 2018-11-06 | 1 | -0/+1 |
| | |||||
* | version 2.1.2 + CHANGELOG | Christian Schneppe | 2018-10-22 | 1 | -2/+2 |
| | |||||
* | fix some build errors | Christian Schneppe | 2018-10-20 | 1 | -2/+0 |
| | |||||
* | version 2.1.1 + CHANGELOG | Christian Schneppe | 2018-10-20 | 1 | -5/+6 |
| | |||||
* | enable push messages | Christian Schneppe | 2018-10-20 | 1 | -9/+21 |
| | |||||
* | remove unused SimpleFingerGestures_Android_Library | Christian Schneppe | 2018-10-03 | 1 | -1/+0 |
| | |||||
* | rework MediaViewerActivity | Christian Schneppe | 2018-10-03 | 1 | -2/+2 |
| | |||||
* | update gradle plugin and support library | Christian Schneppe | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | use conscrypt as security provider to provide tls 1.3 and modern cyphers on ↵ | Christian Schneppe | 2018-10-01 | 1 | -0/+1 |
| | | | | old androids | ||||
* | update CHANGELOG | Christian Schneppe | 2018-09-27 | 1 | -4/+4 |
| |