aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_muc_details.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* design message borderMartin/Geno2018-11-071-4/+0
|
* set a fixed height for RecyclerView because the height is not always ↵Christian Schneppe2018-10-031-1/+1
| | | | calculated correctly
* small muc details improvementsChristian Schneppe2018-10-021-24/+21
|
* fix crashes with EmojiTextViewChristian Schneppe2018-10-011-1/+1
|
* Revert "design: bubbles more curvier, avatar higher radius and no border"Christian Schneppe2018-09-281-0/+4
| | | | | This reverts commit 1816092e68584b5794303578b6af6d621ffc58d4. This causes render errors on some devices.
* some color changesChristian Schneppe2018-09-271-6/+11
|
* Merge branch 'master' into bubble-into-avatarChristian Schneppe2018-09-271-0/+46
|\
| * s/show media/view media/gChristian Schneppe2018-09-261-1/+1
| |
| * show conversation media in contact/conference detailsChristian Schneppe2018-09-261-0/+46
| |
* | design: bubbles more curvier, avatar higher radius and no borderMartin/Geno2018-09-141-4/+0
|/
* some UI improvementsChristian Schneppe2018-07-091-2/+7
|
* use EmojiWrapperEditText for most relevant text inputsChristian Schneppe2018-07-091-2/+2
|
* non functional muc edit buttonChristian Schneppe2018-06-291-24/+68
|
* linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe2018-06-291-0/+1
|
* WIP: set room avatar and slight redesign of group detailsChristian Schneppe2018-06-291-206/+268
| | | | *show jid in group details (in advanced mode)
* optimized some colors and switched back to square avatarsChristian Schneppe2018-06-031-4/+6
|
* show MUC avatar in ConferenceDetailsActivityChristian Schneppe2018-06-011-0/+12
|
* use styled borderless buttonChristian Schneppe2018-04-291-4/+4
|
* Changed activity_muc_details.xml layout: Moved JID TextView etc. to upper ↵s4Ne12018-04-271-41/+41
| | | | CardView. (#197)
* add some more buttons to ConferenceDetailsActivity and bug fixesChristian Schneppe2018-04-251-0/+18
| | | | | * add to/remove from contact list * leave room
* made all text styleableChristian Schneppe2018-04-221-9/+9
|
* more theme workingChristian Schneppe2018-04-211-7/+4
|
* replace deprecated action bar with toolbarChristian Schneppe2018-04-111-217/+228
| | | | | | | | | * 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
* migrated conference details to bindingChristian Schneppe2018-04-081-216/+220
|
* more dark theme changesChristian Schneppe2018-04-071-1/+2
|
* show own account if multi account is enabledChristian Schneppe2018-03-201-10/+10
|
* create dedicated button to enable undecided accountsChristian Schneppe2018-03-201-1/+1
|
* fixed paddingsChristian Schneppe2018-03-171-8/+5
|
* started to change text style to app compatChristian Schneppe2018-03-171-28/+18
|
* change image button backgroundChristian Schneppe2018-03-161-3/+3
|
* migrate to CardView in contact and muc detailsChristian Schneppe2018-03-161-187/+198
|
* add possibility to destroy group chatChristian Schneppe2018-01-261-0/+9
|
* Conference Details: hide settings in offline mucsChristian Schneppe2017-12-231-1/+2
|
* use com.android.support:support-emojiChristian Schneppe2017-11-241-2/+2
|
* change avatar images to circlesChristian Schneppe2017-03-171-2/+3
|
* show contact and conference names in details viewChristian Schneppe2017-03-171-0/+15
|
* add new Emoji libraryChristian Schneppe2017-03-171-2/+3
|
* reformat codeChristian Schneppe2016-11-191-73/+73
|
* Fix "More table" layoutMishiranu2016-09-231-1/+6
| | | | Retain "More table" visibility on screen orientation change
* add new emoji libraryChristian Schneppe2016-09-091-1/+1
|
* implement emojicon libraryChristian Schneppe2016-09-081-2/+3
|
* refactored ConferenceDetails layoutChristian Schneppe2016-05-141-94/+110
|
* optimized UIChristian S2016-04-231-2/+4
|
* make image corners more roundedChristian S2016-04-161-1/+1
|
* Merge branch 'siacs/master' into developmentChristian S2016-01-101-0/+28
|\
| * show per conference notification settings in details activityDaniel Gultsch2016-01-081-0/+27
| |
* | Merge remote-tracking branch 'siacs/master' into developmentChristian S2015-10-311-0/+1
|\|
| * Reset the margins manually after rotatingsaqura2015-10-261-0/+1
| |
* | Merge branch 'siacs/master' into developmentChristian S2015-10-071-0/+28
|\|
| * Show whether MAM is supported in MUCssaqura2015-10-061-1/+30
| | | | | | | | | | The conference details in "Advanced Mode" now indicate whether MAM is supported by the conference server.