mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
c224bcb04a
* Add push APK to device after build script * Fix typo in SyncthingService comment * Refactor SettingsActivity - updatePersistentNotification Call updatePersistentNotification after the settings screen was left and not when the user toggles the alwaysRunInBackgroundAsAService checkbox. * Automatically start app if push-to-device is enabled * Remove PREF_NOTIFICATION_TYPE * Only push APK to device if build succeeded * Fix notifications and foreground service start/stop * Use startForegroundService on Android 8+ * Fix startActivity called from non-Activity context (fixes #80) * Fix comment
49 lines
609 B
Text
49 lines
609 B
Text
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
build/
|
|
gen/
|
|
obj/
|
|
.gradle/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
project.properties
|
|
|
|
# Intellij project files
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Gradle wrapper
|
|
gradle/wrapper/gradle/
|
|
gradle/wrapper/gradlew*
|
|
|
|
# Prebuilt-go
|
|
syncthing/go
|
|
syncthing/go.tgz
|
|
syncthing/go.zip
|
|
|
|
# Android NDK
|
|
syncthing/android-ndk-r*
|
|
syncthing/ndk.zip
|
|
|
|
# MinGit
|
|
syncthing/mingit
|
|
syncthing/mingit.zip
|
|
|
|
# External build artifacts
|
|
ext/
|
|
|
|
# push-to-device after build marker file
|
|
\#enable_push_to_device
|