diff --git a/README.md b/README.md new file mode 100644 index 0000000..37cd3a3 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +Comet +===== + +Comet is a Gemini browser for Android, compatible back to Android 7.0. + + + +About +----- + +Comet is licensed as GPLv3. The app logo is licensed under CC0. diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0ea7f5e..c87e75a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,9 +8,9 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml deleted file mode 100644 index 07d5da9..0000000 --- a/app/src/main/res/drawable/ic_launcher_background.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml deleted file mode 100644 index eca70cf..0000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index eca70cf..0000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_logo.xml b/app/src/main/res/mipmap-anydpi-v26/ic_logo.xml new file mode 100644 index 0000000..62016d9 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_logo.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_logo_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_logo_round.xml new file mode 100644 index 0000000..62016d9 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_logo_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/app/src/main/res/mipmap-hdpi/ic_launcher.webp deleted file mode 100644 index c209e78..0000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp deleted file mode 100644 index b2dfe3d..0000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_logo.png b/app/src/main/res/mipmap-hdpi/ic_logo.png new file mode 100644 index 0000000..1fc7fae Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_logo.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_logo_background.png b/app/src/main/res/mipmap-hdpi/ic_logo_background.png new file mode 100644 index 0000000..ec47d95 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_logo_background.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_logo_foreground.png b/app/src/main/res/mipmap-hdpi/ic_logo_foreground.png new file mode 100644 index 0000000..a6d5a6f Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_logo_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_logo_round.png b/app/src/main/res/mipmap-hdpi/ic_logo_round.png new file mode 100644 index 0000000..9700a9b Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_logo_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/app/src/main/res/mipmap-mdpi/ic_launcher.webp deleted file mode 100644 index 4f0f1d6..0000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp deleted file mode 100644 index 62b611d..0000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_logo.png b/app/src/main/res/mipmap-mdpi/ic_logo.png new file mode 100644 index 0000000..13d8c6d Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_logo.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_logo_background.png b/app/src/main/res/mipmap-mdpi/ic_logo_background.png new file mode 100644 index 0000000..908bb1a Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_logo_background.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_logo_foreground.png b/app/src/main/res/mipmap-mdpi/ic_logo_foreground.png new file mode 100644 index 0000000..619b4fe Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_logo_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_logo_round.png b/app/src/main/res/mipmap-mdpi/ic_logo_round.png new file mode 100644 index 0000000..9adb881 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_logo_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp deleted file mode 100644 index 948a307..0000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp deleted file mode 100644 index 1b9a695..0000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_logo.png b/app/src/main/res/mipmap-xhdpi/ic_logo.png new file mode 100644 index 0000000..2efb3c2 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_logo.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_logo_background.png b/app/src/main/res/mipmap-xhdpi/ic_logo_background.png new file mode 100644 index 0000000..21f24fb Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_logo_background.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_logo_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_logo_foreground.png new file mode 100644 index 0000000..912ffaf Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_logo_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_logo_round.png b/app/src/main/res/mipmap-xhdpi/ic_logo_round.png new file mode 100644 index 0000000..7f3b846 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_logo_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp deleted file mode 100644 index 28d4b77..0000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp deleted file mode 100644 index 9287f50..0000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_logo.png b/app/src/main/res/mipmap-xxhdpi/ic_logo.png new file mode 100644 index 0000000..c3c8a61 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_logo.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_logo_background.png b/app/src/main/res/mipmap-xxhdpi/ic_logo_background.png new file mode 100644 index 0000000..3a8a299 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_logo_background.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_logo_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_logo_foreground.png new file mode 100644 index 0000000..dd053c0 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_logo_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_logo_round.png b/app/src/main/res/mipmap-xxhdpi/ic_logo_round.png new file mode 100644 index 0000000..3df73f9 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_logo_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp deleted file mode 100644 index aa7d642..0000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp deleted file mode 100644 index 9126ae3..0000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_logo.png b/app/src/main/res/mipmap-xxxhdpi/ic_logo.png new file mode 100644 index 0000000..4de86cb Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_logo.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_logo_background.png b/app/src/main/res/mipmap-xxxhdpi/ic_logo_background.png new file mode 100644 index 0000000..a8e007a Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_logo_background.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_logo_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_logo_foreground.png new file mode 100644 index 0000000..e8e0c05 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_logo_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_logo_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_logo_round.png new file mode 100644 index 0000000..2e7db51 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_logo_round.png differ