aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/UriHandlerActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-08optimize importsChristian Schneppe1-2/+0
2019-02-04rename some variablesChristian Schneppe1-1/+1
2019-01-26rework backup & restoreChristian Schneppe1-1/+1
2018-11-15do not show up navigation in start conversation screen if called with view in...Christian Schneppe1-0/+1
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe1-24/+31
2018-05-17Extend QR scanner to support VCard with IMPP fieldChristian Schneppe1-0/+10
2018-04-24no WelcomeActivity if MAGIC_CREATE_DOMAIN is unsetChristian Schneppe1-1/+2
2018-04-23UriHandlerActivity: Always check for XMPP URI validityChristian Schneppe1-4/+6
2018-04-12in lack of confirm source dialog in account details only trust scanned urisChristian Schneppe1-0/+1
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-0/+2
2018-04-08scanned results are always a trusted sourceChristian Schneppe1-1/+6
2018-04-02migrate to xmpp-addrChristian Schneppe1-2/+2
2018-03-31do not redirect to StarConversationActivity when scanning invalid jidChristian Schneppe1-1/+4
2018-03-31integrate qr code scanner. temporarily break omemo activity scanChristian Schneppe1-20/+62
2018-03-30added dedicated scan buttonChristian Schneppe1-0/+8
2018-03-09use appcompat in more activitiesChristian Schneppe1-2/+2
2018-02-15Pass invite XMPP URI along instead of JIDChristian Schneppe1-1/+1
2018-02-15integrate intent integrator to finish activity when neededChristian Schneppe1-5/+3
2017-12-27transport invitee from welcome activity to start conversations activityChristian Schneppe1-0/+1
2017-12-16remove NFC handling + let edit account handle own jidsChristian Schneppe1-3/+9
2017-12-16StartConversationActivity: Scan QR codes via UriHandlerActivityChristian Schneppe1-0/+26
2017-12-16UriHandlerActivity: Handle 'message action' XMPP URIChristian Schneppe1-6/+41
2017-12-16Implement simple URI handler activityChristian Schneppe1-0/+38