syncthing-lite icon indicating copy to clipboard operation
syncthing-lite copied to clipboard

A Sync Browser: a browser app for Syncthing-compatible shares

Results 22 syncthing-lite issues
Sort by recently updated
recently updated
newest added

Samsung Galaxy S8 (Android 9, Syncthing Lite v?): ``` LocalDiscoveryHandler.sendAnnounceMessage LocalDiscoveryUtil.sendAnnounceMessage interface: name:wlan0 (wlan0) address: /192.168.178.18/24 [/192.168.178.255] broadcast address: /192.168.178.255 net.syncthing.a.c.c.a: java.io.IOException: Operation not permitted at net.syncthing.a.d.a.h.a(LocalDiscoveryUtil.kt:134) at net.syncthing.a.d.a.e$a.c_(LocalDiscoveryHandler.kt:39) at...

The `IntentIntegrator` class limits the apps able to handle barcode scanner intents to the known apps only in the private method `initializeConfiguration`: ```java targetApplications = TARGET_ALL_KNOWN; ``` while `TARGET_ALL_KNOWN` is...

Currently, a user has to wait until a file is downloaded to be able to do anything else - even tapping somewhere else on the screen stops the download. Instead,...

Hi.. this feature would basically make syncthing replace pretty much every other cloud app I have. It would be greate if this feature could be added!

**Syncthing Lite version:** 0.3.12 **Android version:** 9.0 **Device:** Nokia 7 plus **Issue:** When a remote device is added that can only be reached through IPv6, Syncthing-Lite will only connect to...

Problem: BlockPusher.DataSource closes the inputstream during the constructer with ``use`` but tries to read the blocks later from it

Type: Bug
Component: Protocol

Today I had an error message pop-up, even though I have not used the app in a good while. This is on a stock Motorola G4plus (Android 7). All the...

syncthing lite v0.3.12 updating index error: IndexMessageQueueProcessor.indexUpdateProcessStoredQueue java.util.NoSuchElementException: List is empty. at a.a.v.e(_Collections.kt:363) at net.syncthing.repository.android.database.c.b$a.a(FileInfoItem.kt:51) at net.syncthing.repository.android.b$l.b(SqliteTransaction.kt:80) at net.syncthing.repository.android.b$l.a(SqliteTransaction.kt:10) at net.syncthing.repository.android.b.a(SqliteTransaction.kt:34) at net.syncthing.repository.android.b.a(SqliteTransaction.kt:78) at net.syncthing.a.a.c.e.a(IndexElementProcessor.kt:36) at net.syncthing.a.a.c.j.a(IndexMessageProcessor.kt:29) at net.syncthing.a.a.c.k$e.a(IndexMessageQueueProcessor.kt:128) at...

Looks like syncthing-lite is suffering from what was recently [discussed](https://forum.syncthing.net/t/android-and-tls1-2/12931) and [fixed](https://github.com/syncthing/syncthing-android/pull/1281) for syncthing-android. On Android 7.0 no connections to remote devices can be established; remote devices running Syncthing 1.0.1...

While investigating #139 I bumped into this one, and thought it was worth reporting. Steps to demostrate and reproduce: 1. Have Android Studio installed and Android Emulator set up. 2....