akwizgran
|
f6611daf7b
|
Replace Client interface with OpenDatabaseHook.
|
2019-05-10 10:02:45 +01:00 |
|
akwizgran
|
cc3486df94
|
Move UnsupportedVersionException to bramble.api package.
|
2019-05-10 10:01:06 +01:00 |
|
Torsten Grote
|
de98a4cb12
|
[android] Introduce a (Mutable)LiveEvent for single-use LiveData
|
2019-05-09 13:20:09 -03:00 |
|
Torsten Grote
|
fbe375cc4e
|
Use event instead of CommitAction to handle removed PendingContacts
|
2019-05-09 11:43:22 -03:00 |
|
Torsten Grote
|
19bc73ac61
|
[android] show Toast when user shares own handshake link
This also limits the AddContactActivity to run within one single task
|
2019-05-03 11:47:51 -03:00 |
|
Torsten Grote
|
d17331b578
|
[android] Set handshake link when received via sharing intent or link click
|
2019-05-03 10:18:47 -03:00 |
|
Torsten Grote
|
bec1f117ba
|
Remote Contact Adding: Rename methods and add more exception handling
|
2019-05-03 09:48:20 -03:00 |
|
Torsten Grote
|
2c014b4e46
|
Only remove PendingContact from UI when removed from DB
|
2019-05-03 09:48:19 -03:00 |
|
Torsten Grote
|
7a71d2bad4
|
Remote Contact Adding UI: Address review comments
|
2019-05-03 09:48:19 -03:00 |
|
Torsten Grote
|
4bf21b2f3b
|
[android] hide feature to add contacts remotely behind feature flag
|
2019-05-03 09:48:19 -03:00 |
|
Torsten Grote
|
4a57939b80
|
[android] finalize list of pending contacts and add test code
|
2019-05-03 09:48:19 -03:00 |
|
Torsten Grote
|
66cdf4f595
|
Refactored IntroductionSucceededEvent into more generic ContactAddedRemotelyEvent
|
2019-05-03 09:48:18 -03:00 |
|
Torsten Grote
|
3384477499
|
[android] Add BriarSnackbarBuilder to standardize snackbar creation
|
2019-05-03 09:48:18 -03:00 |
|
Torsten Grote
|
58ffc6e761
|
[android] rough sketch of UI for adding contacts remotely
|
2019-05-03 09:48:15 -03:00 |
|
akwizgran
|
df5ac59fc9
|
Merge branch 'gradle-android-3.4' into 'master'
Update the Android gradle plugin to version 3.4.0
See merge request briar/briar!1085
|
2019-05-03 09:36:46 +00:00 |
|
Torsten Grote
|
3d9a8f9bf8
|
[android] Use TextSendController to disable TextInputView
Fixes #1552
|
2019-04-26 13:45:49 -03:00 |
|
Torsten Grote
|
96975e0d43
|
Upgrade dagger, mockito and okhttp
|
2019-04-26 09:07:26 -03:00 |
|
Torsten Grote
|
6691e708e4
|
Update the Android gradle plugin to version 3.4.0
|
2019-04-25 20:55:30 -03:00 |
|
akwizgran
|
56fb20f257
|
Small code cleanups.
|
2019-04-18 13:47:31 +01:00 |
|
akwizgran
|
0587fdc54c
|
Add handshake key pairs to DB, remove inactive contacts.
|
2019-04-18 13:15:25 +01:00 |
|
Torsten Grote
|
8603fd3257
|
Merge branch 'inject-dialog-fragments-early' into 'master'
Inject remaining fragments in onAttach()
See merge request briar/briar!1075
|
2019-04-05 16:43:27 +00:00 |
|
akwizgran
|
0c65e97fcf
|
Inject remaining fragments in onAttach().
|
2019-04-05 16:57:11 +01:00 |
|
akwizgran
|
16d2154c73
|
Add a couple of code cleanups.
|
2019-04-05 16:49:46 +01:00 |
|
akwizgran
|
b8e390db21
|
Refactor UI event listeners.
|
2019-04-05 16:36:54 +01:00 |
|
Torsten Grote
|
6c0dffff56
|
Merge branch 'db-code-cleanup' into 'master'
Clean up some database code
See merge request briar/briar!1071
|
2019-04-05 14:38:54 +00:00 |
|
Torsten Grote
|
79ff5aa148
|
[android] ensure that conversation request buttons always work
|
2019-04-05 09:38:08 -03:00 |
|
akwizgran
|
652ce4a53d
|
Merge branch '1514-introduction-message' into 'master'
Fix Introduction Issues
Closes #1516 and #1514
See merge request briar/briar!1067
|
2019-04-04 16:47:09 +00:00 |
|
Torsten Grote
|
f73ecc6066
|
[android] Check contact alias for maximum length before proceeding
|
2019-04-02 15:06:32 -03:00 |
|
Torsten Grote
|
f4bdd201a3
|
[android] fix bug where onboarding is shown again when activity resumes
|
2019-03-28 08:45:43 -03:00 |
|
Torsten Grote
|
5130c83556
|
[android] Show progress bar while image previews are loading
This refactors the send buttons out into their own composite view
|
2019-03-28 08:45:43 -03:00 |
|
Torsten Grote
|
423ecc003b
|
[android] Get notified when all image previews have been loaded
Also fix crash when attaching image fails
|
2019-03-28 08:45:43 -03:00 |
|
akwizgran
|
3d94ffb714
|
Don't try to get item at NO_POSITION.
|
2019-03-28 11:06:13 +00:00 |
|
Torsten Grote
|
d40cfd30a2
|
Let IntroductionResponse know if introduction can succeed
and use this information in the android UI for showing that the user
needs to wait or not.
|
2019-03-26 16:18:25 -03:00 |
|
akwizgran
|
f8cf88e6cd
|
Merge branch '1421-contact-list-during-migration' into 'master'
Don't start BriarActivities when lifecycle did not start
Closes #1421
See merge request briar/briar!1058
|
2019-03-26 14:25:10 +00:00 |
|
akwizgran
|
4d26628f2a
|
Bump version numbers for 1.1.6 release.
|
2019-03-22 16:56:56 +00:00 |
|
Torsten Grote
|
6435c3520c
|
[android] Update translations, add Azerbaijani
|
2019-03-22 13:09:38 -03:00 |
|
akwizgran
|
b5c4c7ae61
|
Merge branch '1077-save-threaded-discussion-position' into 'master'
Save list position in threaded conversations and main blog feed
Closes #1077
See merge request briar/briar!1054
|
2019-03-22 15:42:53 +00:00 |
|
akwizgran
|
ed842f781a
|
Don't create extra activity instances from splash screen.
|
2019-03-22 13:37:58 +00:00 |
|
Torsten Grote
|
4c6f68c255
|
[android] optimize method to update unread counts
|
2019-03-21 09:59:33 -03:00 |
|
Torsten Grote
|
ae09b4c607
|
[android] remove complicated logic for detecting new visible items
notify after every scroll for all visible items instead
|
2019-03-19 12:35:15 -03:00 |
|
Torsten Grote
|
880d77922e
|
[android] use ScrollListener to mark messages read in private conversation
|
2019-03-19 11:42:59 -03:00 |
|
Torsten Grote
|
1c227e81e4
|
[android] update unread counts with a ScrollListener in threaded conversations
|
2019-03-19 11:42:59 -03:00 |
|
Torsten Grote
|
60f71648f3
|
[android] Don't start NavDrawerActivity directly from foreground notification
It might be that the lifecycle didn't start, so we need to show the
OpenDatabaseActivity first.
|
2019-03-19 11:14:01 -03:00 |
|
Torsten Grote
|
270b8af39f
|
[android] add review comments for panic induced account deletion
|
2019-03-19 10:57:28 -03:00 |
|
Torsten Grote
|
31d3324701
|
[android] stop livecycle before delete app data and exit cleanly
Fixes #1380
|
2019-03-19 10:50:51 -03:00 |
|
akwizgran
|
dbe46d60fd
|
Merge branch '830-text-input-landscape-send' into 'master'
Make Text Input Fields Work In Landscape Mode
Closes #830
See merge request briar/briar!1053
|
2019-03-19 10:38:17 +00:00 |
|
akwizgran
|
d10ab96955
|
Merge branch '1370-block-block-notification' into 'master'
Block blog notifications when this blog is open
Closes #1370
See merge request briar/briar!1057
|
2019-03-19 10:35:42 +00:00 |
|
Torsten Grote
|
9ccd8d1602
|
Upgrade android gradle plugin to 3.3.2
This also updates some briar-headless dependencies
|
2019-03-14 14:27:53 -03:00 |
|
Torsten Grote
|
ac3942975e
|
[android] add SendAction for RSS feed import
|
2019-03-12 17:10:52 -03:00 |
|
Torsten Grote
|
b6455d40a7
|
[android] add SendAction to EmojiTextInputView
|
2019-03-12 16:05:53 -03:00 |
|