Torsten Grote
fdfddd2667
Fix small RTL UI glitches in blog post layouts
2018-09-19 14:56:45 -03:00
akwizgran
296546544f
Remove auto-generated layout IDs.
2018-09-19 17:42:25 +01:00
akwizgran
ad579a6ba3
Restore max of 50 contacts.
2018-09-19 17:42:09 +01:00
Torsten Grote
90e82357ba
Move back to previous way of creating at least one test contact
2018-09-19 11:38:00 -03:00
Torsten Grote
b3b40753d8
RTL support: Address review issues
2018-09-19 11:33:03 -03:00
Torsten Grote
da3cb95151
Move TrustIndicator behind date in AuthorView
...
to prevent it from being pushed off-screen
Fixes #1076
2018-09-19 11:33:03 -03:00
Torsten Grote
c27885072f
Ellipzise long contact names in ConversationActivity
...
Fixes #1078
2018-09-19 11:33:03 -03:00
Torsten Grote
6557d564c9
Add RTL support to remaining layouts
2018-09-19 11:33:03 -03:00
Torsten Grote
53edcaf3e9
Add RTL support to remaining list items
...
Also fixes several small UI glitches with long texts
2018-09-19 11:33:03 -03:00
Torsten Grote
5122c961b4
Simplify dev reporter and add RTL support
2018-09-19 11:33:03 -03:00
Torsten Grote
f83b9244d4
Clean up threaded discussion screen
...
Adds RTL support
Fixing cropping bug
Closes #964
2018-09-19 11:33:03 -03:00
Torsten Grote
81292967e0
Add RTL support to conversation message bubbles
2018-09-19 11:33:03 -03:00
Torsten Grote
b72f6b4fc3
Migrate Introduction Screen to ConstraintLayout
...
Adds RTL support
Fixes issue with long contact names
Closes #1080
2018-09-19 11:33:03 -03:00
Torsten Grote
488be49c93
Convert contact lists to ConstraintLayout
...
Adds support for RTL languages
Fixes issues with long contact names
Closes #1079
2018-09-19 11:33:03 -03:00
Torsten Grote
90db45817a
Add RTL language support to all activities and fragments
2018-09-19 11:33:03 -03:00
akwizgran
81863b9db6
Merge branch '1248-rename-lock-app' into 'master'
...
Rename "Screen lock" to "Lock app"
Closes #1248 and #1245
See merge request briar/briar!924
2018-09-19 14:28:34 +00:00
akwizgran
da069adb57
Merge branch '1186-remove-lock-screen-notification-setting' into 'master'
...
Remove lockscreen notification setting
Closes #1186
See merge request briar/briar!925
2018-09-19 14:27:31 +00:00
Torsten Grote
46425b09fa
Rename "Screen lock" to "App lock"
2018-09-19 10:22:43 -03:00
akwizgran
41e1a436c9
Merge branch 'centre-decrypting-db-message' into 'master'
...
Align "decrypting database" message to centre
See merge request briar/briar!926
2018-09-19 11:46:55 +00:00
akwizgran
b6b3f9c292
Align "decrypting database" message to centre.
2018-09-19 12:23:13 +01:00
akwizgran
a52547f73b
Add obsolete fingerprint permission.
2018-09-19 12:19:33 +01:00
akwizgran
24f823a3ce
Remove lock screen notification setting.
2018-09-19 10:50:46 +01:00
Torsten Grote
7d479063a9
ConversationManager: Address review issues
2018-09-18 10:10:21 -03:00
akwizgran
4b325f797b
Combine LiveData observers, avoid redundant loads.
2018-09-18 10:10:21 -03:00
Torsten Grote
9be83c3cc7
Refactor ConversationItem creation
2018-09-18 10:10:21 -03:00
Torsten Grote
86f650503b
Re-introduce InvitationResponse
...
This was done, so private responses don't need to include a Nameable already.
Retreiving a nameable is tricky and requires a data migration,
so we just don't do it now.
2018-09-18 10:10:21 -03:00
Torsten Grote
d430b4fd2d
Move introduction role into IntroductionResponse
2018-09-18 10:10:21 -03:00
akwizgran
fcf7cf72ea
Refactor doesExist() method.
2018-09-18 10:10:21 -03:00
Torsten Grote
b78dfea95f
Remove ListenableFutureTask and replace it with LiveData
2018-09-18 10:10:21 -03:00
Torsten Grote
183fe08565
Rename object to nameable
2018-09-18 10:10:21 -03:00
Torsten Grote
7e32697696
Use ConversationManager to retrieve messages
...
This removes the public method for retrieving messages
from individual conversation clients
and just leaves methods that require a transaction
to be used by the ConversationManager only.
2018-09-18 10:10:21 -03:00
Torsten Grote
29758b174a
Unify all events related to private messages
2018-09-18 10:10:21 -03:00
Torsten Grote
61e18f104e
Unify all private message responses in one PrivateResponse class
...
This also adds `Shareable`s to invitation response
which is a precondition for #561
2018-09-18 10:10:21 -03:00
Torsten Grote
ffeca8817f
Prepare private message retrieval through ConversationManager
2018-09-18 10:10:21 -03:00
Torsten Grote
59fae2fa3c
Unify all private message requests in one PrivateRequest class
2018-09-18 10:10:21 -03:00
Torsten Grote
2d9345c018
Remove unnecessary information from private message classes
2018-09-18 10:10:21 -03:00
Torsten Grote
745515457e
Add warning to FLAG_SECURE about app locking implications
2018-09-17 12:21:16 -03:00
akwizgran
9476782ced
Bump version numbers for 1.1.1 release.
2018-09-14 13:16:17 +01:00
akwizgran
74445acb55
Merge branch '1379-startup-failure-error' into 'master'
...
Correct startup database failure error messages
Closes #1379
See merge request briar/briar!920
2018-09-14 12:01:52 +00:00
akwizgran
e32771f964
Merge branch '1359-conversation-progress' into 'master'
...
Fix progress feel over messages in Conversation view
Closes #1359
See merge request briar/briar!911
2018-09-14 11:59:42 +00:00
Torsten Grote
10bee05856
Only sign-in once when pressing enter
2018-09-13 18:45:24 -03:00
Torsten Grote
fc626d0921
Only create one private group when pressing enter
2018-09-13 18:45:24 -03:00
Torsten Grote
30f87e626a
Only create one forum when pressing enter
2018-09-13 18:45:24 -03:00
Torsten Grote
c90a72617e
Do not create two accounts when pressing enter for account creation
...
Fixes #1367
2018-09-13 18:18:30 -03:00
Torsten Grote
8813bc36af
Correct startup database failure error messages
2018-09-13 12:35:39 -03:00
akwizgran
049cf3ad27
Merge branch 'optional-tests' into 'master'
...
Specify optional tests with an environment variable
See merge request briar/briar!916
2018-09-13 14:36:59 +00:00
akwizgran
30193a240b
Start SetupActivity in same task, finish other activities.
2018-09-13 13:43:01 +01:00
akwizgran
a52ad8b4cc
Bump version numbers for 1.1.0 release.
2018-09-12 17:10:52 +01:00
Torsten Grote
6a1a8b6872
Merge branch '1245-enable-pin-lock' into 'master'
...
Enable sign-in reminder, PIN lock and dark theme for release builds
See merge request briar/briar!917
2018-09-12 11:15:12 +00:00
Torsten Grote
50ad42a0a2
Update translations, adds Hungarian, sets inclusion threshold to 80%
2018-09-12 07:45:02 -03:00