Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | explicitly set profile+level for encoder | Christian Schneppe | 2019-02-18 | 1 | -0/+4 |
| | | | | some modern Androids (namely my Xiaomi Mi A1 after the update to Andorid 9) seem to require that | ||||
* | automatically hide and show FAB in MediaViewerActivity | Christian Schneppe | 2019-02-09 | 26 | -0/+1532 |
| | | | | integrate lib FullscreenVideoView as files | ||||
* | optimize imports | Christian Schneppe | 2019-02-08 | 4 | -8/+7 |
| | |||||
* | update androidTranscoder to version 0.3 | Christian Schneppe | 2019-01-07 | 3 | -3/+68 |
| | |||||
* | limit video transcoding to api >= 18 and other api 16 fixes | Christian Schneppe | 2018-12-14 | 2 | -2/+9 |
| | |||||
* | Checkout `xmpp-addr` library 0.8.0 (fa47cac8) locally | Christian Schneppe | 2018-12-14 | 11 | -0/+1669 |
| | | | | | | | | | | | | | | 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.1 + CHANGELOG | Christian Schneppe | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | integrate trust manager into conversations | Christian Schneppe | 2018-03-12 | 26 | -1515/+0 |
| | |||||
* | remove pre api 21 theme | Christian Schneppe | 2018-03-09 | 3 | -18/+4 |
| | |||||
* | Certificate dialogue not respecting dark theme solved | Christian Schneppe | 2018-02-15 | 4 | -1/+30 |
| | |||||
* | update build tools and libs | Christian Schneppe | 2018-02-10 | 2 | -4/+4 |
| | |||||
* | android transcoder: Remove swallowed exception in runPipelines | Christian Schneppe | 2018-02-01 | 2 | -7/+4 |
| | |||||
* | Gradle Update to 3.0.1 with aapt | Christian Schneppe | 2018-01-19 | 2 | -18/+4 |
| | |||||
* | cleanup libs | Christian Schneppe | 2017-11-24 | 6 | -6/+0 |
| | |||||
* | upgraded build tools and gradle file | Christian Schneppe | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | refactored AudioPlayer | Christian Schneppe | 2017-09-24 | 11 | -829/+0 |
| | |||||
* | updated build tools and some library versions | Christian Schneppe | 2017-08-03 | 3 | -10/+10 |
| | |||||
* | also check for hostname in in certs if hostname is from trusted source | Christian Schneppe | 2017-06-24 | 2 | -40/+38 |
| | |||||
* | update gradle | Christian Schneppe | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | Optimized imports from entire project | Christian Schneppe | 2017-04-13 | 1 | -2/+1 |
| | |||||
* | update gradle | Christian Schneppe | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | add new Emoji library | Christian Schneppe | 2017-03-17 | 2036 | -8067/+0 |
| | |||||
* | make video resolution configurable | Christian Schneppe | 2017-03-04 | 2 | -0/+100 |
| | |||||
* | update libs and deps | Christian Schneppe | 2017-03-04 | 2 | -4/+5 |
| | |||||
* | version 1.16.2 + changes | Christian Schneppe | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | compress videos with 720p too | Christian Schneppe | 2017-02-01 | 1 | -2/+2 |
| | |||||
* | add android-transcoder directly into libs | Christian Schneppe | 2017-02-01 | 31 | -0/+3094 |
| | |||||
* | delete unused resources | Christian Schneppe | 2017-01-25 | 2 | -0/+0 |
| | |||||
* | update gradle files | Christian Schneppe | 2017-01-09 | 3 | -12/+12 |
| | |||||
* | add support for RFC7711 to MTM | Christian Schneppe | 2016-12-18 | 12 | -619/+230 |
| | |||||
* | reformat code | Christian Schneppe | 2016-11-19 | 77 | -2337/+2280 |
| | |||||
* | update gradle files | Christian Schneppe | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | optimize PNG files | Christian Schneppe | 2016-10-18 | 406 | -0/+0 |
| | |||||
* | version 1.14.3 + changelog | Christian Schneppe | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | optimized imports | Christian Schneppe | 2016-09-09 | 18 | -69/+56 |
| | |||||
* | add new emoji library | Christian Schneppe | 2016-09-09 | 2036 | -0/+8148 |
| | |||||
* | update gradle | Christian Schneppe | 2016-08-28 | 1 | -1/+1 |
| | |||||
* | compress videos bigger than 10 MB before sending | Christian Schneppe | 2016-08-28 | 2 | -0/+0 |
| | |||||
* | Versoin 1.13.7 | Christian Schneppe | 2016-07-17 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/siacs/master' | Christian Schneppe | 2016-06-06 | 1 | -1/+1 |
|\ | |||||
| * | make non interactive verfier non interactive | Daniel Gultsch | 2016-06-05 | 1 | -1/+1 |
| | | |||||
* | | optimize imports | Christian Schneppe | 2016-05-31 | 5 | -13/+17 |
| | | |||||
* | | update gradle version | Christian Schneppe | 2016-05-13 | 1 | -1/+1 |
| | | |||||
* | | catch exceptions | Christian S | 2016-05-05 | 1 | -2/+2 |
| | | |||||
* | | added audio player | Christian S | 2016-05-05 | 11 | -0/+829 |
| | | |||||
* | | Merge remote-tracking branch 'refs/remotes/siacs/master' into development | Christian S | 2016-04-11 | 1 | -1/+1 |
|\| | |||||
| * | update gradle and gradle plugin | Daniel Gultsch | 2016-04-09 | 1 | -1/+1 |
| | | |||||
* | | copy commits | Christian S | 2015-11-29 | 44 | -1829/+0 |
|\| | |||||
| * | Use OpenPGP-API 9.0 | fiaxh | 2015-11-09 | 44 | -1829/+0 |
| | | |||||
* | | refactored libs | Christian S | 2015-09-06 | 8 | -0/+8 |
|/ |