Harris
dd1da6b1a4
Add a global search ( #834 )
...
* feat: modifying search functionalities to include contacts
* feat: add global search UI input layouts and color attributes
* feat: add global search repository and model content
* feat: adding diff callbacks and wiring up global search vm to views
* feat: adding scroll to message, figuring out new query for recipient thread search
* feat: messing with the search and highlighting functionality after wiring up bindings
* fix: compile error from merge
* fix: gradlew build errors
* feat: filtering contacts by existing un-archived threads
* refactor: prevent note to self breaking, update queries and logic in search repo to include member->group reverse searches
* feat: adding home screen new redesigns for search
* feat: replacing designs and adding new group subtitle text
* feat: small design improvements and incrementing gradle build number to install on device
* feat: add scrollbars for search
* feat: replace isVisible for cancel button now that GlobalSearchInputLayout.kt replaces header
* refactor: all queries are debounced not just all but 2 char
* refactor: remove visibility modifiers for cancel icon
* refactor: use simplified non-db and context related models in display, remove db get group members call from binding data
* fix: use threadId instead of group's address
* refactor: better close on cancel, removing only yourself from group member list in open groups
* refactor: seed view back to inflated on create and visibility for empty placeholder and seed view text
* refactor: fixing build issues and new designs for message list
* refactor: use dynamic limit
* refactor: include raw session ID string search for non-empty threads
* fix: build lint errors
* fix: build issues
* feat: add in path to the settings activity
* refactor: remove wildcard imports
2022-02-07 17:06:27 +11:00
Harris
561ce83aa4
Fix quote alignment ( #837 )
...
* refactor: use constraints in quote view
* refactor: layouts for quotes fixed
* fix: use the current text, which may be the type of attachment instead of the quote body
2022-02-07 15:38:07 +11:00
Harris
d4424481b1
fix: documents render correctly now ( #838 )
2022-02-07 15:25:31 +11:00
Ian Macdonald
46aebb168c
Make the unread message count 4 digits instead of 2. ( #827 )
...
* Make the unread message count 4 digits instead of 2.
99+ unread messages can be reached within an hour in some busy open
groups. 4 digits allow for much more accurate reporting.
* Improve appearance of unread counter by using rounded rectangle.
2022-01-18 22:32:20 +11:00
Harris
bd5a324ad8
Split image from replies ( #779 )
...
* refactor: VisibleMessageContentView.kt re-using layouts instead of instantiating every bind to fix alignment and constraint issues for splitting thumbnails and body
* refactor: constraint works for sms only records, adjust other components of the visible message content accordingly
* feat: link previews and quotes now wrap content or align according to media type
* refactor: move back to emojitextview for body
* fix: add some padding at the bottom of the quote
* fix: voice message view not rendering properly
* fix: set visibility to false for each message content view on recycle event
* fix: untrusted attachments
* fix: compile issues and small UI improvement
2022-01-18 14:33:04 +11:00
ceokot
c2657bb785
feat: Add the option to mark a conversation as read ( #816 )
...
* feat: Add the option to mark a conversation as read
Fixes #789
* Extract and share logic to mark all as read
* Fix merge conflict issues
2022-01-16 19:02:39 +02:00
ceokot
c113a447cf
refactor: Use view binding to replace Kotlin synthetics ( #824 )
...
* refactor: Migrate home screen to data binding
* Add view binding
* Migrate ConversationView to view binding
* Migrate ConversationActivityV2 to view binding
* View model refactor
* Move more functionality to the view model
* Add ui state events flow
* Update conversation item bindings
* Update profile picture view bindings
* Replace Kotlin synthetics with view bindings
* Fix qr code fragment binding and optimize imports
* View binding refactors
* Make TextSecurePreferences an interface and add an implementation to improve testability
* Add conversation repository
* Migrate remaining TextSecurePreferences functions into the interface
* Add unit conversation unit tests
* Add unit test coverage for remaining view model functions
2022-01-14 07:56:15 +02:00
ceokot
366b5abdc8
Enable media gallery fullscreen mode ( #813 )
...
* feat: Enable fullscreen mode on the media gallery screen
* Move `fitsSystemWindows` attribute to root view
* Rename for clarity
* Update fullscreen flag
* Set system bars behaviour for api >= 30
2021-12-20 09:38:27 +02:00
jubb
8ea0690e3a
fix: remove sh-rHR strings due to localisation error
2021-12-17 15:07:53 +11:00
Harris
164937aaa3
Remove the read and typing indication on startup ( #812 )
...
* fix: remove the read and typing indication
* fix: set default value in preferences_app_protection.xml
2021-12-17 10:19:32 +11:00
Harris
5601da0e22
fix: replace alpha update with isVisible to not intercept tap from message gestures ( #809 )
2021-12-15 08:01:35 +02:00
Harris
34569ff1da
build: update translations with latest values ( #808 )
2021-12-15 10:45:25 +11:00
ceokot
15f5ac10ec
feat: Add conversation pinning ( #806 )
...
* feat: Add conversation pinning
* Update pinned conversation icon
* Update pinned conversation column name
2021-12-10 10:18:56 +11:00
ceokot
bfe91427ab
fix: Add date breaks on control messages
2021-12-03 08:50:19 +02:00
Harris
a55c9a969b
refactor: replace settings string for sharing logs, change extension to .txt to make things easier
2021-10-08 14:01:13 +11:00
Harris
c21a75c880
feat: finish share log dialog
2021-09-23 15:47:43 +10:00
Harris
a295cc384c
feat: add share logs dialogs into settings activity
2021-09-23 13:49:32 +10:00
Harris
4533a25a3c
Merge pull request #729 from hjubb/copy_url_link
...
Allow copying URL from conversation
2021-09-21 00:13:59 +00:00
Harris
ecf2308e84
feat: add survey button
2021-09-17 16:44:32 +10:00
Harris
792dc2752c
fix: remove bottom padding in layout
2021-09-14 14:15:40 +10:00
Harris
790436bad8
refactor: change the "copy" text to "copy URL" for added context
2021-09-14 14:14:42 +10:00
Harris
66e95787a2
feat: add bottom sheet modal url with copy option
2021-09-14 10:27:34 +10:00
Harris
6a36ae538d
Merge remote-tracking branch 'upstream/dev' into dev
2021-09-01 14:23:06 +10:00
Harris
7bcfb56127
build: adding latest strings
2021-09-01 13:56:11 +10:00
Harris
0120eb3fad
Merge pull request #714 from warrickct/quote-cutoff-fix
...
Fixing quote cutoff when font is too large.
2021-08-31 06:14:33 +00:00
Warrick Corfe-Tan
0539ca412d
constrain min size for cancel button when drafting a quote reply.
2021-08-26 15:29:34 +10:00
Niels Andriesse
4bc9bdea73
Merge pull request #711 from hjubb/bottom_sheet_conversation
...
Allow Messaging from User details sheet
2021-08-20 15:58:14 +10:00
ryanzhao
b03ba5bfa7
clean
2021-08-17 16:16:17 +10:00
ryanzhao
144992d817
Merge branch 'dev' of https://github.com/oxen-io/session-android into unsend-request
2021-08-16 14:38:39 +10:00
ryanzhao
aad58043d3
add UI options for delete messages
2021-08-13 15:30:26 +10:00
Harris
266ed2fa78
feat: allow opening conversation thread from UserDetailsBottomSheet.kt
...
refactor the copy button logic to occur when long pressing the Session ID text to fix #517
2021-08-12 17:50:35 +10:00
Harris
7e791d63dc
fix: other view types have clickable links, clickable links in the long message. Ordering of highlight mentions before getting clickable spans
...
fixes #664
2021-08-12 15:36:08 +10:00
ryanzhao
8b6b02911f
handle database for message deleted by unsend request
2021-08-12 11:43:33 +10:00
ryanzhao
23a61299ac
bind deleted message view
2021-08-11 16:35:48 +10:00
ryanzhao
77b5b3ab01
deleted message bubble ui
2021-08-11 15:36:13 +10:00
jubb
072ea41b46
refactor: re-add thread ID for mentions, fix path resolver call
...
refactor: re-add thread ID for mentions, fix path resolver call
2021-07-30 13:46:57 +10:00
jubb
0ed7b28b6b
refactor: performance experiments
2021-07-29 17:02:58 +10:00
Harris
18d8261e33
refactor: move resource heavy functions into launch lifecycle scope
2021-07-28 09:33:57 +10:00
Harris
2becf9fabe
refactor: only display notification settings when the conversation is unmuted, notify the conversation list listeners when notify settings are updated
2021-07-26 14:50:43 +10:00
Harris
0d0089e3d6
refactor: visible message view and user details bottom sheet updates individual recipient. Remove "none" notifications style
2021-07-26 13:44:04 +10:00
Niels Andriesse
1e54e3ef75
Make copy consistent
2021-07-26 11:35:58 +10:00
Harris
716dbccb9f
feat: add muted forever to ConversationActivityV2.kt
2021-07-26 09:37:39 +10:00
Harris
7ef9fb2b28
feat: added notification mentions vector image
2021-07-21 15:25:48 +10:00
Harris
b95cb2bedb
feat: add notification types for all / mentions only or none with UI and push logic
2021-07-20 16:06:59 +10:00
Niels Andriesse
0131bc171a
Warn users if they're about to send their recovery phrase to someone
2021-07-19 13:52:50 +10:00
Niels Andriesse
3928a799fb
Merge branch 'dev' of github.com:oxen-io/session-android into dev
2021-07-15 09:32:31 +10:00
Niels Andriesse
5b612806c5
Include destination info in error messages
2021-07-15 09:32:00 +10:00
Niels Andriesse
15a4200011
Merge pull request #660 from hjubb/update_translations
...
Update Translations
2021-07-15 09:26:14 +10:00
jubb
f9a1ba5cad
fix: Spanish (Spain) region translated dropped in favour of language specific
2021-07-15 09:23:41 +10:00
jubb
14278ffc91
feat: add new translation
2021-07-14 17:10:08 +10:00
jubb
065f05bf10
feat: add new translation files from crowdin
2021-07-14 16:09:07 +10:00
Niels Andriesse
e7bf27671d
Minor copy fixes
2021-07-14 15:08:59 +10:00
Niels Andriesse
b141f170bb
Clean & fix inconsistent padding
2021-07-14 14:53:45 +10:00
Niels Andriesse
a3ed2c1e26
Merge branch 'master' of github.com:oxen-io/session-android into dev
2021-07-14 14:42:47 +10:00
Niels Andriesse
6028fff59c
Make profile pictures tappable
2021-07-14 14:39:20 +10:00
Niels Andriesse
b25feb221a
Add FAQ button to settings
2021-07-14 14:17:40 +10:00
Ryan Zhao
51432a4655
Merge branch 'dev' of https://github.com/oxen-io/session-android into message-details
2021-07-13 16:22:19 +10:00
Ryan Zhao
dc33e28826
re-introduce the message detail screen
2021-07-13 16:22:10 +10:00
Niels Andriesse
a9e78ccf05
Merge pull request #656 from hjubb/chat_permission_resolution
...
Improve Permission Handling
2021-07-13 16:12:31 +10:00
jubb
393089ce23
fix: permission resolution in ConversationActivityV2.kt as well as rationale dialogs
2021-07-13 15:17:30 +10:00
Ryan Zhao
496d9683e3
Merge branch 'dev' of https://github.com/oxen-io/session-android into message-details
2021-07-13 14:43:50 +10:00
Ryan Zhao
0211239360
add message info item in menu
2021-07-13 14:42:16 +10:00
Niels Andriesse
6b7c7d1d2a
Add support for new ban and delete all endpoint
2021-07-13 14:28:25 +10:00
Niels Andriesse
4e883b23e6
Give all media view headers a background color
2021-07-13 13:46:13 +10:00
Niels Andriesse
5b4061b2d7
Minor UI polish
2021-07-13 13:23:53 +10:00
Niels Andriesse
1747e4a8ee
Don't use testnet
2021-07-12 14:35:22 +10:00
Niels Andriesse
5168e15640
Merge branch 'dev' into security
2021-07-12 14:27:14 +10:00
Niels Andriesse
462a7ed977
Merge pull request #647 from hjubb/trusted_attachment_download
...
Only Download Attachments from Trusted Contacts
2021-07-12 10:57:30 +10:00
Niels Andriesse
6a57ad73f8
Fix Italian translation app name
2021-07-12 09:31:31 +10:00
jubb
842cfc25a1
Merge branch 'dev' into trusted_attachment_download
...
# Conflicts:
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/messages/VisibleMessageContentView.kt
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/messages/VisibleMessageView.kt
2021-07-12 09:28:14 +10:00
jubb
9dfd051e63
feat: trust dialog and processing attachments for users after trusting them
2021-07-09 15:13:43 +10:00
Niels Andriesse
dc790560fd
Clean & debug
2021-07-09 13:56:38 +10:00
Niels Andriesse
9d447608da
Re-organize files
2021-07-09 13:25:57 +10:00
Niels Andriesse
c984d90b04
Re-organize files
2021-07-09 13:18:48 +10:00
Niels Andriesse
a9b5c269f6
Re-organize files & delete unused code
2021-07-09 11:14:21 +10:00
jubb
bc4f660fb0
fix: downloads now don't automatically queue for untrusted contacts and UI to handle re-downloading failed attachments
2021-07-08 17:14:53 +10:00
Niels Andriesse
8ef2a930e3
Add oxen logo
2021-07-08 10:42:42 +10:00
Niels Andriesse
f4f6675b8c
Update translations
2021-07-07 14:12:58 +10:00
Niels Andriesse
09502ee9ab
Remove unused resources
2021-07-07 14:00:18 +10:00
Niels Andriesse
6ce37a6231
Remove unused code
2021-07-07 13:03:48 +10:00
Niels Andriesse
b7de9b36ad
Fix expiration timer view positioning
2021-07-01 11:18:51 +10:00
Niels Andriesse
6aa4ad1cd0
Fix profile picture size issue
2021-07-01 10:02:02 +10:00
Niels Andriesse
fa0b6703e1
Add message expiration timer icon
2021-06-30 15:40:15 +10:00
ryanzhao
79fd74a157
Merge branch 'ui' of https://github.com/oxen-io/session-android into ui
2021-06-30 14:55:30 +10:00
Niels Andriesse
24b5fca7f8
Move ExpirationTimerView
2021-06-30 14:47:35 +10:00
ryanzhao
ba1099d276
Merge branch 'ui' of https://github.com/oxen-io/session-android into ui
2021-06-30 11:48:54 +10:00
Niels Andriesse
bef7413055
Scroll to message upon tapping quote & fix various bugs
2021-06-30 10:30:10 +10:00
Ryan Zhao
19d683082e
Merge branch 'ui' of https://github.com/oxen-io/session-android into ui
2021-06-29 16:15:25 +10:00
jubb
2a32d21933
refactor: remove captionIcon
2021-06-29 16:06:22 +10:00
jubb
c5c8ebba04
fix: enable body texts to open modal URL dialog
2021-06-29 16:05:40 +10:00
Ryan Zhao
64a70d0555
Merge branch 'ui' of https://github.com/oxen-io/session-android into ui
2021-06-29 16:03:10 +10:00
Ryan Zhao
52305368bb
scroll to the position of a search result
2021-06-29 15:35:53 +10:00
Niels Andriesse
1d83920684
Fix spacing issue
2021-06-29 14:41:13 +10:00
Niels Andriesse
dbedc5039a
Implement image quoting
2021-06-29 14:05:32 +10:00
Ryan Zhao
c294262ff3
fix spinner
2021-06-29 14:00:30 +10:00
Niels Andriesse
1133cf45c3
Fix crash
2021-06-29 13:48:46 +10:00
jubb
476c0ea4cd
fix: alignment issues fixed
2021-06-29 12:03:04 +10:00
Ryan Zhao
61ff68b532
add search bottom bar ui
2021-06-29 11:49:10 +10:00
jubb
09f4cfb1ad
feat: add back overflow text, increase AttachmentDownloadJob.kt max failure count, resize overflow text size, remove unused animator update listener implementation in ThumbnailProgressBar.kt
2021-06-29 11:22:59 +10:00
jubb
6775e0afd7
Merge remote-tracking branch 'upstream/ui' into ui
...
# Conflicts:
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/ConversationActivityV2.kt
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/messages/VisibleMessageContentView.kt
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/messages/VisibleMessageView.kt
2021-06-29 10:05:34 +10:00
Niels Andriesse
18e345733e
Implement a few basic contextual actions
2021-06-28 16:28:00 +10:00
jubb
a91cd45b89
feat: new ThumbnailProgressBar.kt for animating the loading progress
2021-06-28 15:55:34 +10:00
jubb
2e48e5f93e
refactor: re-add link movement to text body, remove conversation footer from longmessage_activity.xml
2021-06-28 13:39:06 +10:00
jubb
f41ab951e2
refactor: simplify the long message activity
2021-06-28 12:12:34 +10:00
jubb
4498b6e00f
Merge remote-tracking branch 'upstream/ui' into ui
...
# Conflicts:
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/ConversationActivityV2.kt
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/messages/VisibleMessageContentView.kt
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/utilities/AttachmentManager.java
2021-06-28 11:39:11 +10:00
Niels Andriesse
ab92f3684d
Merge pull request #618 from RyanRory/ui
...
Fix Theme Issues
2021-06-28 11:30:32 +10:00
jubb
d8a2e3450c
feat: progress bar is linear similar to iOS
2021-06-28 11:29:27 +10:00
Niels Andriesse
489516b03b
Hook up all voice message recording controls
2021-06-28 11:26:13 +10:00
Niels Andriesse
ca3034cb05
Re-implement GIF & document sending
2021-06-28 10:44:00 +10:00
Ryan ZHAO
e459ea0288
fix overflow menu background color
2021-06-25 15:57:43 +10:00
jubb
bb00754237
refactor: change line to have small spacing margin
2021-06-25 14:47:02 +10:00
Niels Andriesse
40317d9834
Fix corner rounding issue
2021-06-25 14:06:53 +10:00
jubb
21835800ff
feat: wiring up click listeners in AlbumThumbnailView.kt
2021-06-25 12:18:52 +10:00
jubb
620d063194
feat: adding text and shade, reverting other components to use old ThumbnailView
2021-06-25 09:57:58 +10:00
jubb
b5f41b4383
Merge remote-tracking branch 'upstream/ui' into ui
...
# Conflicts:
# app/src/main/java/org/thoughtcrime/securesms/components/AlbumThumbnailView.java
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/ConversationActivityV2.kt
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/messages/VisibleMessageContentView.kt
2021-06-24 16:26:45 +10:00
jubb
110391c2cd
refactor: move new thumbnailview to utilities package
2021-06-24 16:25:43 +10:00
Niels Andriesse
fe8b0c9798
Create link preview draft view
2021-06-24 16:23:37 +10:00
jubb
277c741851
feat: AlbumThumbnailView.kt view visible and binding to thumbnail slides
2021-06-24 16:15:13 +10:00
Niels Andriesse
11c2983f66
Fix typing indicator color
2021-06-24 15:27:00 +10:00
Niels Andriesse
32c2762d06
Make link preview view use thumbnail
2021-06-24 15:03:29 +10:00
Niels Andriesse
c0429569db
Add blocked banner
2021-06-24 14:21:05 +10:00
Niels Andriesse
06b9c30c27
Add trust dialog
2021-06-24 14:05:55 +10:00
Niels Andriesse
d763fa00d3
Add link preview dialog
2021-06-24 13:59:53 +10:00
Niels Andriesse
250fb50cc8
Add open URL dialog
2021-06-24 13:54:34 +10:00
Niels Andriesse
058319c9c7
Add join open group dialog
2021-06-24 13:47:24 +10:00
Niels Andriesse
7373918d3d
Add blocked dialog
2021-06-24 13:38:59 +10:00
Niels Andriesse
1dc7f7e9c0
Make dialogs look better
2021-06-24 13:14:18 +10:00
Niels Andriesse
e4292a3db5
Add action bar subtitle
2021-06-24 11:38:06 +10:00
Niels Andriesse
38710814e2
Show typing indicators
2021-06-24 11:22:32 +10:00
Niels Andriesse
f66309afd8
Add unread count to conversation view
2021-06-24 10:18:52 +10:00
Niels Andriesse
201b8c8e68
Add unread count to scroll to bottom button
2021-06-24 10:04:43 +10:00
Niels Andriesse
311a298c0c
Debug
2021-06-24 09:34:16 +10:00
Niels Andriesse
6533fdb64b
Add scroll to bottom button
2021-06-23 15:14:19 +10:00
Niels Andriesse
d2d13ec696
Re-add open group guidelines
2021-06-23 13:11:21 +10:00
Niels Andriesse
0291171fb8
Fix quote view sizing
2021-06-23 11:32:05 +10:00
jubb
1ba12c40cc
feat: also adjust clear all button to be delete / clear network depending on step
2021-06-23 10:29:17 +10:00
Niels Andriesse
da0ed31f9b
Merge branch 'dev' of github.com:oxen-io/session-android into ui
2021-06-23 09:25:56 +10:00
jubb
1df6fa46a4
feat: clear all data dialog with local and network only options
2021-06-22 17:01:27 +10:00
Niels Andriesse
edb0763060
Fix group message layout & handle profile pictures
2021-06-22 16:42:53 +10:00
Niels Andriesse
1c92b17ecc
Handle open group invitation weirdness & fix quote view sizing
2021-06-22 15:55:32 +10:00
Niels Andriesse
b2a66e9293
Add message status indicator
2021-06-22 15:41:14 +10:00
Niels Andriesse
b8f6321262
Basic open group invitation view
2021-06-22 10:39:34 +10:00
Niels Andriesse
252f344d93
Fix link preview corner rounding
2021-06-22 09:34:23 +10:00
Niels Andriesse
74330c931a
WIP
2021-06-21 16:13:21 +10:00
Niels Andriesse
0eaecf168d
Basic link preview view
2021-06-21 15:26:09 +10:00
Niels Andriesse
48df733773
Basic quote view attachment handling
2021-06-21 14:24:00 +10:00
Niels Andriesse
f79bb5e0d4
Add document view
2021-06-21 13:58:01 +10:00
Niels Andriesse
6ddde26496
Minor tweaks
2021-06-21 13:43:49 +10:00
Niels Andriesse
6d9eb0a932
Full voice message UI
2021-06-21 13:36:45 +10:00
Niels Andriesse
ac718a425d
Basic voice message
2021-06-21 11:09:30 +10:00
Niels Andriesse
ce5f923b25
Adapt quote view for use in messages
2021-06-21 10:53:52 +10:00
Niels Andriesse
aadbe2fdd0
Fix swipe to reply bug
2021-06-21 09:40:23 +10:00
Niels Andriesse
9471db76c2
Fix height change handling
2021-06-18 16:04:22 +10:00
jubb
fdc042e6d4
feat: testnet clearing network data on delete and differentiating dialogs
2021-06-18 16:01:34 +10:00
Niels Andriesse
123cd6d486
Handle text only quote drafts
2021-06-18 15:54:24 +10:00
Niels Andriesse
9419bafe93
Add preliminary quote draft view
2021-06-18 15:11:41 +10:00
Niels Andriesse
efc752e3a1
Add mention candidates view
2021-06-18 11:00:52 +10:00
Niels Andriesse
7c3b1b22d7
Move attachment options as input bar expands
2021-06-18 10:16:15 +10:00
Niels Andriesse
f4621a4fee
More animation
2021-06-17 16:29:57 +10:00
Niels Andriesse
b5376cd60e
Handle voice message recording view hiding
2021-06-17 16:07:11 +10:00
Niels Andriesse
b7000aa58b
Tweak UI
2021-06-17 15:20:19 +10:00
Niels Andriesse
5a2baae15d
Clean
2021-06-17 14:57:47 +10:00
Niels Andriesse
092dad03b7
Add expanding attachment buttons
2021-06-17 14:34:50 +10:00
Niels Andriesse
4855f694e7
More UI
2021-06-17 14:01:43 +10:00
Niels Andriesse
7b68d63534
Animate voice message lock view
2021-06-17 13:18:09 +10:00
Niels Andriesse
8f2ccf9e70
Add voice message lock view
2021-06-17 11:24:54 +10:00
Niels Andriesse
7cacee8499
More animation
2021-06-17 10:53:56 +10:00
Harris
b0dab208d2
feat: extracting more strings, replacing link device strings using existing activities in case they change in future
2021-06-16 16:14:06 +10:00
Harris
5ce28f976b
feat: extracting QR related strings and other github mentioned strings
2021-06-16 16:05:08 +10:00
Niels Andriesse
c831c8a31b
More animation
2021-06-16 15:54:00 +10:00
Niels Andriesse
bdc5a0e5d9
Add animation
2021-06-16 15:49:39 +10:00
Niels Andriesse
5ae201b81b
Add basic voice message recording UI
2021-06-16 14:50:41 +10:00
Niels Andriesse
eac0a87e40
Add send button
2021-06-16 10:39:24 +10:00
Niels Andriesse
871bafe66d
Debug
2021-06-16 09:51:50 +10:00
Niels Andriesse
196fc25902
Make input edit text grow dynamically
2021-06-15 16:14:35 +10:00
Niels Andriesse
e06a3271df
Add basic input edit text
2021-06-15 14:55:57 +10:00
Niels Andriesse
bb5f8e007d
Clean
2021-06-15 14:15:22 +10:00
Niels Andriesse
5755f4150a
Implement InputBarButton
2021-06-15 14:05:32 +10:00
Niels Andriesse
acc472bbad
Add ripple
2021-06-15 13:01:05 +10:00
Niels Andriesse
61e44dcb59
WIP
2021-06-15 11:34:50 +10:00
Niels Andriesse
f8ea8cbd03
Implement placeholder input bar layout
2021-06-15 09:42:18 +10:00
Niels Andriesse
7c659c9a68
Make room for input bar
2021-06-15 09:24:20 +10:00
Niels Andriesse
c69d66e6a4
Fix scrolling
2021-06-10 11:37:24 +10:00
Niels Andriesse
e61c3288fa
Swipe to reply icon
2021-06-09 15:12:48 +10:00
Niels Andriesse
834ac1106b
Implement better swipe to reply gesture
2021-06-09 10:57:40 +10:00
nielsandriesse
3820b07ad8
Show message timestamp on select
2021-06-08 14:06:16 +10:00
nielsandriesse
9568a907fe
Clean
2021-06-07 16:43:54 +10:00
nielsandriesse
7e6cd7c86f
Add date breaks
2021-06-07 16:06:37 +10:00
nielsandriesse
e1345a8774
Implement conversation item context menu interaction
2021-06-07 14:04:55 +10:00
nielsandriesse
4ecfd1f230
Re-implement conversation item context menu
2021-06-07 11:37:20 +10:00
nielsandriesse
d465fecf4c
Populate conversation menu
2021-06-07 09:48:01 +10:00
nielsandriesse
3a4ab06df4
Implement basic action mode menu
2021-06-04 15:10:58 +10:00
nielsandriesse
36ba931402
Refactor conversation screen action bar setup
2021-06-04 14:55:53 +10:00
nielsandriesse
37a0263670
Implement swipe to reply gesture
2021-06-04 13:15:43 +10:00
nielsandriesse
f4ca2f2726
Merge branch 'dev' into ui
2021-06-04 08:40:55 +10:00
nielsandriesse
051dc698d7
Fix German translation
2021-06-04 08:37:30 +10:00
nielsandriesse
7b930ad08f
Update translations
2021-06-04 08:35:38 +10:00
nielsandriesse
9a0e5e7b6c
Make room for triple dot menu
2021-06-02 13:28:02 +10:00
nielsandriesse
dfd9bd89f9
Fix colors
2021-06-02 13:03:22 +10:00
nielsandriesse
43fbc3de55
Clean up create private chat screen
2021-06-02 11:34:30 +10:00