Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add preferece to use unicolored background | Christian Schneppe | 2020-02-08 | 3 | -0/+20 |
| | |||||
* | rework RecordingActivity | Christian Schneppe | 2020-02-07 | 1 | -1/+3 |
| | |||||
* | fix some button colors | Christian Schneppe | 2020-02-06 | 1 | -7/+3 |
| | |||||
* | fix crash/stacktrace in Share/ShowLocationActivity | Christian Schneppe | 2020-02-06 | 2 | -2/+2 |
| | |||||
* | fix NPE in AboutActivity | Christian Schneppe | 2020-02-06 | 1 | -6/+16 |
| | |||||
* | don't crash if player == null | Christian Schneppe | 2020-02-02 | 1 | -3/+3 |
| | |||||
* | show audio artist and title for audio files | Christian Schneppe | 2020-02-02 | 1 | -1/+32 |
| | |||||
* | fix showing progressBar | Christian Schneppe | 2020-02-01 | 1 | -19/+14 |
| | |||||
* | update theme in SettingsActivity correctly | Christian Schneppe | 2020-02-01 | 1 | -0/+1 |
| | |||||
* | show progressbar instead of percentages while up-/downloading files | Christian Schneppe | 2020-02-01 | 1 | -13/+48 |
| | |||||
* | add ability to reply on private messages in notifications | Christian Schneppe | 2020-02-01 | 1 | -3/+1 |
| | | | | fixes #191 | ||||
* | release video player onStop | Christian Schneppe | 2020-01-31 | 1 | -2/+4 |
| | |||||
* | fix showing presence colored names | Christian Schneppe | 2020-01-31 | 2 | -26/+27 |
| | | | | fixes #257 | ||||
* | use ToastCompat instead of Toast | Christian Schneppe | 2020-01-31 | 32 | -136/+166 |
| | |||||
* | add icons for video, audio and image files for the case the preview fails | Christian Schneppe | 2020-01-31 | 1 | -0/+18 |
| | |||||
* | optimize imports | Christian Schneppe | 2020-01-31 | 49 | -99/+141 |
| | |||||
* | fix sending uncompressed files | Christian Schneppe | 2020-01-31 | 1 | -5/+0 |
| | |||||
* | use ExoPlayer for video playback | Christian Schneppe | 2020-01-31 | 1 | -21/+64 |
| | |||||
* | evict cached previews when file gets deleted | Christian Schneppe | 2020-01-31 | 1 | -0/+1 |
| | |||||
* | use more material style | Christian Schneppe | 2020-01-26 | 5 | -15/+60 |
| | |||||
* | fix some bugs | Christian Schneppe | 2020-01-26 | 3 | -15/+12 |
| | |||||
* | use default values for some preferences instead of hardcoded ones | Christian Schneppe | 2020-01-26 | 2 | -2/+2 |
| | |||||
* | rework lastseen a bit and don't show offline | Christian Schneppe | 2020-01-26 | 2 | -41/+25 |
| | |||||
* | omemo changes: use 12 byte IV, no longer accept auth tag appended to payload | Christian Schneppe | 2020-01-24 | 1 | -3/+3 |
| | |||||
* | support xmpp uris with single 'omemo' parameter for fingerprint (w/o sid) | Christian Schneppe | 2020-01-24 | 2 | -4/+4 |
| | |||||
* | add scan qr button to welcome screen | Christian Schneppe | 2020-01-24 | 1 | -5/+35 |
| | |||||
* | use installreferrer libray instead of broadcast listener | Christian Schneppe | 2020-01-24 | 2 | -36/+10 |
| | |||||
* | parse install referrer from gplay | Christian Schneppe | 2020-01-24 | 8 | -25/+105 |
| | |||||
* | make registration uris work with fixed usernames | Christian Schneppe | 2020-01-24 | 3 | -29/+56 |
| | |||||
* | preselect proper account in create contact dialog after following invite | Christian Schneppe | 2020-01-24 | 3 | -5/+8 |
| | |||||
* | support ?roster;ibr=y xmpp uris | Christian Schneppe | 2020-01-24 | 3 | -18/+22 |
| | |||||
* | support registration via pars tokens | Christian Schneppe | 2020-01-24 | 3 | -50/+84 |
| | |||||
* | show number of participants in a MUC | Christian Schneppe | 2020-01-24 | 1 | -0/+1 |
| | |||||
* | show toast message on PN if user is not in room/channel | Christian Schneppe | 2020-01-14 | 1 | -0/+5 |
| | |||||
* | show avatar correctly | Christian Schneppe | 2020-01-14 | 2 | -0/+2 |
| | |||||
* | switch volume control between earpiece and speaker while listening audio | Christian Schneppe | 2020-01-14 | 1 | -2/+0 |
| | |||||
* | rework map view and update leaflet to 1.6.0 | Christian Schneppe | 2020-01-02 | 2 | -16/+14 |
| | |||||
* | don't create conversation while watching ContactDetails | Christian Schneppe | 2020-01-02 | 1 | -3/+0 |
| | |||||
* | persist file size across aborts | Christian Schneppe | 2020-01-02 | 2 | -4/+8 |
| | |||||
* | automatically set year in about message | Christian Schneppe | 2020-01-02 | 1 | -0/+8 |
| | |||||
* | small contact details UI fixes | Christian Schneppe | 2019-12-24 | 1 | -42/+14 |
| | |||||
* | rework conference and contact details | Christian Schneppe | 2019-12-23 | 2 | -37/+91 |
| | | | | | | | | | * reduce avatar size * show big avatar on long click * reorder elements * show contact/muc JID in advanced mode fixes #423 | ||||
* | small UI refresh changes | Christian Schneppe | 2019-12-23 | 1 | -2/+2 |
| | |||||
* | first step to remove OTR encryption | Christian Schneppe | 2019-12-13 | 2 | -1/+4 |
| | | | | * make OTR available via expert settings and disable it as default | ||||
* | rework adhocinvite | Christian Schneppe | 2019-12-13 | 1 | -23/+26 |
| | |||||
* | use setFlags instead of addFlags to grant uri permissions | Christian Schneppe | 2019-12-13 | 8 | -9/+8 |
| | |||||
* | catch rare NPE while deleting bookmark | Christian Schneppe | 2019-12-13 | 1 | -3/+8 |
| | |||||
* | small ui fixes for private messages | Christian Schneppe | 2019-12-12 | 2 | -1/+2 |
| | |||||
* | small quotes fixes | Christian Schneppe | 2019-12-12 | 1 | -4/+7 |
| | |||||
* | only show message deleted if LMC is activated | Christian Schneppe | 2019-12-08 | 1 | -1/+2 |
| |