aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-18temporarly fix crash with resending files via buttonChristian Schneppe3-2/+5
2018-05-18Add new Server (#202)kromonos1-0/+1
Add nsa.li as new xmpp service
2018-05-17detect yalp store installsChristian Schneppe1-1/+1
2018-05-17update translationsChristian Schneppe1-0/+2
2018-05-17fix typoChristian Schneppe1-1/+1
2018-05-17add possibility to de-/activate accountsChristian Schneppe3-2/+45
fixes #195
2018-05-17fix crash on destroying mucChristian Schneppe1-2/+4
2018-05-17do not use trigger but delete message index entries manuallyChristian Schneppe1-83/+90
2018-05-17Extend QR scanner to support VCard with IMPP fieldChristian Schneppe1-0/+10
Currently QR scanner supports only URIs. VCard specification allows embedding instant messaging protocols in the `IMPP` field [0]. This change will extract the first XMPP URI from `IMPP` field if a VCard has been scanned and process it just like if the XMPP URI was scanned directly. In case the contact is not already present in the roster this will pop up "Add contact" window. Example VCard with this URI: BEGIN:VCARD FN:Test Contact EMAIL:test@example.com IMPP:xmpp:test@example.com END:VCARD [0]: https://tools.ietf.org/html/rfc6350#section-6.4.3
2018-05-17changed command paramater for new push serverChristian Schneppe1-1/+1
2018-05-17changed jid of push serverChristian Schneppe5-8/+15
2018-05-17some tor modificationsChristian Schneppe8-12/+17
possibly fixes #199
2018-05-17do not use end in catchup mam queriesChristian Schneppe3-11/+33
2018-05-17increase sample and bit rate for voice recordingChristian Schneppe1-2/+2
2018-05-17add null checkChristian Schneppe1-4/+4
2018-05-17add primary key to fts tableChristian Schneppe1-2/+3
2018-05-17do not include body in simple status updates to not trigger fts updateChristian Schneppe5-10/+19
2018-05-16fix exceptionsChristian Schneppe3-8/+8
2018-05-16do not load conversations with null jidChristian Schneppe3-10/+20
2018-05-16make session completion work with untrusted devices as wellChristian Schneppe3-7/+11
2018-05-16max out emoji enlargment at 42 emojisChristian Schneppe2-10/+33
2018-05-16change MAGIC_CREATE_DOMAINChristian Schneppe1-1/+1
2018-05-16split heighlights by special charactersChristian Schneppe1-0/+3
2018-05-16don’t scale images to a 0 width or heightChristian Schneppe1-6/+8
2018-05-16add spinner to select jabber provider for creating new accountsChristian Schneppe5-19/+194
2018-05-14delete values-pt-br as invalidChristian Schneppe1-445/+0
2018-05-14apply styling helper to conversation overviewChristian Schneppe6-13/+151
2018-05-14fix some location crashesChristian Schneppe2-15/+16
2018-05-14fix taking videoChristian Schneppe2-8/+24
2018-05-14make quick actions working againChristian Schneppe2-4/+26
2018-05-14check permissions for locationsChristian Schneppe1-0/+4
2018-05-13Translation for brazilian portuguese, pt-BR ISO 8859-1, make this app ↵PsychloDx1-0/+445
available to Brazil Translation for brazilian portuguese, pt-BR ISO 8859-1, make this app available to Brazil
2018-05-06update translationsChristian Schneppe18-111/+149
2018-05-06fix stringsChristian Schneppe1-1/+1
2018-05-05don't use alpha for received/read indicatorChristian Schneppe1-2/+0
2018-05-05add animators for more activitiesChristian Schneppe23-12/+90
2018-05-05use navigate as floating action button in showlocationChristian Schneppe3-25/+33
2018-05-05add custom animation to ConversationsActivityChristian Schneppe1-0/+4
2018-05-05Support both new and old http upload namespacesChristian Schneppe5-16/+44
2018-05-05ban can be disabled in Config.javaChristian Schneppe2-2/+8
2018-05-05XmppUri code cleanupChristian Schneppe1-14/+10
2018-05-05encode and decode % and # in invite linksChristian Schneppe10-13/+86
2018-05-05filter sequences of more than 3 ltr-rtlChristian Schneppe3-3/+11
2018-05-05improved logging for node configuration changeChristian Schneppe3-5/+11
2018-05-05remove " from fts queriesChristian Schneppe1-1/+1
2018-05-03add animationsChristian Schneppe7-2/+78
2018-05-03fixed regression of not highlighting current conversation in overviewChristian Schneppe2-2/+8
2018-05-03hide record audio feature if mircophone is not availableChristian Schneppe3-4/+24
hide share location feature if location service is not available
2018-05-03added null check to Jid.of in edit accountChristian Schneppe1-3/+3
2018-05-03handle invalid image boundsChristian Schneppe2-4/+8