Skip to content

Commit

Permalink
Merge pull request #24 from ImaginativeShohag/update-spotless
Browse files Browse the repository at this point in the history
Add license to existing files (eg., xml, kts etc.)
  • Loading branch information
ImaginativeShohag authored Jun 30, 2023
2 parents 921867c + 9fac5f3 commit fba92d7
Show file tree
Hide file tree
Showing 73 changed files with 1,808 additions and 6 deletions.
26 changes: 26 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/*
* Copyright 2023 Md. Mahmudul Hasan Shohag
*
* Licensed 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless 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.
*
* ------------------------------------------------------------------------
*
* Project: Why Not Compose!
* Developed by: @ImaginativeShohag
*
* Md. Mahmudul Hasan Shohag
* [email protected]
*
* Source: https://github.com/ImaginativeShohag/Why-Not-Compose
*/

plugins {
id(Libs.Android.application)
kotlin("android")
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
~ [email protected]
~
~ Source: https://github.com/ImaginativeShohag/Why-Not-Compose
-->
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

Expand Down
27 changes: 27 additions & 0 deletions app/src/main/res/drawable/ic_arrow_down.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Md. Mahmudul Hasan Shohag
~
~ Licensed 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless 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.
~
~ ========================================================================
~
~ Project: Why Not Compose!
~ Developed by: @ImaginativeShohag
~
~ Md. Mahmudul Hasan Shohag
~ [email protected]
~
~ Source: https://github.com/ImaginativeShohag/Why-Not-Compose
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
Expand Down
27 changes: 27 additions & 0 deletions app/src/main/res/drawable/ic_arrow_left.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Md. Mahmudul Hasan Shohag
~
~ Licensed 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless 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.
~
~ ========================================================================
~
~ Project: Why Not Compose!
~ Developed by: @ImaginativeShohag
~
~ Md. Mahmudul Hasan Shohag
~ [email protected]
~
~ Source: https://github.com/ImaginativeShohag/Why-Not-Compose
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
Expand Down
27 changes: 27 additions & 0 deletions app/src/main/res/drawable/ic_arrow_left_single.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Md. Mahmudul Hasan Shohag
~
~ Licensed 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless 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.
~
~ ========================================================================
~
~ Project: Why Not Compose!
~ Developed by: @ImaginativeShohag
~
~ Md. Mahmudul Hasan Shohag
~ [email protected]
~
~ Source: https://github.com/ImaginativeShohag/Why-Not-Compose
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
Expand Down
27 changes: 27 additions & 0 deletions app/src/main/res/drawable/ic_brightness_high.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Md. Mahmudul Hasan Shohag
~
~ Licensed 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless 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.
~
~ ========================================================================
~
~ Project: Why Not Compose!
~ Developed by: @ImaginativeShohag
~
~ Md. Mahmudul Hasan Shohag
~ [email protected]
~
~ Source: https://github.com/ImaginativeShohag/Why-Not-Compose
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
Expand Down
27 changes: 27 additions & 0 deletions app/src/main/res/drawable/ic_car.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Md. Mahmudul Hasan Shohag
~
~ Licensed 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless 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.
~
~ ========================================================================
~
~ Project: Why Not Compose!
~ Developed by: @ImaginativeShohag
~
~ Md. Mahmudul Hasan Shohag
~ [email protected]
~
~ Source: https://github.com/ImaginativeShohag/Why-Not-Compose
-->

<vector android:height="64dp"
android:viewportHeight="256"
android:viewportWidth="256"
Expand Down
27 changes: 27 additions & 0 deletions app/src/main/res/drawable/ic_close.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Md. Mahmudul Hasan Shohag
~
~ Licensed 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless 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.
~
~ ========================================================================
~
~ Project: Why Not Compose!
~ Developed by: @ImaginativeShohag
~
~ Md. Mahmudul Hasan Shohag
~ [email protected]
~
~ Source: https://github.com/ImaginativeShohag/Why-Not-Compose
-->

<vector android:height="24dp"
android:viewportHeight="18"
android:viewportWidth="18"
Expand Down
27 changes: 27 additions & 0 deletions app/src/main/res/drawable/ic_danger_circle.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Md. Mahmudul Hasan Shohag
~
~ Licensed 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless 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.
~
~ ========================================================================
~
~ Project: Why Not Compose!
~ Developed by: @ImaginativeShohag
~
~ Md. Mahmudul Hasan Shohag
~ [email protected]
~
~ Source: https://github.com/ImaginativeShohag/Why-Not-Compose
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
Expand Down
27 changes: 27 additions & 0 deletions app/src/main/res/drawable/ic_emudi_bg.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Md. Mahmudul Hasan Shohag
~
~ Licensed 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless 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.
~
~ ========================================================================
~
~ Project: Why Not Compose!
~ Developed by: @ImaginativeShohag
~
~ Md. Mahmudul Hasan Shohag
~ [email protected]
~
~ Source: https://github.com/ImaginativeShohag/Why-Not-Compose
-->

<vector android:height="200dp"
android:viewportHeight="760"
android:viewportWidth="360"
Expand Down
27 changes: 27 additions & 0 deletions app/src/main/res/drawable/ic_emudi_part_1.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Md. Mahmudul Hasan Shohag
~
~ Licensed 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless 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.
~
~ ========================================================================
~
~ Project: Why Not Compose!
~ Developed by: @ImaginativeShohag
~
~ Md. Mahmudul Hasan Shohag
~ [email protected]
~
~ Source: https://github.com/ImaginativeShohag/Why-Not-Compose
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="61dp"
android:height="44dp"
Expand Down
27 changes: 27 additions & 0 deletions app/src/main/res/drawable/ic_emudi_part_2.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Md. Mahmudul Hasan Shohag
~
~ Licensed 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless 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.
~
~ ========================================================================
~
~ Project: Why Not Compose!
~ Developed by: @ImaginativeShohag
~
~ Md. Mahmudul Hasan Shohag
~ [email protected]
~
~ Source: https://github.com/ImaginativeShohag/Why-Not-Compose
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="189dp"
Expand Down
27 changes: 27 additions & 0 deletions app/src/main/res/drawable/ic_hexagon_outline_1.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Md. Mahmudul Hasan Shohag
~
~ Licensed 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless 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.
~
~ ========================================================================
~
~ Project: Why Not Compose!
~ Developed by: @ImaginativeShohag
~
~ Md. Mahmudul Hasan Shohag
~ [email protected]
~
~ Source: https://github.com/ImaginativeShohag/Why-Not-Compose
-->

<vector android:height="200dp" android:viewportHeight="466.6648"
android:viewportWidth="466.6648" android:width="200dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#00000000"
Expand Down
Loading

0 comments on commit fba92d7

Please sign in to comment.