aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/PublishProfilePictureActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-29Introduction of a TextViewUtil to easily set attributes for TextViewssteckbrief1-18/+6
2016-03-29Implements FS#173: Move access to colors to separate helper classsteckbrief1-7/+8
2016-03-12Fixes FS#155: Check FileHelper vs. FileUtilssteckbrief1-1/+1
2016-01-15Moved all avatar related work to AvatarServicesteckbrief1-1/+1
- publishAvatar moved from XmppConnectionService to AvatarService
2016-01-13Moved all avatar related work to AvatarServicesteckbrief1-1/+2
- fetchAvatar, fetchAvatarPep, fetchAvatarVcard, checkForAvatar moved from XmppConnectionService to AvatarService - Several unused imports removed - XmppSendUtil introduced to enable presencePacket and iqPacket sending without using XmppConnectionService since the account has everything needed - UiUpdateHelper introduced to enable UI updates without using XmppConnectionService directly
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief1-2/+2
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-7/+7
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
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 ↵iNPUTmice1-4/+8
avoid being started multiple times. fixed #995
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
Remove `Account.getFullJid()'
2014-11-09Update another chunk of stuff to use JID objectsSam Whited1-3/+10
2014-10-22Make conversations the root projectSam Whited1-0/+0