Skip to content

Conversation

Elelan
Copy link

@Elelan Elelan commented May 11, 2025

removed unused activities and layout files
converting activities into fragments and link them in nav_graph space_setup_navigation.xml

ryjen and others added 4 commits May 8, 2025 11:20
- imported strong ok http client from netcipher due to R.class conflicts
  with dependencies
- Refactored SaveClient to set/unset orbot proxy
- added dependency injection for saveclient and tor status repository
- update general settings to include tor connection status with some
  fakery for user experience when orbot is flaky
- refactored GDrive implementation to use basic API with SaveClient
- added a broadcast reciever for Orbot status, updates the tor
  repository
removed unused activities and layout files
converting activities into fragments and link them in nav_graph space_setup_navigation.xml
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

detekt found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

ryjen and others added 16 commits May 11, 2025 13:04
This commit:
- Configures the Android build workflow in a new GitHub Actions workflow file (`android-build.yml`).
- Adds concurrency to the `detekt.yml` workflow to prevent duplicate runs for the same reference.
- Updates the `ProofModeSettingsActivity` to use a dedicated binding layout (`ActivityProofmodeSettingsBinding`) instead of the general settings container.
- Creates the new layout file `activity_proofmode_settings.xml` for the Proof Mode settings screen.
- Configures release and debug signing configurations in `app/build.gradle.kts`.
- Enables minify and shrink resources for the release build type in `app/build.gradle.kts`.
- remove EditFolderActivity from AndroidManifest
 Conflicts:
	app/build.gradle
	app/src/main/java/net/opendasharchive/openarchive/SaveApp.kt
	app/src/main/java/net/opendasharchive/openarchive/core/di/CoreModule.kt
	app/src/main/java/net/opendasharchive/openarchive/features/media/ReviewActivity.kt
	app/src/main/java/net/opendasharchive/openarchive/features/settings/GeneralSettingsActivity.kt
	app/src/main/java/net/opendasharchive/openarchive/services/internetarchive/IaConduit.kt
	app/src/main/java/net/opendasharchive/openarchive/services/webdav/WebDavConduit.kt
	app/src/main/java/net/opendasharchive/openarchive/upload/UploadService.kt
	app/src/main/java/net/opendasharchive/openarchive/util/Prefs.kt
	app/src/main/res/layout/activity_main.xml
	app/src/main/res/xml/prefs_general.xml
	build.gradle
	gradle/wrapper/gradle-wrapper.properties
	settings.gradle
avoid reciever, use callback
running is slow for debugging
…removal

Removed "Tor is disabled" pop-up
# Conflicts:
#	app/build.gradle.kts
#	app/src/main/AndroidManifest.xml
#	app/src/main/java/net/opendasharchive/openarchive/features/settings/SettingsFragment.kt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants