aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/UriHandlerActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use ToastCompat instead of ToastChristian Schneppe2020-01-311-4/+5
|
* support xmpp uris with single 'omemo' parameter for fingerprint (w/o sid)Christian Schneppe2020-01-241-2/+2
|
* parse install referrer from gplayChristian Schneppe2020-01-241-3/+3
|
* make registration uris work with fixed usernamesChristian Schneppe2020-01-241-6/+6
|
* support ?roster;ibr=y xmpp urisChristian Schneppe2020-01-241-6/+11
|
* support registration via pars tokensChristian Schneppe2020-01-241-2/+16
|
* migrate to AndroidXChristian Schneppe2019-09-201-2/+2
|
* put initial xmpp uri into signup intentChristian Schneppe2019-08-311-0/+1
|
* optimize importsChristian Schneppe2019-02-081-2/+0
|
* rename some variablesChristian Schneppe2019-02-041-1/+1
|
* rework backup & restoreChristian Schneppe2019-01-261-1/+1
| | | | use the implementation from Conversations
* do not show up navigation in start conversation screen if called with view ↵Christian Schneppe2018-11-151-0/+1
| | | | intent
* refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2018-11-151-24/+31
|
* Extend QR scanner to support VCard with IMPP fieldChristian Schneppe2018-05-171-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 unsetChristian Schneppe2018-04-241-1/+2
|
* UriHandlerActivity: Always check for XMPP URI validityChristian Schneppe2018-04-231-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 urisChristian Schneppe2018-04-121-0/+1
|
* replace deprecated action bar with toolbarChristian Schneppe2018-04-111-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 sourceChristian Schneppe2018-04-081-1/+6
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-2/+2
|
* do not redirect to StarConversationActivity when scanning invalid jidChristian Schneppe2018-03-311-1/+4
|
* integrate qr code scanner. temporarily break omemo activity scanChristian Schneppe2018-03-311-20/+62
|
* added dedicated scan buttonChristian Schneppe2018-03-301-0/+8
|
* use appcompat in more activitiesChristian Schneppe2018-03-091-2/+2
|
* Pass invite XMPP URI along instead of JIDChristian Schneppe2018-02-151-1/+1
|
* integrate intent integrator to finish activity when neededChristian Schneppe2018-02-151-5/+3
|
* transport invitee from welcome activity to start conversations activityChristian Schneppe2017-12-271-0/+1
|
* remove NFC handling + let edit account handle own jidsChristian Schneppe2017-12-161-3/+9
|
* StartConversationActivity: Scan QR codes via UriHandlerActivityChristian Schneppe2017-12-161-0/+26
|
* UriHandlerActivity: Handle 'message action' XMPP URIChristian Schneppe2017-12-161-6/+41
|
* Implement simple URI handler activityChristian Schneppe2017-12-161-0/+38