Torsten Grote
c53fc5eaa3
Add inspection profile to repo
...
so we can all share the same inspection profile and benefit from its warnings
2021-04-08 13:55:26 -03:00
Torsten Grote
0ee4ade404
One more round of addressing AddNearbyContact review feedback
2021-04-07 16:18:18 -03:00
Torsten Grote
5b52417d20
Check if Bluetooth is supported before requesting discoverability
2021-04-01 15:36:55 -03:00
Torsten Grote
4f3e4b019a
Request user to turn on location for adding contact nearby on API 28+
2021-03-29 11:30:17 -03:00
Torsten Grote
1d44305e34
Catch exception when calling Camera#getParameters()
...
Fixes #1982
2021-03-24 15:23:16 -03:00
Torsten Grote
a37af592cd
Use new ActivityResultLauncher to request permissions for AddNearbyContact
2021-03-24 15:03:53 -03:00
Torsten Grote
7f486eef4c
Refactor more code into AddNearbyContactViewModel
...
thus concentrating the logic there needing less back and forth with the activity
2021-03-23 18:09:57 -03:00
Torsten Grote
bcc0442add
Merge activities for adding contact nearby
...
and rename related classes to consolidate names
2021-03-17 14:05:15 -03:00
Torsten Grote
700f6e05bf
Factor out permission related code from KeyAgreementActivity to AddNearbyContactPermissionManager
2021-03-17 14:02:54 -03:00
Torsten Grote
d8327d6de2
Re-set orientation lock when fragment is left
2021-03-17 14:02:54 -03:00
Torsten Grote
5a55b3d7e3
Move Plugin related code from activity to ViewModel
2021-03-17 14:02:54 -03:00
Torsten Grote
bed87ed439
Move backend comms and logic out of KeyAgreementFragment
...
into ViewModel
2021-03-17 14:02:53 -03:00
Torsten Grote
6d1f1c7852
Get rid of KeyAgreementEventListener
...
and communicate via ViewModel
2021-03-17 14:02:53 -03:00
Torsten Grote
f6b3bde724
Introduce ContactExchangeResult
...
to include all result information in LiveData
2021-03-17 14:02:53 -03:00
Torsten Grote
94ec22bef8
Move keyagreement package into contact.add.nearby
...
and fix some small warnings in the process
2021-03-17 14:02:50 -03:00
Torsten Grote
ae923e5777
Merge branch '1871-viewmodel-for-introduction' into 'master'
...
Introduce ViewModel for IntroductionActivity (and ContactChooserFragment)
See merge request briar/briar!1349
2021-03-16 18:46:45 +00:00
Torsten Grote
eb9ff9c954
Use a central attribute for animation speed
2021-03-15 12:02:43 -03:00
Torsten Grote
4f08f81779
Merge branch 'raise-max-mime-type-length' into 'master'
...
Test that a max-length attachment fits into a record.
See merge request briar/briar!1411
2021-03-15 13:37:12 +00:00
Torsten Grote
ee967c5d8f
Merge branch 'raise-max-mime-type-length' into 'master'
...
Raise MAX_CONTENT_TYPE_BYTES to 80, lower MAX_PRIVATE_MESSAGE_TEXT_LENGTH
See merge request briar/briar!1409
2021-03-15 13:06:24 +00:00
Torsten Grote
d5b0556ea2
Exclude all our files from backup
...
Even though we don't allow backup at all, Android seems to go into the direction of overriding this. For now only for device-to-device backups, even though we could not verify this.
2021-03-11 16:29:44 -03:00
Torsten Grote
227f00c10c
Merge branch '1899-catch-npe-from-bluetooth-socket' into 'master'
...
Catch NPE from BluetoothSocket#connect()
Closes #1899
See merge request briar/briar!1407
2021-03-11 18:09:59 +00:00
Torsten Grote
74447b8ec3
Merge branch 'allow-gifs' into 'master'
...
Allow GIFs to be chosen on all API levels
See merge request briar/briar!1402
2021-03-11 17:25:50 +00:00
Torsten Grote
5db099bae6
Merge branch 'update-bridges' into 'master'
...
Update list of Tor bridges
See merge request briar/briar!1403
2021-03-11 15:20:11 +00:00
Torsten Grote
a2faa3bd3b
Merge branch '1612-do-not-strip-libs' into 'master'
...
Don't strip libraries even if the NDK is installed
See merge request briar/briar!1401
2021-03-11 15:14:20 +00:00
Torsten Grote
3f9a66b1b6
Merge branch '1964-no-colons' into 'master'
...
Remove colons from default filename
Closes #1964
See merge request briar/briar!1400
2021-03-11 11:36:49 +00:00
Torsten Grote
c5d2661c1d
Merge branch '1919-password-fields-not-focusable' into 'master'
...
Condition display of progressbar on a isCreatingAccount LiveData
Closes #1819 and #1919
See merge request briar/briar!1355
2021-03-03 13:10:29 +00:00
Torsten Grote
6cfb70db95
Load image from URI with Glide to prevent OOM errors
2021-03-01 14:15:53 -03:00
Torsten Grote
737ecfb620
Some unrelated code changes to avatar settings
2021-03-01 14:15:08 -03:00
Torsten Grote
59f4e7c34a
Super call to onRequestPermissionsResult() is now required
2021-02-23 10:55:20 -03:00
Torsten Grote
2480824d69
Fix toolbar buttons not showing up after sign-in on lower API levels
2021-02-23 10:55:20 -03:00
Torsten Grote
5159593825
Don't add new item when the existing ones haven't loaded
2021-02-19 14:17:21 -03:00
Torsten Grote
a546fecc01
Let LockManager only lock current, not future process
...
This fixes a bug on Android 8
where the AlarmManager would re-start a killed BriarService.
Then the LockManager lingers around locked and causes an ANR on Android 8.x when the user comes back to it.
2021-02-19 10:42:43 -03:00
Torsten Grote
7d6a63d866
Merge branch '1934-upgrade-obfs4proxy' into 'master'
...
Upgrade obfs4proxy to 0.0.12-dev
Closes #1934
See merge request briar/briar!1372
2021-02-17 16:58:22 +00:00
Torsten Grote
9366c184d8
Fix disabled groups after screen rotation
...
isDissolved was reverted to LiveData that only shows a dialog when the activity was first opened
2021-02-15 09:55:59 -03:00
Torsten Grote
a04b512497
Merge branch 'tor-0.3.5.13' into 'master'
...
Upgrade Tor to 0.3.5.13
Closes #1922
See merge request briar/briar!1363
2021-02-09 12:15:45 +00:00
Torsten Grote
9712a4b849
Don't launch fragments with back button when not started
...
Sounds strange, but apparently can happen.
2021-02-08 16:38:15 -03:00
Torsten Grote
cf1ac5e3e5
Restore remote handshake link when AddContactViewModel gets destroyed
2021-02-08 16:03:10 -03:00
Torsten Grote
cb859e998d
Upgrade Tor to 0.3.5.13
2021-02-08 15:44:35 -03:00
Torsten Grote
12988120d1
Remove monospace typeface from our briar:// link
...
as this makes the text to become invisible when selecting all text on API 15-17
2021-02-08 14:45:57 -03:00
Torsten Grote
21112ce092
Encrypt logs before handing them to crash report process
2021-02-08 13:43:37 -03:00
Torsten Grote
700ea2b387
Add support for logs to StreamReader and StreamWriter
...
Shamelessly stolen from d9b4c013
2021-02-05 17:07:48 -03:00
Torsten Grote
6e3a7d8d0c
Merge branch 'gitlab-bridge-test' into 'master'
...
Add GitLab pipeline stage for running optional tests
See merge request briar/briar!1353
2021-01-29 16:07:49 +00:00
Torsten Grote
ae4a04bada
Finishing touches of ThreadListViewModel migration
...
docs and minor improvements
2021-01-29 08:33:28 -03:00
Torsten Grote
d670179e30
Access MessageTree only on UiThread and improve code in the process
2021-01-27 15:37:09 -03:00
Torsten Grote
998c435b13
Allow to add forum/group posts in transaction
2021-01-27 15:37:09 -03:00
Torsten Grote
4a0327a62b
thread list: fix redundant load and dissolved dialog showing again after screen rotation
2021-01-27 15:37:08 -03:00
Torsten Grote
239c4a27ad
Address first round of review feedback for thread list view model migration
2021-01-27 15:37:06 -03:00
Torsten Grote
e5d78a858d
Clear thread notification automatically after blocking new ones
2021-01-26 15:42:18 -03:00
Torsten Grote
5c1bcdeb9d
Merge branch 'update-bridges' into 'master'
...
Update bridges
See merge request briar/briar!1352
2021-01-26 14:11:00 +00:00
Torsten Grote
6005d156eb
Rename ic_lock icon to notification_lock
2021-01-26 08:24:16 -03:00
Torsten Grote
635008fb60
Introduce SharingController with LiveData
...
and get rid of ThreadList controllers
2021-01-25 14:04:29 -03:00
Torsten Grote
b78569119a
Remove Visibility from JoinMessageHeader and Item
2021-01-25 14:04:28 -03:00
Torsten Grote
8372bb01b2
Move marking thread list items read to ViewModel
2021-01-25 14:04:28 -03:00
Torsten Grote
766718e75c
Remove text cache as it is no longer needed
2021-01-25 14:04:28 -03:00
Torsten Grote
1c107a851b
Move thread list events, fields and notification handling into ViewModels
2021-01-25 14:04:26 -03:00
Torsten Grote
db53e79d1d
Remove ForumActivityTest which provided little value anyway
2021-01-25 14:04:17 -03:00
Torsten Grote
21e56284fb
Move adding new ThreadList items to ViewModel
2021-01-25 14:04:16 -03:00
Torsten Grote
d393b79ced
Submit thread list items to ListAdapter
2021-01-25 14:04:09 -03:00
Torsten Grote
6611d7c02e
Move removal of named groups into ViewModel
2021-01-25 14:00:43 -03:00
Torsten Grote
ab43dd4986
Create ThreadListViewModels and move loading of named groups there
2021-01-25 14:00:41 -03:00
Torsten Grote
36a9174781
Perform thread list core access within a single transaction
2021-01-25 14:00:15 -03:00
Torsten Grote
94dd75f24b
Use VectorDrawableCompat compatible ways of setting drawables programmatically
...
so they won't crash on API < 21
2021-01-25 13:34:27 -03:00
Torsten Grote
c93e5441b0
Store rasterized notification icons, because NotificationCompat doesn't handle it
...
and would crash on API < 21
2021-01-25 13:34:27 -03:00
Torsten Grote
8ec8cc927b
Use vector support libraries instead of rasterizing all drawables
...
https://developer.android.com/guide/topics/graphics/vector-drawable-resources#vector-drawables-backward-solution
2021-01-25 13:34:26 -03:00
Torsten Grote
01083f47ea
Merge branch '1865-setupcontroller-to-viewmodel' into 'master'
...
Migrate SetupController to a ViewModel
See merge request briar/briar!1340
2021-01-25 14:03:32 +00:00
Torsten Grote
4ffa9e191c
Merge branch '1912-specify-group-id-when-loading-attachment' into '214-user-avatars'
...
Ensure that attachment has expected group ID when loading
See merge request briar/briar!1347
2021-01-25 12:58:19 +00:00
Torsten Grote
aa00ba7220
test avatars: get rid of the 1%
2021-01-21 09:33:47 -03:00
Torsten Grote
19db58ee19
Allow the user to configure the percentage of test contacts with avatars
2021-01-21 09:33:46 -03:00
Torsten Grote
05f4d63356
Create test avatars when creating test contacts
2021-01-21 09:33:46 -03:00
Torsten Grote
6e5af2d3d3
Create TestAvatarCreator for use in debug builds only
2021-01-21 09:33:46 -03:00
Torsten Grote
00bf1eac0a
Factor out MessageEncoder from AvatarManager
2021-01-21 09:33:45 -03:00
Torsten Grote
9bd7214d1d
Make AuthorManager volatile as it is accessed from DbThread
2021-01-21 09:33:45 -03:00
Torsten Grote
fce1247aa6
Add a shortcut for setting avatar with ContactItem
2021-01-21 09:33:44 -03:00
Torsten Grote
990f983ea9
Evict Glide memory cache in a low mem situation
2021-01-21 09:33:44 -03:00
Torsten Grote
6e57d7bb42
Show avatars for contacts outside AuthorView
2021-01-21 09:33:38 -03:00
Torsten Grote
1b0cb532de
Show Avatars in AuthorView
2021-01-21 09:20:03 -03:00
Torsten Grote
fe7121b4ec
Turn AttachmentReader into a proper class
...
and inject it where needed
2021-01-21 09:20:02 -03:00
Torsten Grote
5aa041f9e1
Add AuthorManager#getMyAuthorInfo() without transaction
...
and add test for it
2021-01-21 09:20:02 -03:00
Torsten Grote
6939d8d230
Upgrade glide to latest stable version
2021-01-21 09:20:02 -03:00
Torsten Grote
c3cea37641
Add AttachmentHeader to AuthorInfo
...
This way the UI can retrieve the author's avatar (if it exists).
2021-01-21 09:20:01 -03:00
Torsten Grote
d0d2e0ed82
Centralize attachment loading in AttachmentReader
...
This is needed so Glide can load attachments from the DB by using the same AttachmentHeader class.
2021-01-21 09:20:01 -03:00
Torsten Grote
cf8f5c989f
Move AuthorInfo from bramble to briar
2021-01-21 09:20:01 -03:00
Torsten Grote
8b45e01c42
Split up AvatarManagerImplTests
2021-01-21 09:20:00 -03:00
Torsten Grote
ec972e8a1d
Handle concurrent updates of our avatar
2021-01-21 09:20:00 -03:00
Torsten Grote
100791c3f3
Don't accept incoming messages in our own avatar group
2021-01-21 09:19:59 -03:00
Torsten Grote
83ac866cc1
Implement AvatarManager with unit and integration tests
2021-01-21 09:19:59 -03:00
Torsten Grote
ef9b22670d
Factor our attachment classes and constants
...
because they will be used by more than one client
2021-01-21 09:19:59 -03:00
Torsten Grote
186ac30f37
Use metadata constants in TransportPropertyValidator
2021-01-21 09:19:56 -03:00
Torsten Grote
5aa24414c6
Merge branch '1867-viewmodel-for-contactlistfragment' into 'master'
...
Introduce ViewModel for ContactListFragment
Closes #1867
See merge request briar/briar!1341
2021-01-18 13:12:43 +00:00
Torsten Grote
cb69340749
Merge branch 'move-version-numbers-back-to-modules' into 'master'
...
Move version constants back into modules so F-Droid can find them
See merge request briar/briar!1338
2021-01-11 16:58:24 +00:00
Torsten Grote
3d6b48bb34
Do not produce malformed links for adding contacts when on other locales
...
such as Turkish
2021-01-07 11:52:27 -03:00
Torsten Grote
921e952b05
Rename ForumItem to ForumPostItem
2021-01-07 08:58:14 -03:00
Torsten Grote
3b02797639
Block forum post notifications while viewing forum list
2021-01-07 08:58:14 -03:00
Torsten Grote
e2e67edbbe
Introduce ForumListViewModel
2021-01-07 08:58:13 -03:00
Torsten Grote
a9cd40faeb
Add transactions to methods in ForumManager
2021-01-07 08:58:13 -03:00
Torsten Grote
dd3c19aba2
Fix screenshot instrumentation tests on API 29+
2021-01-05 14:40:25 -03:00
Torsten Grote
e8ede55422
Only query for allowed packages in AndroidWakeLockManager
2021-01-05 14:11:00 -03:00
Torsten Grote
5fb2624ffa
Remove calls to WifiManager#getConfiguredNetworks()
...
as these require fine location permission now and don't work when
location services are disabled.
2021-01-05 10:22:32 -03:00
Torsten Grote
ff70315d5c
Address small things found in code review
...
of group list view model migration.
2021-01-04 16:19:29 -03:00
Torsten Grote
f197243273
Block all group message notifications while viewing list of private groups
2021-01-04 15:56:37 -03:00