aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/PublishProfilePictureActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-12use styled warning for message errorChristian Schneppe1-3/+3
2019-01-25provide Set as Profile intentChristian Schneppe1-1/+27
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe1-2/+2
2018-10-24do not provide up navigation in publish account when in setup modeChristian Schneppe1-4/+4
2018-06-29WIP: set room avatar and slight redesign of group detailsChristian Schneppe1-135/+53
2018-05-05add animators for more activitiesChristian Schneppe1-0/+3
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-0/+2
2018-04-01finished app compat themeingChristian Schneppe1-1/+0
2018-02-15Pass invite XMPP URI along instead of JIDChristian Schneppe1-2/+2
2017-12-27transport invitee from welcome activity to start conversations activityChristian Schneppe1-4/+4
2017-12-23PublishProfilePictureActivity: fix avatar sizeChristian Schneppe1-1/+1
2017-12-23use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe1-21/+7
2017-12-23PublishProfilePictureActivity: refresh on status changeChristian Schneppe1-57/+55
2017-12-23removed 'contact-only' hint from publish avtar screenChristian Schneppe1-53/+36
2017-11-23code cleanupChristian Schneppe1-6/+6
2017-11-22refactore phone helper to ignore security exceptionChristian Schneppe1-1/+1
2016-11-19reformat codeChristian Schneppe1-274/+273
2016-10-08warn user if account is offline during avatar publicationChristian Schneppe1-4/+10
2016-09-17catch all throwables when loading contactsChristian Schneppe1-1/+1
2016-07-29changed package id inside manifest and projectChristian Schneppe1-8/+8
2016-04-13hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch1-2/+2
2016-04-07check file owner when attaching files or using them as avatarDaniel Gultsch1-2/+11
2016-03-13fixed recursive call instead of call to super in PublishProfileActivityDaniel Gultsch1-5/+1
2016-03-04don't automatically crop avatarDaniel Gultsch1-22/+40
2016-01-22use extract account from intent method and final EXTRA_ACCOUNT variableDaniel Gultsch1-38/+29
2016-01-20add intent!=null check in onActivityResultin PublishProfilePictureDaniel Gultsch1-1/+1
2016-01-15show toast when image cropper get oomDaniel Gultsch1-0/+7
2016-01-13check for file storage permission before selecting avatarDaniel Gultsch1-5/+25
2016-01-11Update PublishProfilePictureActivity.javaChristian S1-1/+1
2016-01-04properly rotate avatarsDaniel Gultsch1-33/+38
2015-12-04fixed avatar loading for non-file urisDaniel Gultsch1-9/+5
2015-12-04users are now able to crop their avatar pictures using the android-cropPhilip Flohr1-26/+4
2015-12-02fixed avatar loading for non-file urisDaniel Gultsch1-9/+5
2015-12-02users are now able to crop their avatar pictures using the android-cropPhilip Flohr1-6/+33
2015-11-13scale the image to avoid OOM ExecptionsPhilip Flohr1-3/+34
2015-11-07don't use the imagepicker provided by android-cropPhilip Flohr1-4/+12
2015-11-06use Config.AVATAR_SIZE as size for cropping avatar picturePhilip Flohr1-1/+1
2015-11-06set the avatar image size to 384x384Philip Flohr1-1/+1
2015-11-06users are now able to crop their avatar picturesPhilip Flohr1-16/+26
2015-09-04modified avatar size in publish avatar activityChristian S1-1/+1
2015-09-01resize avatar image in publish profile viewChristian S1-1/+1
2015-08-03added Config.java varibale to lock account creation to specfic domainDaniel Gultsch1-1/+8
2015-07-20rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch1-0/+4
2015-05-15call StartConversationActivity in init mode only after adding the first accountDaniel Gultsch1-1/+3
2015-04-25fixed service discovery by properly storing and checking identitiesDaniel Gultsch1-2/+1
2015-02-22init mode (first start) for StartConversationActivity (no up button) and avoi...iNPUTmice1-4/+8
2015-01-15show toast when avatar has been published - fixed #874iNPUTmice1-13/+13
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited1-1/+1
2014-11-09Update another chunk of stuff to use JID objectsSam Whited1-3/+10
2014-10-22Make conversations the root projectSam Whited1-0/+0