aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ContactDetailsActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-16use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe1-6/+5
2020-02-14add 'show avatar' to context menu in chat viewChristian Schneppe1-2/+2
to show a bigger avatar
2020-01-31use ToastCompat instead of ToastChristian Schneppe1-5/+6
2020-01-26use more material styleChristian Schneppe1-0/+2
2020-01-26use default values for some preferences instead of hardcoded onesChristian Schneppe1-1/+1
2020-01-26rework lastseen a bit and don't show offlineChristian Schneppe1-2/+2
2020-01-14show avatar correctlyChristian Schneppe1-0/+1
2020-01-02don't create conversation while watching ContactDetailsChristian Schneppe1-3/+0
2019-12-24small contact details UI fixesChristian Schneppe1-42/+14
2019-12-23rework conference and contact detailsChristian Schneppe1-36/+64
* reduce avatar size * show big avatar on long click * reorder elements * show contact/muc JID in advanced mode fixes #423
2019-09-23print emoji only status messages largerChristian Schneppe1-8/+18
2019-09-21introduce app intro and some help screensChristian Schneppe1-0/+3
2019-09-20migrate to AndroidXChristian Schneppe1-5/+5
2019-02-08catch activity not found when trying to open contact appChristian Schneppe1-16/+20
2019-01-27changed order of users and media in muc detailsChristian Schneppe1-1/+1
2019-01-27refactored avatar workers into single classChristian Schneppe1-1/+2
2018-11-23provide option to reject subscription request when long pressing 'allow'Christian Schneppe1-1/+1
2018-10-20make jids appear as monospace in dialogsChristian Schneppe1-4/+5
2018-10-01fix crashes with EmojiTextViewChristian Schneppe1-2/+3
2018-09-26do not show media overview in contact/conference details when missing ↵Christian Schneppe1-3/+7
storage permission
2018-09-26show inactive keys if all of them areChristian Schneppe1-2/+11
2018-09-26introduce media browser activityChristian Schneppe1-0/+1
2018-09-26show conversation media in contact/conference detailsChristian Schneppe1-1/+22
2018-08-03show toast if no address book app is installedChristian Schneppe1-7/+14
2018-06-29use TextInputLayout in quickedit dialogChristian Schneppe1-1/+1
2018-06-29code clean up in contact details presence handlingChristian Schneppe1-11/+4
2018-06-16permit empty values for subject and roster nameChristian Schneppe1-10/+6
2018-05-05add animators for more activitiesChristian Schneppe1-0/+3
2018-05-05encode and decode % and # in invite linksChristian Schneppe1-4/+3
2018-04-25add some more buttons to ConferenceDetailsActivity and bug fixesChristian Schneppe1-12/+6
* add to/remove from contact list * leave room
2018-04-21more theme workingChristian Schneppe1-4/+6
2018-04-13fixed regression of 'add contact' not workingChristian Schneppe1-0/+1
2018-04-12prevent double tapping on overflow menuChristian Schneppe1-4/+5
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-4/+3
* 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
2018-04-08make camera feature optionalChristian Schneppe1-1/+1
2018-04-07use escaped form of jid where approriateChristian Schneppe1-1/+1
2018-04-07detect irregular unicode in domain partChristian Schneppe1-2/+2
2018-04-07display irregular unicode code pointsChristian Schneppe1-10/+5
2018-04-02migrate to xmpp-addrChristian Schneppe1-11/+10
2018-04-01refactor disable notifications dialog to make use of timeframeutilsChristian Schneppe1-36/+32
2018-03-31add scan action to contact detailsChristian Schneppe1-0/+4
2018-03-20show own account if multi account is enabledChristian Schneppe1-0/+6
2018-03-16use data binder for contact details activityChristian Schneppe1-106/+79
2018-03-16migrate to CardView in contact and muc detailsChristian Schneppe1-7/+5
2018-03-09migrated alert dialogs to app compatChristian Schneppe1-1/+1
2018-03-09reference support actionbar in all activitiesChristian Schneppe1-15/+17
2018-02-19check if axolotl service is initialized before displaying keysChristian Schneppe1-2/+3
2017-12-16support error messages in quick edit dialogChristian Schneppe1-3/+3
2017-11-23code cleanupChristian Schneppe1-23/+23
2017-10-10use a lighter red color for 'delete contact button' and remove this action ↵Christian Schneppe1-12/+1
from actionbar