Commit Graph

8214 Commits (bd03bf45c28dde7d60fc8f723dfc7b9e8b6896ee)
 

Author SHA1 Message Date
Morgan Pretty bd03bf45c2 Initial CI setup test
Added code coverage report generation (for future CI stuff)
Fixed a flaky unit test
1 year ago
Al Lansley 343820579c
SA1390 - Session ID regeneration on focus loss (#1392)
* Fixes #1390

* Clean up prior to PR

* Removed unused logging imports introduced during debugging

* Added mechanism to store the session ID seed temporarily during account creation

* Implemented keeping session ID on lose/regain focus via Hariss' better way using the savedInstanceState Bundle

* Removed now unused imports
1 year ago
Al Lansley 2fff9eceb7
Cannot save generic files (#1391)
* Fixes #429

* Further experimentation regarding potential race condition - still not resolved

* Changed spinner mechanism away from RotateAnimation which fixes race-condition

* Removed leftover commented code

* Cleanup of unused imports

* Addressed PR feedback

* Adjusted 'visible' to use ktx
1 year ago
Al Lansley c366574521
Allow links and replies in input bar
Fixes oxen-io/session-android#704 (#1387)
1 year ago
Andrew 377460a60f
build: update version code 1 year ago
andrew a57b7ef121 build: update version code 1 year ago
Andrew b96a5c561e
Merge pull request #1371 from 0x330a/remove-call-server
Remove unsupported call servers
1 year ago
0x330a 9a83daa53f fix: remove the two unsupported servers 1 year ago
wafflesvsfrankie 7fe40ea9f1
Content descriptions (#1358)
* Adding in Content Description for automated testing including: Community input (URL) box, changes `Configuration message` to `Control message` and also `Message Body` to `Message body`Created checkout page along with checkoutItems and checkout cart functionality

* Forgot the button at the end
1 year ago
0x330a 9d02eb33c7 build: update version code 2 years ago
0x330a b6bb586509 feat: add foreground types to key caching service and call service 2 years ago
0x330a 82cbf830ae
fix: need quotes on job type key 2 years ago
0x330a c1102a2a50
build: update build number 2 years ago
0x330a 862a47e7e3
feat: add drop attachment download migration in case there are a lot of pending failed attachment downloads 2 years ago
0x330a 6f22eb659b
fix: use the context compat register receiver to fix Android 14 crash (#1338) 2 years ago
0x330a cb1b5b0f78
build: update version name and code 2 years ago
0x330a 20df73355d
fix: or should be and (#1334) 2 years ago
0x330a 84bc1dcb6b
Update session libsodium (#1326)
* chore: update dependencies for the libsodium dependency and replace aar

* fix: update gradle dependencies to work with integration tests

* fix: test

* refactor: make it use espresso wait

* refactor: bring compose dependencies back to stable releases
2 years ago
0x330a 77a18e337b
Maybe fix oob in media preview adapter cursor adapter (#1324)
* fix: maybe fix oob exception?

* fix: attachment download was broken again

* refactor: wrap in an if and log warning in the bad state
2 years ago
0x330a 443ddfa370
Merge remote-tracking branch 'upstream/master' into dev 2 years ago
Andrew e124d442ef
Ignore unknown fields in push V2 json 2 years ago
Andrew 698b853716
Make playDebug the default variant 2 years ago
andrew 0cd0ac9c75 Ignore unknown fields in push V2 json 2 years ago
Kee Jefferys 2093cbc5e4
Update issue templates (#1253)
Remove old templates and replace with templates which are being used on iOS and desktop
2 years ago
Andrew 984c3763b6
Remove unused longmessage package 2 years ago
Andrew 833b30fc14
Increase activity_home_outdated_client_config text size to 11sp 2 years ago
0x330a 380d6694ea
fix: treat self sends correctly when no contact information for ourself (#1318) 2 years ago
Andrew b4eb54ee89
Fix post notifications permission request
This is not available on old APIs
2 years ago
andrew 303aacb2e3 Fix post notifications permission request 2 years ago
hjubb 99e5ed3db7 Merge remote-tracking branch 'upstream/dev' 2 years ago
0x330a 29275cef51
build: update build number (#1310) 2 years ago
0x330a 4daa3e6923
feat: add huawei build folder to gitignore (#1308) 2 years ago
Andrew 99dca1cda7
Use separate keys for huawei shared prefs 2 years ago
andrew 0e0cbf112b Use separate keys for huawei shared prefs 2 years ago
0x330a 2466d9b4c0
[SES-1002] Synced blind requests (#1303)
* feat: update config to use blinded-msg-requests pr

* feat: add block community message requests bool to protos

* feat: add everything needed for recipientDB to have blocked community requests potentially

* feat: add db migrations

* feat: add sending community block flags and preference options

* feat: add parsing block request flag

* fix: open group message requests were broken anyway

* fix: delete all encoded open group inbox ID bs, fix privacy settings using user config as privacy store

* feat: initial creation sets flag, rename to match libsession implementation value

* fix: recipient blinded checks from open group message for blocking community requests on blinded ID version of recipient, use correct (inverted) values from before for checking polling and empty states etc

* fix: pr comments for view model factory context ref, simplified user config object check for category in PrivacySettingsPreferenceFragment

* fix: pr comments

* fix: migrate some dependencies and functionality out of VM into repository to remove content resolver and context dependecy so tests pass again

* refactor: better naming for hidesInputBar and add more tests for expected recipient view states

* fix: use contact information as opposed to active conversations

* fix: PR comments
2 years ago
Andrew f6345c86ce
[SES-469] Update push notifications
- Utilise new push endpoint
- Add huawei support
2 years ago
andrew 7861eb25c2 Improve param naming for isPushEnabled 2 years ago
andrew 296c5d743f Limit scope of huawei dependencies 2 years ago
andrew ae9d3810e1 Fix website flavor TokenFetcher 2 years ago
andrew 550955f530 Add huawei strings 2 years ago
andrew 62cd0f68f0 Improve huawei guarding 2 years ago
andrew d308f381d9 Disable fcm preference while register request is in flight 2 years ago
andrew 0aa5dc7969 Convert NotificationPreferenceFragment to Kotlin 2 years ago
andrew 7c8882e1f3 Fix project reference in task 2 years ago
andrew b09b6836d4 Add huawei info to BUILDING.md 2 years ago
andrew 4c8f38df72 Require command line arg to include huawei dependencies 2 years ago
andrew b987ba719b Remove unused longmessage package 2 years ago
andrew ed7ce36402 Cleanup gradle 2 years ago
andrew 1d9fb13809 Move plugin to huawei flavor 2 years ago
andrew 9899b37f43 Move huawei manifest metadata to huawei flavor 2 years ago