File tree Expand file tree Collapse file tree
app/src/main/java/com/opennotes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * * Copyright (c) 2026 Dhanush Sugganahalli <dhanush41230@gmail.com>
4+ * *
5+ * * This program is free software; you can redistribute it and/or modify it under
6+ * * the terms of the GNU General Public License as published by the Free Software
7+ * * Foundation; either version 3 of the License, or (at your option) any later
8+ * * version.
9+ * *
10+ * * This program is distributed in the hope that it will be useful, but WITHOUT ANY
11+ * * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ * * PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ * *
14+ * * You should have received a copy of the GNU General Public License along with
15+ * * this program. If not, see <http://www.gnu.org/licenses/>.
16+ *
17+ */
18+
119package com.opennotes.notes.domain.model
220
321enum class AppIcon (
Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * * Copyright (c) 2026 Dhanush Sugganahalli <dhanush41230@gmail.com>
4+ * *
5+ * * This program is free software; you can redistribute it and/or modify it under
6+ * * the terms of the GNU General Public License as published by the Free Software
7+ * * Foundation; either version 3 of the License, or (at your option) any later
8+ * * version.
9+ * *
10+ * * This program is distributed in the hope that it will be useful, but WITHOUT ANY
11+ * * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ * * PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ * *
14+ * * You should have received a copy of the GNU General Public License along with
15+ * * this program. If not, see <http://www.gnu.org/licenses/>.
16+ *
17+ */
18+
119package com.opennotes.notes.presentation.addEditNote.components
220
321import androidx.compose.foundation.horizontalScroll
Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * * Copyright (c) 2026 Dhanush Sugganahalli <dhanush41230@gmail.com>
4+ * *
5+ * * This program is free software; you can redistribute it and/or modify it under
6+ * * the terms of the GNU General Public License as published by the Free Software
7+ * * Foundation; either version 3 of the License, or (at your option) any later
8+ * * version.
9+ * *
10+ * * This program is distributed in the hope that it will be useful, but WITHOUT ANY
11+ * * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ * * PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ * *
14+ * * You should have received a copy of the GNU General Public License along with
15+ * * this program. If not, see <http://www.gnu.org/licenses/>.
16+ *
17+ */
18+
119package com.opennotes.notes.presentation.addEditNote.components
220
321import android.Manifest
Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * * Copyright (c) 2026 Dhanush Sugganahalli <dhanush41230@gmail.com>
4+ * *
5+ * * This program is free software; you can redistribute it and/or modify it under
6+ * * the terms of the GNU General Public License as published by the Free Software
7+ * * Foundation; either version 3 of the License, or (at your option) any later
8+ * * version.
9+ * *
10+ * * This program is distributed in the hope that it will be useful, but WITHOUT ANY
11+ * * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ * * PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ * *
14+ * * You should have received a copy of the GNU General Public License along with
15+ * * this program. If not, see <http://www.gnu.org/licenses/>.
16+ *
17+ */
18+
119package com.opennotes.notes.presentation.addEditNote.components.markdown
220
321import androidx.compose.ui.text.TextRange
Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * * Copyright (c) 2026 Dhanush Sugganahalli <dhanush41230@gmail.com>
4+ * *
5+ * * This program is free software; you can redistribute it and/or modify it under
6+ * * the terms of the GNU General Public License as published by the Free Software
7+ * * Foundation; either version 3 of the License, or (at your option) any later
8+ * * version.
9+ * *
10+ * * This program is distributed in the hope that it will be useful, but WITHOUT ANY
11+ * * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ * * PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ * *
14+ * * You should have received a copy of the GNU General Public License along with
15+ * * this program. If not, see <http://www.gnu.org/licenses/>.
16+ *
17+ */
18+
119package com.opennotes.notes.presentation.reminder
220
321import android.app.NotificationChannel
Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * * Copyright (c) 2026 Dhanush Sugganahalli <dhanush41230@gmail.com>
4+ * *
5+ * * This program is free software; you can redistribute it and/or modify it under
6+ * * the terms of the GNU General Public License as published by the Free Software
7+ * * Foundation; either version 3 of the License, or (at your option) any later
8+ * * version.
9+ * *
10+ * * This program is distributed in the hope that it will be useful, but WITHOUT ANY
11+ * * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ * * PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ * *
14+ * * You should have received a copy of the GNU General Public License along with
15+ * * this program. If not, see <http://www.gnu.org/licenses/>.
16+ *
17+ */
18+
119package com.opennotes.settings.presentation
220
321import android.content.ComponentName
Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * * Copyright (c) 2026 Dhanush Sugganahalli <dhanush41230@gmail.com>
4+ * *
5+ * * This program is free software; you can redistribute it and/or modify it under
6+ * * the terms of the GNU General Public License as published by the Free Software
7+ * * Foundation; either version 3 of the License, or (at your option) any later
8+ * * version.
9+ * *
10+ * * This program is distributed in the hope that it will be useful, but WITHOUT ANY
11+ * * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ * * PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ * *
14+ * * You should have received a copy of the GNU General Public License along with
15+ * * this program. If not, see <http://www.gnu.org/licenses/>.
16+ *
17+ */
18+
119package com.opennotes.settings.presentation
220
321import androidx.compose.animation.AnimatedVisibility
Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * * Copyright (c) 2026 Dhanush Sugganahalli <dhanush41230@gmail.com>
4+ * *
5+ * * This program is free software; you can redistribute it and/or modify it under
6+ * * the terms of the GNU General Public License as published by the Free Software
7+ * * Foundation; either version 3 of the License, or (at your option) any later
8+ * * version.
9+ * *
10+ * * This program is distributed in the hope that it will be useful, but WITHOUT ANY
11+ * * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ * * PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ * *
14+ * * You should have received a copy of the GNU General Public License along with
15+ * * this program. If not, see <http://www.gnu.org/licenses/>.
16+ *
17+ */
18+
119package com.opennotes.ui.theme
220
321import androidx.compose.material3.Typography
Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * * Copyright (c) 2026 Dhanush Sugganahalli <dhanush41230@gmail.com>
4+ * *
5+ * * This program is free software; you can redistribute it and/or modify it under
6+ * * the terms of the GNU General Public License as published by the Free Software
7+ * * Foundation; either version 3 of the License, or (at your option) any later
8+ * * version.
9+ * *
10+ * * This program is distributed in the hope that it will be useful, but WITHOUT ANY
11+ * * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ * * PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ * *
14+ * * You should have received a copy of the GNU General Public License along with
15+ * * this program. If not, see <http://www.gnu.org/licenses/>.
16+ *
17+ */
18+
119package com.opennotes.util
220
321import com.opennotes.BuildConfig
Original file line number Diff line number Diff line change 1+ /*
2+ *
3+ * * Copyright (c) 2026 Dhanush Sugganahalli <dhanush41230@gmail.com>
4+ * *
5+ * * This program is free software; you can redistribute it and/or modify it under
6+ * * the terms of the GNU General Public License as published by the Free Software
7+ * * Foundation; either version 3 of the License, or (at your option) any later
8+ * * version.
9+ * *
10+ * * This program is distributed in the hope that it will be useful, but WITHOUT ANY
11+ * * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12+ * * PARTICULAR PURPOSE. See the GNU General Public License for more details.
13+ * *
14+ * * You should have received a copy of the GNU General Public License along with
15+ * * this program. If not, see <http://www.gnu.org/licenses/>.
16+ *
17+ */
You can’t perform that action at this time.
0 commit comments