File tree Expand file tree Collapse file tree 4 files changed +60
-0
lines changed
app/src/main/java/com/uravgcode/chooser/settings/presentation/button Expand file tree Collapse file tree 4 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2025 UrAvgCode
3+ *
4+ * This program is free software: you can redistribute it and/or modify
5+ * it under the terms of the GNU General Public License as published by
6+ * the Free Software Foundation, either version 3 of the License, or
7+ * (at your option) any later version.
8+ *
9+ * You should have received a copy of the GNU General Public License
10+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
11+ *
12+ * @author UrAvgCode
13+ * @description SettingsButton is a reusable button component for the settings screen.
14+ */
15+
116package com.uravgcode.chooser.settings.presentation.button
217
318import androidx.compose.foundation.layout.fillMaxWidth
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2025 UrAvgCode
3+ *
4+ * This program is free software: you can redistribute it and/or modify
5+ * it under the terms of the GNU General Public License as published by
6+ * the Free Software Foundation, either version 3 of the License, or
7+ * (at your option) any later version.
8+ *
9+ * You should have received a copy of the GNU General Public License
10+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
11+ *
12+ * @author UrAvgCode
13+ * @description SettingsButtonExport provides functionality to export settings to a file.
14+ */
15+
116package com.uravgcode.chooser.settings.presentation.button
217
318import android.widget.Toast
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2025 UrAvgCode
3+ *
4+ * This program is free software: you can redistribute it and/or modify
5+ * it under the terms of the GNU General Public License as published by
6+ * the Free Software Foundation, either version 3 of the License, or
7+ * (at your option) any later version.
8+ *
9+ * You should have received a copy of the GNU General Public License
10+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
11+ *
12+ * @author UrAvgCode
13+ * @description SettingsButtonImport provides functionality to import settings from a previously exported file.
14+ */
15+
116package com.uravgcode.chooser.settings.presentation.button
217
318import android.widget.Toast
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2025 UrAvgCode
3+ *
4+ * This program is free software: you can redistribute it and/or modify
5+ * it under the terms of the GNU General Public License as published by
6+ * the Free Software Foundation, either version 3 of the License, or
7+ * (at your option) any later version.
8+ *
9+ * You should have received a copy of the GNU General Public License
10+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
11+ *
12+ * @author UrAvgCode
13+ * @description SettingsButtonReset allows users to restore all settings to their default values.
14+ */
15+
116package com.uravgcode.chooser.settings.presentation.button
217
318import androidx.compose.material3.AlertDialog
You can’t perform that action at this time.
0 commit comments