chinwag-android/app/src/main/res/menu
mcclure 59fb710f64
Share and copy menu items for account page (#3120)
* Share and copy menu items for account page (first attempt)]

* Always include domain in username in 'handle' copy

* Remove profile copy options, rename 'handle' to 'username'

* Long press on username in profile to copy it to clipboard

* Changes for code review: localUsername not username, Snackbar not Toast

* Do not trust getDomain() when getting full username. This means full-username build has to happen in AccountActivity instead of Account

* Replace != null -> \!\! idiom with more kotlin-y (and more threadsafe) ?.let pattern

* Unnecessary import

* Comment clarifying safety of \!\!
2023-01-09 21:08:46 +01:00
..
account_toolbar.xml Share and copy menu items for account page (#3120) 2023-01-09 21:08:46 +01:00
conversation_more.xml migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
edit_profile_toolbar.xml design the edit profile view 2017-04-30 21:57:15 +02:00
list_actions.xml List editing (#1104) 2019-03-16 13:36:16 +01:00
search_toolbar.xml Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
status_more.xml Replace “status” by “post” in strings name and source values (#2405) 2022-03-27 12:23:25 +02:00
status_more_for_user.xml Add post editing capability (#2828) 2022-12-08 10:18:12 +01:00
view_hashtag_toolbar.xml Add a menu option to mute / filter a hashtag from a status list (#2882) 2022-12-05 14:36:30 +01:00
view_media_toolbar.xml Rename Toots to Posts (#2396) 2022-03-20 20:21:42 +01:00
view_thread_toolbar.xml Replace “status” by “post” in strings name and source values (#2405) 2022-03-27 12:23:25 +02:00