Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | migrate to AndroidX | Christian Schneppe | 2019-09-20 | 1 | -2/+2 |
| | |||||
* | put initial xmpp uri into signup intent | Christian Schneppe | 2019-08-31 | 1 | -0/+1 |
| | |||||
* | optimize imports | Christian Schneppe | 2019-02-08 | 1 | -2/+0 |
| | |||||
* | rename some variables | Christian Schneppe | 2019-02-04 | 1 | -1/+1 |
| | |||||
* | rework backup & restore | Christian Schneppe | 2019-01-26 | 1 | -1/+1 |
| | | | | use the implementation from Conversations | ||||
* | do not show up navigation in start conversation screen if called with view ↵ | Christian Schneppe | 2018-11-15 | 1 | -0/+1 |
| | | | | intent | ||||
* | refactored some ManageAccount, WelcomeActivity and a few other things | Christian Schneppe | 2018-11-15 | 1 | -24/+31 |
| | |||||
* | 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 | ||||
* | no WelcomeActivity if MAGIC_CREATE_DOMAIN is unset | Christian Schneppe | 2018-04-24 | 1 | -1/+2 |
| | |||||
* | UriHandlerActivity: Always check for XMPP URI validity | Christian Schneppe | 2018-04-23 | 1 | -4/+6 |
| | | | | | Also check for XMPP URI validity if there are no configured accounts and the WelcomeActivity is active. | ||||
* | in lack of confirm source dialog in account details only trust scanned uris | Christian Schneppe | 2018-04-12 | 1 | -0/+1 |
| | |||||
* | replace deprecated action bar with toolbar | Christian Schneppe | 2018-04-11 | 1 | -0/+2 |
| | | | | | | | | | * replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar | ||||
* | scanned results are always a trusted source | Christian Schneppe | 2018-04-08 | 1 | -1/+6 |
| | |||||
* | migrate to xmpp-addr | Christian Schneppe | 2018-04-02 | 1 | -2/+2 |
| | |||||
* | do not redirect to StarConversationActivity when scanning invalid jid | Christian Schneppe | 2018-03-31 | 1 | -1/+4 |
| | |||||
* | integrate qr code scanner. temporarily break omemo activity scan | Christian Schneppe | 2018-03-31 | 1 | -20/+62 |
| | |||||
* | added dedicated scan button | Christian Schneppe | 2018-03-30 | 1 | -0/+8 |
| | |||||
* | use appcompat in more activities | Christian Schneppe | 2018-03-09 | 1 | -2/+2 |
| | |||||
* | Pass invite XMPP URI along instead of JID | Christian Schneppe | 2018-02-15 | 1 | -1/+1 |
| | |||||
* | integrate intent integrator to finish activity when needed | Christian Schneppe | 2018-02-15 | 1 | -5/+3 |
| | |||||
* | transport invitee from welcome activity to start conversations activity | Christian Schneppe | 2017-12-27 | 1 | -0/+1 |
| | |||||
* | remove NFC handling + let edit account handle own jids | Christian Schneppe | 2017-12-16 | 1 | -3/+9 |
| | |||||
* | StartConversationActivity: Scan QR codes via UriHandlerActivity | Christian Schneppe | 2017-12-16 | 1 | -0/+26 |
| | |||||
* | UriHandlerActivity: Handle 'message action' XMPP URI | Christian Schneppe | 2017-12-16 | 1 | -6/+41 |
| | |||||
* | Implement simple URI handler activity | Christian Schneppe | 2017-12-16 | 1 | -0/+38 |