Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | catch NPE | Christian Schneppe | 2018-06-01 | 1 | -2/+2 |
| | |||||
* | show buttons to privacy policy and terms of use during account creation on ↵ | Christian Schneppe | 2018-05-27 | 2 | -0/+54 |
| | | | | our server pix-art.de | ||||
* | add missing else to show the availability of httpupload correctly | Christian Schneppe | 2018-05-26 | 1 | -2/+1 |
| | |||||
* | improve active_since implementation (XEP-0319: Last User Interaction in ↵ | Christian Schneppe | 2018-05-26 | 2 | -1/+13 |
| | | | | | | | Presence) * set contact to inactive if it becomes offline * send idle also in case app started in background | ||||
* | Do not use TLS_FALLBACK_SCSV | Christian Schneppe | 2018-05-26 | 1 | -0/+1 |
| | |||||
* | add support for S3 file transfers | Christian Schneppe | 2018-05-26 | 22 | -180/+656 |
| | |||||
* | update translations | Christian Schneppe | 2018-05-24 | 2 | -118/+120 |
| | |||||
* | add links to *Terms Of Use* and *Privacy Policy* to AboutActivity | Christian Schneppe | 2018-05-24 | 4 | -6/+85 |
| | |||||
* | use correct binding in EditAccountActivity | Christian Schneppe | 2018-05-21 | 1 | -4/+2 |
| | |||||
* | version 2.0.2 + changes | Christian Schneppe | 2018-05-21 | 2 | -2/+5 |
| | |||||
* | temporarly disable swipe gestures | Christian Schneppe | 2018-05-21 | 1 | -0/+3 |
| | |||||
* | try to fix a crash during OTR verify | Christian Schneppe | 2018-05-21 | 1 | -0/+4 |
| | |||||
* | disable analytics | Christian Schneppe | 2018-05-21 | 1 | -0/+7 |
| | | | | https://firebase.google.com/support/guides/disable-analytics | ||||
* | exclude firebase-base from firebase-messaging | Christian Schneppe | 2018-05-21 | 1 | -1/+3 |
| | |||||
* | set pragme secure delete properly | Christian Schneppe | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | explicitly set secure_delete pragma for SQLite database | Christian Schneppe | 2018-05-21 | 1 | -0/+1 |
| | | | | | | | | | | | Conversations stores sensitive data, such as SQLiteAxolotlStore tables, in its database. secure_delete=ON is the default for newer Android devices: https://android-review.googlesource.com/c/platform/external/sqlite/+/209123 However, older devices had it disabled by default, so any database created than has this setting disabled and it will not be updated automatically. Also, the default might be changed in the future (for example, to "FAST", added in 2017), so it is safer to set it explicitly. | ||||
* | make file observer listen for moves | Christian Schneppe | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | move enabling of foreign key support to onConfigure | Christian Schneppe | 2018-05-21 | 1 | -8/+5 |
| | | | | | | This way we avoid repeating the code. Unlike getWritableDatabase, onConfigure is intended to be overridden. In fact, onConfigure documentation specifically says: "Called when the database connection is being configured, to enable features such as write-ahead logging or *foreign key support*." | ||||
* | Make nickname matching case-sensitive | Christian Schneppe | 2018-05-21 | 1 | -1/+1 |
| | | | | | Perform case-sensitive matching for highlighting the own nickname in MUC messages and while checking whether to notify. | ||||
* | prefetch omemo device lists only if muc has omemo enabled | Christian Schneppe | 2018-05-21 | 1 | -2/+3 |
| | |||||
* | make fcm receiver ignore messages when all accounts are disabled | Christian Schneppe | 2018-05-21 | 2 | -1/+8 |
| | |||||
* | migrate to fcm library | Christian Schneppe | 2018-05-21 | 7 | -57/+30 |
| | |||||
* | do not save draft if message is completly empty and fixed appending shared text | Christian Schneppe | 2018-05-21 | 3 | -3/+22 |
| | |||||
* | fix some crashes on Android 4 devices | Christian Schneppe | 2018-05-21 | 13 | -195/+222 |
| | |||||
* | temporarly fix crash with resending files via button | Christian Schneppe | 2018-05-18 | 3 | -2/+5 |
| | |||||
* | Add new Server (#202) | kromonos | 2018-05-18 | 1 | -0/+1 |
| | | | Add nsa.li as new xmpp service | ||||
* | version 2.0.1 + CHANGELOG | Christian Schneppe | 2018-05-17 | 2 | -2/+8 |
| | |||||
* | detect yalp store installs | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | update translations | Christian Schneppe | 2018-05-17 | 1 | -0/+2 |
| | |||||
* | fix typo | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | add possibility to de-/activate accounts | Christian Schneppe | 2018-05-17 | 3 | -2/+45 |
| | | | | fixes #195 | ||||
* | fix crash on destroying muc | Christian Schneppe | 2018-05-17 | 1 | -2/+4 |
| | |||||
* | do not use trigger but delete message index entries manually | Christian Schneppe | 2018-05-17 | 1 | -83/+90 |
| | |||||
* | Extend QR scanner to support VCard with IMPP field | Christian Schneppe | 2018-05-17 | 1 | -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 | ||||
* | changed command paramater for new push server | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | changed jid of push server | Christian Schneppe | 2018-05-17 | 5 | -8/+15 |
| | |||||
* | some tor modifications | Christian Schneppe | 2018-05-17 | 8 | -12/+17 |
| | | | | possibly fixes #199 | ||||
* | do not use end in catchup mam queries | Christian Schneppe | 2018-05-17 | 3 | -11/+33 |
| | |||||
* | increase sample and bit rate for voice recording | Christian Schneppe | 2018-05-17 | 1 | -2/+2 |
| | |||||
* | add null check | Christian Schneppe | 2018-05-17 | 1 | -4/+4 |
| | |||||
* | add primary key to fts table | Christian Schneppe | 2018-05-17 | 1 | -2/+3 |
| | |||||
* | do not include body in simple status updates to not trigger fts update | Christian Schneppe | 2018-05-17 | 5 | -10/+19 |
| | |||||
* | fix exceptions | Christian Schneppe | 2018-05-16 | 3 | -8/+8 |
| | |||||
* | do not load conversations with null jid | Christian Schneppe | 2018-05-16 | 3 | -10/+20 |
| | |||||
* | make session completion work with untrusted devices as well | Christian Schneppe | 2018-05-16 | 3 | -7/+11 |
| | |||||
* | max out emoji enlargment at 42 emojis | Christian Schneppe | 2018-05-16 | 2 | -10/+33 |
| | |||||
* | change MAGIC_CREATE_DOMAIN | Christian Schneppe | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | split heighlights by special characters | Christian Schneppe | 2018-05-16 | 1 | -0/+3 |
| | |||||
* | don’t scale images to a 0 width or height | Christian Schneppe | 2018-05-16 | 1 | -6/+8 |
| | |||||
* | add spinner to select jabber provider for creating new accounts | Christian Schneppe | 2018-05-16 | 5 | -19/+194 |
| |