From c71c5873db30398384aede4e81679b9f82bc04c9 Mon Sep 17 00:00:00 2001 From: Mikhail Kulesh Date: Tue, 13 Feb 2018 13:48:18 +0100 Subject: [PATCH] The list of open source libraries moved to About document --- README.md | 7 +- .../main/assets/doc_br/about_micromath_br.xml | 66 ++++++- .../main/assets/doc_de/about_micromath_de.xml | 66 ++++++- .../main/assets/doc_en/about_micromath.xml | 66 ++++++- .../main/assets/doc_ru/about_micromath_ru.xml | 66 ++++++- .../com/mkulesh/micromath/MainActivity.java | 4 - .../mkulesh/micromath/dialogs/DialogBase.java | 2 +- .../micromath/dialogs/DialogLicenses.java | 67 ------- app/src/main/res/layout/dialog_licenses.xml | 171 ------------------ .../main/res/menu/activity_main_actions.xml | 5 - app/src/main/res/values-de/strings.xml | 22 --- app/src/main/res/values-pt-rBR/strings.xml | 22 --- app/src/main/res/values-ru/strings.xml | 22 --- app/src/main/res/values/dimens.xml | 2 - app/src/main/res/values/strings.xml | 22 --- doc/partial-translation/values-fr/strings.xml | 22 --- 16 files changed, 261 insertions(+), 371 deletions(-) delete mode 100644 app/src/main/java/com/mkulesh/micromath/dialogs/DialogLicenses.java delete mode 100644 app/src/main/res/layout/dialog_licenses.xml diff --git a/README.md b/README.md index 3d6ed0df..5d5cffa7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ For more screenshots, see directory images/screenshots. This software is published under the *GNU General Public License, Version 3* -Copyright (C) 2014-2017 Mikhail Kulesh +Copyright (C) 2014-2018 Mikhail Kulesh This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -78,11 +78,12 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY If not, see [www.gnu.org/licenses](https://www.gnu.org/licenses). -## Dependencies +## Used Open Source Libraries This App depends or includes the following third-party libraries or code fragments: * [The Android Support v7 Library](https://developer.android.com/topic/libraries/support-library/packages.html) -* [The Apache Commons Mathematics Library](http://commons.apache.org/proper/commons-math) +* [The Apache Commons Mathematics Library](https://commons.apache.org/proper/commons-math) +* [JScience - Java(TM) Tools and Libraries for the Advancement of Sciences](http://jscience.org) * [HoloColorPicker Library](https://github.com/LarsWerkman/HoloColorPicker) * [AndroidSVG Library](https://github.com/BigBadaboom/androidsvg) * [Ghost Commander Engine](https://sourceforge.net/projects/ghostcommander) diff --git a/app/src/main/assets/doc_br/about_micromath_br.xml b/app/src/main/assets/doc_br/about_micromath_br.xml index d1642941..45095dac 100644 --- a/app/src/main/assets/doc_br/about_micromath_br.xml +++ b/app/src/main/assets/doc_br/about_micromath_br.xml @@ -1,6 +1,6 @@ - + @@ -119,8 +119,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + \ No newline at end of file diff --git a/app/src/main/assets/doc_de/about_micromath_de.xml b/app/src/main/assets/doc_de/about_micromath_de.xml index 74f5f62a..5cb41a9c 100644 --- a/app/src/main/assets/doc_de/about_micromath_de.xml +++ b/app/src/main/assets/doc_de/about_micromath_de.xml @@ -1,6 +1,6 @@ - + @@ -119,8 +119,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + \ No newline at end of file diff --git a/app/src/main/assets/doc_en/about_micromath.xml b/app/src/main/assets/doc_en/about_micromath.xml index 1e494975..fd563216 100644 --- a/app/src/main/assets/doc_en/about_micromath.xml +++ b/app/src/main/assets/doc_en/about_micromath.xml @@ -1,6 +1,6 @@ - + @@ -119,8 +119,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + \ No newline at end of file diff --git a/app/src/main/assets/doc_ru/about_micromath_ru.xml b/app/src/main/assets/doc_ru/about_micromath_ru.xml index 1ac1af68..9ea2ff2f 100644 --- a/app/src/main/assets/doc_ru/about_micromath_ru.xml +++ b/app/src/main/assets/doc_ru/about_micromath_ru.xml @@ -1,6 +1,6 @@ - + @@ -119,8 +119,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + \ No newline at end of file diff --git a/app/src/main/java/com/mkulesh/micromath/MainActivity.java b/app/src/main/java/com/mkulesh/micromath/MainActivity.java index de9bff12..947afc75 100644 --- a/app/src/main/java/com/mkulesh/micromath/MainActivity.java +++ b/app/src/main/java/com/mkulesh/micromath/MainActivity.java @@ -47,7 +47,6 @@ import android.widget.TextView; import android.widget.Toast; -import com.mkulesh.micromath.dialogs.DialogLicenses; import com.mkulesh.micromath.fman.AdapterDocuments; import com.mkulesh.micromath.formula.StoredFormula; import com.mkulesh.micromath.plus.R; @@ -220,9 +219,6 @@ public boolean onOptionsItemSelected(MenuItem menuItem) startActivityForResult(settings, SETTINGS_ACTIVITY_REQID); return true; } - case R.id.action_licenses: - (new DialogLicenses(this, BaseFragment.DEVELOPER_MODE)).show(); - return true; case R.id.action_exit: case android.R.id.home: finish(); diff --git a/app/src/main/java/com/mkulesh/micromath/dialogs/DialogBase.java b/app/src/main/java/com/mkulesh/micromath/dialogs/DialogBase.java index 185cbe59..7f2a2c79 100644 --- a/app/src/main/java/com/mkulesh/micromath/dialogs/DialogBase.java +++ b/app/src/main/java/com/mkulesh/micromath/dialogs/DialogBase.java @@ -107,7 +107,7 @@ public LinearLayout getRootLayout() protected void closeDialog(boolean hideKeyboard) { - if (!ViewUtils.isHardwareKeyboardAvailable(getContext())) + if (hideKeyboard && !ViewUtils.isHardwareKeyboardAvailable(getContext())) { InputMethodManager imm = (InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE); ViewUtils.Debug(this, "request to hide keyboard from dialog"); diff --git a/app/src/main/java/com/mkulesh/micromath/dialogs/DialogLicenses.java b/app/src/main/java/com/mkulesh/micromath/dialogs/DialogLicenses.java deleted file mode 100644 index 24baa358..00000000 --- a/app/src/main/java/com/mkulesh/micromath/dialogs/DialogLicenses.java +++ /dev/null @@ -1,67 +0,0 @@ -/******************************************************************************* - * microMathematics Plus - Extended visual calculator - * ***************************************************************************** - * Copyright (C) 2014-2017 Mikhail Kulesh - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - ******************************************************************************/ -package com.mkulesh.micromath.dialogs; - -import android.content.Context; -import android.content.SharedPreferences; -import android.view.View; -import android.widget.LinearLayout; -import android.widget.TextView; -import android.widget.Toast; - -import com.mkulesh.micromath.plus.R; - -/** - * A file chooser implemented in a Dialog. - */ -public class DialogLicenses extends DialogBase -{ - private int clickNumber = 0; - private final String developerModeKey; - - public DialogLicenses(Context context, String developerModeKey) - { - super(context, R.layout.dialog_licenses, R.string.action_licenses); - this.developerModeKey = developerModeKey; - - // Maximize the dialog. - maximize(); - ((LinearLayout) findViewById(R.id.dialog_button_panel)).setVisibility(View.GONE); - ((TextView) findViewById(R.id.text_view_developer_mode)).setOnClickListener(this); - } - - @Override - public void onClick(View v) - { - if (v.getId() == R.id.text_view_developer_mode) - { - clickNumber++; - if (clickNumber > 9) - { - String message = getContext().getResources().getString(R.string.message_developer_mode); - Toast.makeText(getContext(), message, Toast.LENGTH_LONG).show(); - SharedPreferences.Editor prefEditor = pref.edit(); - prefEditor.putBoolean(developerModeKey, true); - prefEditor.commit(); - } - return; - } - super.onClick(v); - } -} diff --git a/app/src/main/res/layout/dialog_licenses.xml b/app/src/main/res/layout/dialog_licenses.xml deleted file mode 100644 index c418b504..00000000 --- a/app/src/main/res/layout/dialog_licenses.xml +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/menu/activity_main_actions.xml b/app/src/main/res/menu/activity_main_actions.xml index 8c945761..3316b5c3 100644 --- a/app/src/main/res/menu/activity_main_actions.xml +++ b/app/src/main/res/menu/activity_main_actions.xml @@ -55,11 +55,6 @@ android:orderInCategory="810" android:title="@string/action_export" micromath:showAsAction="never"/> - Datei speichern Speichern unter Exportieren - Open-Source-Lizenzen Details App Einstellungen @@ -313,26 +312,5 @@ Automatischer Test Handbuch exportieren Screenshot exportieren - Entwicklermodus ist aktiviert - - - The Android Support v7 Library - http://developer.android.com - Copyright © 2013 The Android Open Source Project\n\nLicensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - The Apache Commons Mathematics Library - http://commons.apache.org - Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - HoloColorPicker Library - https://github.com/LarsWerkman/HoloColorPicker - Copyright © 2012 Lars Werkman\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - AndroidSVG Library - https://github.com/BigBadaboom/androidsvg - Copyright © 2013 Paul LeBeau, Cave Rock Software Ltd\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - Ghost Commander Engine - https://sourceforge.net/projects/ghostcommander/ - Copyright © 2017 Ghost Commander\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index e6d4197f..480c5667 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -59,7 +59,6 @@ Salvar arquivo Salvar como Exportar - Licenças de código aberto Detalhes Configurações do app @@ -315,26 +314,5 @@ Teste automático Exportar documentação Exportar capturas de tela - O modo desenvolvedor está ativado - - - The Android Support v7 Library - https://developer.android.com - Copyright © 2013 The Android Open Source Project\n\nLicensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - The Apache Commons Mathematics Library - http://commons.apache.org - Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - HoloColorPicker Library - https://github.com/LarsWerkman/HoloColorPicker - Copyright © 2012 Lars Werkman\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - AndroidSVG Library - https://github.com/BigBadaboom/androidsvg - Copyright © 2013 Paul LeBeau, Cave Rock Software Ltd\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - Ghost Commander Engine - https://sourceforge.net/projects/ghostcommander/ - Copyright © 2017 Ghost Commander\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 253fcb02..2e46e88c 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -59,7 +59,6 @@ Сохранить Сохранить как Экспортировать - Информация о лицензиях Подробности Настройки @@ -313,26 +312,5 @@ Автоматический тест Экспорт документации Экспорт снимков - Режим разработчика активирован - - - Библиотека поддержки Android v7 - http://developer.android.com - Copyright © 2013 The Android Open Source Project\n\nЛицензировано согласно Лицензии Apache, Версия 2.0 (\"Лицензия\"); вы можете использовать этот файл только в соответствии с Лицензией. Вы можете найти копию Лицензии по адресу\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nЗа исключением случаев, когда это регламентировано существующим законодательством или если это не оговорено в письменном соглашении, программное обеспечение распространяемое на условиях данной Лицензии, предоставляется \"КАК ЕСТЬ\" и любые явные или неявные ГАРАНТИИ ОТВЕРГАЮТСЯ. Информацию об основных правах и ограничениях, применяемых к определенному языку согласно Лицензии, вы можете найти в данной Лицензии. - - Математическая библиотека Apache - http://commons.apache.org - Copyright © Apache Software Foundation (ASF)\n\nЛицензировано согласно Лицензии Apache, Версия 2.0 (\"Лицензия\"); вы можете использовать этот файл только в соответствии с Лицензией. Вы можете найти копию Лицензии по адресу\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nЗа исключением случаев, когда это регламентировано существующим законодательством или если это не оговорено в письменном соглашении, программное обеспечение распространяемое на условиях данной Лицензии, предоставляется \"КАК ЕСТЬ\" и любые явные или неявные ГАРАНТИИ ОТВЕРГАЮТСЯ. Информацию об основных правах и ограничениях, применяемых к определенному языку согласно Лицензии, вы можете найти в данной Лицензии. - - Библиотека HoloColorPicker - https://github.com/LarsWerkman/HoloColorPicker - Copyright © 2012 Lars Werkman\n\nЛицензировано согласно Лицензии Apache, Версия 2.0 (\"Лицензия\"); вы можете использовать этот файл только в соответствии с Лицензией. Вы можете найти копию Лицензии по адресу\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nЗа исключением случаев, когда это регламентировано существующим законодательством или если это не оговорено в письменном соглашении, программное обеспечение распространяемое на условиях данной Лицензии, предоставляется \"КАК ЕСТЬ\" и любые явные или неявные ГАРАНТИИ ОТВЕРГАЮТСЯ. Информацию об основных правах и ограничениях, применяемых к определенному языку согласно Лицензии, вы можете найти в данной Лицензии. - - Библиотека AndroidSVG - https://github.com/BigBadaboom/androidsvg - Copyright © 2013 Paul LeBeau, Cave Rock Software Ltd\n\nЛицензировано согласно Лицензии Apache, Версия 2.0 (\"Лицензия\"); вы можете использовать этот файл только в соответствии с Лицензией. Вы можете найти копию Лицензии по адресу\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nЗа исключением случаев, когда это регламентировано существующим законодательством или если это не оговорено в письменном соглашении, программное обеспечение распространяемое на условиях данной Лицензии, предоставляется \"КАК ЕСТЬ\" и любые явные или неявные ГАРАНТИИ ОТВЕРГАЮТСЯ. Информацию об основных правах и ограничениях, применяемых к определенному языку согласно Лицензии, вы можете найти в данной Лицензии. - Движок Ghost Commander - https://sourceforge.net/projects/ghostcommander - Copyright © 2017 Ghost Commander\n\nНастоящая программа является свободным программным обеспечением: вы можете распространять программу и/или модифицировать ее по условиям Всеобщей публичной лицензии GNU, опубликованной Фондом свободного программного обеспечения, либо версии 3 Лицензии, либо (по вашему выбору) любой более поздней версии.\n\nНастоящая программа распространяется в надежде, что она будет полезной, но БЕЗ КАКОЙ-ЛИБО ГАРАНТИИ (ОБЯЗАТЕЛЬСТВ ПО ОТСУТСТВИЮ НЕДОСТАТКОВ); даже без подразумеваемой гарантии ПРИГОДНОСТИ ДЛЯ ОБЫЧНОГО ИСПОЛЬЗОВАНИЯ или ГОДНОСТИ ДЛЯ ОПРЕДЕЛЕННОЙ ЦЕЛИ. Подробнее см. Всеобщую публичную лицензию GNU.\n\nВы должны были получить копию Всеобщей публичной лицензии GNU вместе с настоящей программой. Если копия не предоставлена, см. http://www.gnu.org/licenses/. diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index e77ff57a..3e0bdbcf 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -14,8 +14,6 @@ @dimen/abc_text_size_subhead_material @dimen/abc_text_size_medium_material - @dimen/abc_text_size_small_material - @dimen/abc_text_size_small_material 6dp 3dp 56dp diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7898c219..7d4f355d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -59,7 +59,6 @@ Save file Save as Export - Open source licenses Details App settings @@ -352,26 +351,5 @@ Automatic test Export documentation Export screenshots - Developer mode is activated - - - The Android Support v7 Library - https://developer.android.com - Copyright © 2013 The Android Open Source Project\n\nLicensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - The Apache Commons Mathematics Library - http://commons.apache.org - Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - HoloColorPicker Library - https://github.com/LarsWerkman/HoloColorPicker - Copyright © 2012 Lars Werkman\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - AndroidSVG Library - https://github.com/BigBadaboom/androidsvg - Copyright © 2013 Paul LeBeau, Cave Rock Software Ltd\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - Ghost Commander Engine - https://sourceforge.net/projects/ghostcommander/ - Copyright © 2017 Ghost Commander\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. diff --git a/doc/partial-translation/values-fr/strings.xml b/doc/partial-translation/values-fr/strings.xml index f396f626..7af7ca5d 100644 --- a/doc/partial-translation/values-fr/strings.xml +++ b/doc/partial-translation/values-fr/strings.xml @@ -75,7 +75,6 @@ Enregistrer le fichier Enregistrer sous Exporter - Licences open-source Détails Paramètres de l\'app @@ -299,26 +298,5 @@ Test automatique Exporter la documentation Exporter les captures d\'écran - Le mode développeur/développeuse est activé - - - - - Bibliothèque HoloColorPicker - https://github.com/LarsWerkman/HoloColorPicker - - - Bibliothèque AndroidSVG - https://github.com/BigBadaboom/androidsvg - - Moteur de Ghost Commander - https://sourceforge.net/projects/ghostcommander/ -