mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
* sictiru: Android v11.1.1. Update dependencies Cleanup. Use compat methods #1572 Web view custom contextual web search action Adding gradle wrapper properties. Adding gradle wrapper. NBScope for global scope coroutines Update android gradle and kotlin dependencies Cleanup NbActivity and remove static reference to all activities. Add broadcast receiver based sync mechanism between foreground activities and db updates by the background service. Check intent action in the receiver. #1556 Android 12 Splash Screen Android v11.1 (cleaner than 11.1.1 since 11.1 isn't even public yet)
93 lines
1.8 KiB
Text
93 lines
1.8 KiB
Text
logs/*.log
|
|
logs/*.log.*
|
|
logs/*.pid
|
|
logs/celerybeat-schedule.db
|
|
*.pyc
|
|
__pycache__/
|
|
static/*
|
|
local_settings.py
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
media/iphone/NewsBlur/build
|
|
media/iphone/build
|
|
build/
|
|
certbot.conf
|
|
.DS_Store
|
|
**/*.perspectivev*
|
|
.vscode/*
|
|
.env
|
|
task_env.py
|
|
app_env.py
|
|
data/
|
|
config/certificates
|
|
**/*.xcuserstate
|
|
UserInterfaceState.xcuserstate
|
|
UserInterfaceState\.xcuserstate
|
|
*.xcuserstate
|
|
xcuserdata
|
|
.xcodeproj/ push.xcodeproj/project.pbxproj
|
|
clients/ios/NewsBlur.xcodeproj/project.xcworkspace/xcshareddata/
|
|
*.mode1v3
|
|
*.pbxuser
|
|
media/maintenance.html
|
|
media/maintenance.html.unused
|
|
config/settings
|
|
static.tgz
|
|
.sass-cache
|
|
media/css/circular/.sass-cache
|
|
media/css/circular/sass/.sass-cache
|
|
media/css/circular
|
|
config/settings
|
|
config/secrets
|
|
templates/maintenance_on.html
|
|
vendor/mms-agent/settings.py
|
|
apps/social/spam.py
|
|
venv*
|
|
/backups
|
|
config/mongodb_keyfile.key
|
|
|
|
# Docker Jinja templates
|
|
docker/haproxy/haproxy.consul.cfg
|
|
# docker/haproxy/haproxy.staging.cfg # Staging doesn't use jinja templates, so no need to ignore
|
|
docker/nginx/nginx.consul.conf
|
|
docker/prometheus/prometheus.yml
|
|
docker/redis/redis_replica.conf
|
|
|
|
# ----------------------
|
|
# Android
|
|
# ----------------------
|
|
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
clients/android/NewsBlur/bin/
|
|
clients/android/NewsBlur/gen/
|
|
clients/android/NewsBlur/app/
|
|
clients/android/NewsBlurTest/bin/
|
|
clients/android/NewsBlurTest/gen/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
clients/android/NewsBlur/local.properties
|
|
clients/android/NewsBlurTest/local.properties
|
|
/originals
|
|
media/safari/NewsBlur.safariextz
|
|
|
|
# IDE files
|
|
clients/android/NewsBlur/.idea
|
|
clients/android/NewsBlur/.gradle
|
|
clients/android/NewsBlur/build.gradle
|
|
clients/android/NewsBlur/gradlew*
|
|
clients/android/NewsBlur/settings.gradle
|
|
/docker/volumes/*
|
|
|
|
**/node_modules
|
|
*.tfstate*
|
|
.terraform*
|
|
grafana.ini
|