From b0c37087f21eb28678089a47dbd89feb8437cb99 Mon Sep 17 00:00:00 2001
From: The-ProGrammer66 <121656436+The-ProGrammer66@users.noreply.github.com>
Date: Tue, 8 Jul 2025 13:45:33 -0700
Subject: [PATCH 1/8] Update strings.xml
Clarify toast strings
---
app/src/main/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 542f244d..17389ac1 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -14,7 +14,7 @@
https://t.me/+AD_rLq66XERkMDNl
v%s (%d)
- 🤖🚫🥚
+ This version doesn't have an Easter egg.
Android %s (%s)
Android %s
From 089f4557269c36b95f104b02676b46f791b95dfd Mon Sep 17 00:00:00 2001
From: The-ProGrammer66 <121656436+The-ProGrammer66@users.noreply.github.com>
Date: Tue, 8 Jul 2025 13:51:19 -0700
Subject: [PATCH 2/8] Update strings.xml
---
core/resources/src/main/res/values/strings.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/core/resources/src/main/res/values/strings.xml b/core/resources/src/main/res/values/strings.xml
index c1ce3adc..68c8a053 100644
--- a/core/resources/src/main/res/values/strings.xml
+++ b/core/resources/src/main/res/values/strings.xml
@@ -42,7 +42,7 @@
Shortcut added to home screen
This is the Easter Eggs analog clock
I agree
- By continuing you agree to Easter Egg\'s privacy policy
+ By continuing you agree to the Easter Egg app\'s privacy policy.
Welcome to Easter Eggs! 🎉
Share
Search…
@@ -52,12 +52,12 @@
Retain Easter egg tasks on Recents screen. Up to 5 can be retained. Not available for the activity embedded mode
About
Contribute
- Due to the system animations being disabled, some features may not work properly. Please go to \"Developer options\" and set the \"Animator duration scale\" option to activate the animations
- Go to settings
+ System animations have been disabled. Some functions may not work properly. Please go to Developer options, then change Animator duration scale.
+ Go to Settings
Don\'t show again
Cat editor
- Input cat\'s seed
+ Input cat seed
Easter eggs
Apps
From 36a9b98b91cfc4dc92cb67c188817de8aceaa248 Mon Sep 17 00:00:00 2001
From: The-ProGrammer66 <121656436+The-ProGrammer66@users.noreply.github.com>
Date: Tue, 8 Jul 2025 14:16:57 -0700
Subject: [PATCH 3/8] Update README.md
Slight rewording and updating copyright date in the license
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 91381a7f..be790fea 100644
--- a/README.md
+++ b/README.md
@@ -32,8 +32,8 @@ This project contains the complete code for all Android Easter eggs, aiming to o
-* **Play Store** uses [Play App Signing](https://support.google.com/googleplay/android-developer/answer/9842756). This may cause app updates from other sources to fail.
-* **Pgyer** has the alpha version. Alpha versions contain unfinished features that are not final and could be removed or reworked without notice. They may contain bugs.
+* **Play Store** uses [Play App Signing](https://support.google.com/googleplay/android-developer/answer/9842756). This may cause app updates from other sources to fail. You will need to uninstall the Play Store version and reinstall the other version to update to another version and vice versa.
+* **Pgyer** hosts the Alpha version. Alpha versions contain unfinished features that are not final and may be removed, reworked or replaced without notice. They may contain bugs.
## Contributing
@@ -42,7 +42,7 @@ issues, [translate](https://crowdin.com/project/easter-eggs) the app into your l
development here.
-View translation status for all languages.
+View translation status for all languages
[](https://crowdin.com/project/easter-eggs)
@@ -67,7 +67,7 @@ development here.
## License
```text
-Copyright 2024 Hu Shenghao
+Copyright 2025 Hu Shenghao
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
From d054992e0727696435b81791651b53e3c68baef6 Mon Sep 17 00:00:00 2001
From: The-ProGrammer66 <121656436+The-ProGrammer66@users.noreply.github.com>
Date: Tue, 8 Jul 2025 14:17:32 -0700
Subject: [PATCH 4/8] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index be790fea..b85164fc 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ This project contains the complete code for all Android Easter eggs, aiming to o
-* **Play Store** uses [Play App Signing](https://support.google.com/googleplay/android-developer/answer/9842756). This may cause app updates from other sources to fail. You will need to uninstall the Play Store version and reinstall the other version to update to another version and vice versa.
+* **Play Store** uses [Play App Signing](https://support.google.com/googleplay/android-developer/answer/9842756). This may cause app updates from other sources to fail. You will need to uninstall the Play Store version and install the other version to update to another version and vice versa.
* **Pgyer** hosts the Alpha version. Alpha versions contain unfinished features that are not final and may be removed, reworked or replaced without notice. They may contain bugs.
## Contributing
From 83369c73cdeeaddd1cf8b6bd0813209c9f62fd75 Mon Sep 17 00:00:00 2001
From: The-ProGrammer66 <121656436+The-ProGrammer66@users.noreply.github.com>
Date: Tue, 8 Jul 2025 14:20:26 -0700
Subject: [PATCH 5/8] Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b85164fc..a111c030 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Android Easter Egg
+# Android Easter Eggs
A collection of Android Easter eggs.
@@ -30,9 +30,9 @@ This project contains the complete code for all Android Easter eggs, aiming to o
[](https://github.com/hushenghao/AndroidEasterEggs/releases)
[](https://www.pgyer.com/eggs)
-
+## Source notes
-* **Play Store** uses [Play App Signing](https://support.google.com/googleplay/android-developer/answer/9842756). This may cause app updates from other sources to fail. You will need to uninstall the Play Store version and install the other version to update to another version and vice versa.
+* **Play Store** uses [Play App Signing](https://support.google.com/googleplay/android-developer/answer/9842756). This will cause app updates from other sources to fail. You will need to uninstall the Play Store version and install the other source's version to update from another source and vice versa.
* **Pgyer** hosts the Alpha version. Alpha versions contain unfinished features that are not final and may be removed, reworked or replaced without notice. They may contain bugs.
## Contributing
From 86fca61eb813e6ec1bffc8d9c0ff4ec54a072957 Mon Sep 17 00:00:00 2001
From: The-ProGrammer66 <121656436+The-ProGrammer66@users.noreply.github.com>
Date: Tue, 8 Jul 2025 14:27:27 -0700
Subject: [PATCH 6/8] Update strings.xml
---
eggs/AndroidNext/src/main/res/values/strings.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eggs/AndroidNext/src/main/res/values/strings.xml b/eggs/AndroidNext/src/main/res/values/strings.xml
index 8b9461be..9ca4d219 100644
--- a/eggs/AndroidNext/src/main/res/values/strings.xml
+++ b/eggs/AndroidNext/src/main/res/values/strings.xml
@@ -1,6 +1,6 @@
- Currently unavailable
- The final release version has been released
+ Waiting for final release/compilation
+ The final release version has been released.
Timeline, milestones, and updates
Releases
From 25bd79c5195ec7a53ce9e604cb28316a4ba24b7a Mon Sep 17 00:00:00 2001
From: The-ProGrammer66 <121656436+The-ProGrammer66@users.noreply.github.com>
Date: Sun, 13 Jul 2025 17:56:23 -0700
Subject: [PATCH 7/8] Update strings.xml
---
app/src/main/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 17389ac1..8eff2b56 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -14,7 +14,7 @@
https://t.me/+AD_rLq66XERkMDNl
v%s (%d)
- This version doesn't have an Easter egg.
+ This version doesn't have an Easter egg.
Android %s (%s)
Android %s
From e04c2a43551d85c8e4c2260bc9e06274de78223f Mon Sep 17 00:00:00 2001
From: The-ProGrammer66 <121656436+The-ProGrammer66@users.noreply.github.com>
Date: Sun, 13 Jul 2025 17:59:20 -0700
Subject: [PATCH 8/8] Update strings.xml
---
core/resources/src/main/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/resources/src/main/res/values/strings.xml b/core/resources/src/main/res/values/strings.xml
index 68c8a053..67699eaf 100644
--- a/core/resources/src/main/res/values/strings.xml
+++ b/core/resources/src/main/res/values/strings.xml
@@ -52,7 +52,7 @@
Retain Easter egg tasks on Recents screen. Up to 5 can be retained. Not available for the activity embedded mode
About
Contribute
- System animations have been disabled. Some functions may not work properly. Please go to Developer options, then change Animator duration scale.
+ System animations have been disabled. Some functions may not work properly. Please go to \"Developer Options"\ in your device\'s settings app, then change Animator duration scale.
Go to Settings
Don\'t show again