Skip to content

Commit

Permalink
Merge branch 'develop' into feature/v2ray
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Oct 5, 2024
2 parents 92900dd + 7b93641 commit 9e32579
Show file tree
Hide file tree
Showing 51 changed files with 100 additions and 1,526 deletions.
25 changes: 0 additions & 25 deletions ACKNOWLEDGEMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1054,31 +1054,6 @@ THE SOFTWARE.
limitations under the License.


## sentry-android

MIT License

Copyright (c) 2019 Sentry
Copyright (c) 2015 Salomon BRYS for Android ANRWatchDog

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


## slf4j

Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

All notable changes to this project will be documented in this file.

## Version 2.10.10 - 2024-08-20

[FIXED] Crash when using Network Protection
[FIXED] Crash when using the Update button
[FIXED] Connect VPN using the Quick Settings tile
[NOTE] Removed option to report crash logs with Sentry

[Download IVPN Client v2.10.10](https://www.ivpn.net/releases/android/IVPNv2.10.10site.apk)
SHA256: 484ede3adabda94bc78768d3f3b1dc12732cbb76eb886216bc693850a469f5fe

## Version 2.10.9 - 2024-08-08

[IMPROVED] Target Android API level 34
[FIXED] 2FA login not working when session limit is reached

[Download IVPN Client v2.10.9](https://www.ivpn.net/releases/android/IVPNv2.10.9site.apk)
SHA256: cd68f954ec349277bec818988c57494a7f64f4447d0c5804607c95977a1b1db2

## Version 2.10.8 - 2024-06-03

[IMPROVED] Post-Quantum library updated to the latest version
[IMPROVED] Support for pending payments
[NOTE] Removed support for Android 7.0 and older

[Download IVPN Client v2.10.8](https://www.ivpn.net/releases/android/IVPNv2.10.8site.apk)
SHA256: 5f3de49a59b80f06087f440d3e7d939d2f815d7ba944a1a75c90a20e447865cd

## Version 2.10.7 - 2024-02-12

[NEW] Device Management
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Project dependencies:
* [retrofit2](https://github.com/square/retrofit)
* [gson](https://github.com/google/gson)
* [streamsupport](https://github.com/streamsupport/streamsupport)
* [sentry-android](https://github.com/getsentry/sentry-java)
* [slf4j](https://github.com/qos-ch/slf4j)
* [logback-android](https://github.com/tony19/logback-android)
* [mockito](https://github.com/mockito/mockito)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext.kotlin_version = '1.8.0'
ext.kotlin_coroutines_version = '1.2.1'
ext.nav_version = '2.5.0'
ext.nav_version = '2.5.3'
ext.compose_version = '1.4.1'
ext.dagger_version = '2.44'
repositories {
Expand Down
10 changes: 4 additions & 6 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ android {
}
}

compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
minSdkVersion 23
targetSdkVersion 33
versionCode 130
versionName "2.10.7"
targetSdkVersion 34
versionCode 135
versionName "2.10.10"
ndkVersion "25.1.8937393"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -289,8 +289,6 @@ dependencies {
// V2Ray
implementation project(path: ':v2ray')

// For crash logging.
implementation 'io.sentry:sentry-android:4.3.0'
implementation "androidx.multidex:multidex:2.0.1"
}

Expand Down
63 changes: 0 additions & 63 deletions core/src/androidTest/java/net/ivpn/core/SecureStorageTest.java

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9e32579

Please sign in to comment.