-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perferences #66
Perferences #66
Conversation
Лучше с поддержкой [секция] сделать. UPD: Не актуальный |
Ini4j выдает ошибку, при попытке спарсить
Вместо удаления файла старого, его можно переименовывать или предупреждать перед удалением, получить согласие и только потом удалять UDP: Не актуально, но сохраняет предыдущий конфиг, на всякий случай |
Какой статус правок в общем? Готово к тестам? |
На телефоне сейчас эта версия. И меняются в i2pd.conf значения при нажатии в меню Может быть баг из-за без секционных параметров. Из-за того что general options без секции, при условии существования конфигурации до этого |
Вроде, баг исправлен app/src/main/java/org/purplei2p/i2pd/ForegroundService.java UPD: изменено на то как было |
|
#66 (comment) |
У меня lint орёт. Пробовал собрать release билд?
|
app/build.gradle
Outdated
@@ -5,6 +5,8 @@ plugins { | |||
dependencies { | |||
implementation 'androidx.core:core:1.9.0' | |||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' | |||
// implementation 'org.ini4j:ini4j:0.5.4' | |||
implementation 'org.apache.commons:commons-configuration2:2.7' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не слишком старая?
add: подними до 2.9.0.
@@ -5,6 +5,8 @@ plugins { | |||
dependencies { | |||
implementation 'androidx.core:core:1.9.0' | |||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' | |||
// implementation 'org.ini4j:ini4j:0.5.4' | |||
implementation 'org.apache.commons:commons-configuration2:2.7' | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
configurations { | |
all { | |
exclude module: 'httpclient' | |
exclude module: 'commons-logging' | |
} | |
} | |
…сключений, для компиляции
У меня падает при попытке открыть с имеющимся конфигом. Лог подобный:
|
|
В настоящий момент, вылетов/критических недоработок у себя не обнаружил. У вас как? Нашли время посмотреть изменения? |
Пока что нет, времени не хватает. |
Вроде всё нормально. Мёржу. |
Добавлены настройки, изменяющие секции в i2pd.conf
Несколько коммитов назад было не полностью рабочим, из-за не существующей секции для general опций. Сейчас данная проблема отсутствует.