Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 559fa96

Browse files
committed
Prepare 1.0.0-alpha02 release
1 parent d7fd753 commit 559fa96

File tree

374 files changed

+1339
-933
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

374 files changed

+1339
-933
lines changed

docs/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Change Log
22

3+
## Version 1.0.0-alpha02 (2020-08-03)
4+
- API breaking changes were made to `TorServiceController.Builder`. See the following to update:
5+
- [TorServiceController.Builder](./topl-service/io.matthewnelson.topl_service/-tor-service-controller/-builder/index.md)
6+
- [TorServiceEventBroadcaster](./topl-service/io.matthewnelson.topl_service.service.components.onionproxy/-tor-service-event-broadcaster/index.md)
7+
- Added ability to hide the notification
8+
- NOTE: Will be shown when user swipes the application out of recent's tray (required).
9+
- Service now starts via `Context.startService` + `Context.bindService` instead of starting
10+
in the foreground.
11+
- Added a queue for processing of commands, ie. `ServiceActions`, for improved response time to
12+
API interactions.
13+
- Added management of the service for when the application is sent to the background.
14+
- Added APIs for retrieving the `TorConfigFiles` and `TorSettings` used by `topl-service`
15+
- Various bug fixes and code clean up
16+
317
## Version 1.0.0-alpha01 (2020-07-18)
418
- Initial Release

docs/topl-core-base/alltypes/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
Service for sending event logs to the system.
1717

1818

19+
| (extensions in package io.matthewnelson.topl_core_base)
20+
21+
##### [java.io.File](../io.matthewnelson.topl_core_base/java.io.-file/index.md)
22+
23+
1924
|
2025

2126
##### [io.matthewnelson.topl_core_base.TorConfigFiles](../io.matthewnelson.topl_core_base/-tor-config-files/index.md)

docs/topl-core-base/io.matthewnelson.topl_core_base/-base-consts/-broadcast-type/-d-e-b-u-g.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# DEBUG
44

5-
`const val DEBUG: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L49)
5+
`const val DEBUG: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L94)

docs/topl-core-base/io.matthewnelson.topl_core_base/-base-consts/-broadcast-type/-e-r-r-o-r.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# ERROR
44

5-
`const val ERROR: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L50)
5+
`const val ERROR: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L95)

docs/topl-core-base/io.matthewnelson.topl_core_base/-base-consts/-broadcast-type/-e-x-c-e-p-t-i-o-n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# EXCEPTION
44

5-
`const val EXCEPTION: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L51)
5+
`const val EXCEPTION: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L96)

docs/topl-core-base/io.matthewnelson.topl_core_base/-base-consts/-broadcast-type/-n-o-t-i-c-e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# NOTICE
44

5-
`const val NOTICE: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L52)
5+
`const val NOTICE: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L97)

docs/topl-core-base/io.matthewnelson.topl_core_base/-base-consts/-broadcast-type/-w-a-r-n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# WARN
44

5-
`const val WARN: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L53)
5+
`const val WARN: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L98)

docs/topl-core-base/io.matthewnelson.topl_core_base/-base-consts/-broadcast-type/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# BroadcastType
44

5-
`@Target([AnnotationTarget.CLASS, AnnotationTarget.TYPE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.PROPERTY]) annotation class BroadcastType` [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L47)
5+
`@Target([AnnotationTarget.CLASS, AnnotationTarget.TYPE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.PROPERTY]) annotation class BroadcastType` [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L92)
66

77
### Constructors
88

docs/topl-core-base/io.matthewnelson.topl_core_base/-base-consts/-config-file-name/-c-o-n-t-r-o-l_-p-o-r-t.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# CONTROL_PORT
44

5-
`const val CONTROL_PORT: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L155)
5+
`const val CONTROL_PORT: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L200)

docs/topl-core-base/io.matthewnelson.topl_core_base/-base-consts/-config-file-name/-c-o-o-k-i-e_-a-u-t-h.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# COOKIE_AUTH
44

5-
`const val COOKIE_AUTH: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L156)
5+
`const val COOKIE_AUTH: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core-base/src/main/java/io/matthewnelson/topl_core_base/BaseConsts.kt#L201)

0 commit comments

Comments
 (0)