aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/UriHandlerActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* optimize importsChristian Schneppe2019-02-081-2/+0
* rename some variablesChristian Schneppe2019-02-041-1/+1
* rework backup & restoreChristian Schneppe2019-01-261-1/+1
* do not show up navigation in start conversation screen if called with view in...Christian Schneppe2018-11-151-0/+1
* 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
* 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
* 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
* 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