Skip to content

Commit a417524

Browse files
committed
Revert removal of blank line and change remaining 2 licenses
1 parent a854c19 commit a417524

File tree

73 files changed

+75
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+75
-30
lines changed

app/src/main/java/be/scri/App.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
23
/**
34
* Handles application-level initialization and sets the default night mode based on user configuration.
45
*/

app/src/main/java/be/scri/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
23
/**
34
* Implements the main activity with a custom action bar, ViewPager navigation, and dynamic UI adjustments.
45
*/

app/src/main/java/be/scri/extensions/CommonsContext.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
23
/**
34
* Functions and properties for accessing shared preferences and BaseConfig.
45
*/

app/src/main/java/be/scri/extensions/Context.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
23
/**
34
* Functions for retrieving configuration settings and calculating color based on theme and background preferences.
45
*/

app/src/main/java/be/scri/extensions/ContextStyling.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
23
/**
34
* Functions for determining and retrieving proper text and colors based on user settings.
45
*/

app/src/main/java/be/scri/extensions/Drawable.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
23
/**
34
* Extends the Drawable class to apply a color filter to a drawable using a specified color.
45
*/

app/src/main/java/be/scri/extensions/Int.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
23
/**
34
* Functions for manipulating colors used within the application.
45
*/

app/src/main/java/be/scri/extensions/RecyclerView.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
23
/**
34
* Adds a custom item decoration (divider) to a RecyclerView, using a specified drawable and custom margins.
45
*/

app/src/main/java/be/scri/extensions/View.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
23
/**
34
* Utility functions for managing visibility and haptic feedback in Android views.
45
*/

app/src/main/java/be/scri/helpers/AlphanumericComparator.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
23
/**
34
* A test class to prepare for application testing.
45
*/

0 commit comments

Comments
 (0)