Skip to content

Commit 93d16a2

Browse files
committed
Initial tweak
1 parent b13799d commit 93d16a2

File tree

9 files changed

+106
-57
lines changed

9 files changed

+106
-57
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,14 @@ proguard-project.txt
3333

3434
# Android Studio/IDEA
3535
*.iml
36-
.idea
36+
.idea/.name
37+
.idea/assetWizardSettings.xml
38+
.idea/compiler.xml
39+
.idea/jarRepositories.xml
40+
.idea/gradle.xml
41+
.idea/misc.xml
42+
.idea/vcs.xml
43+
.idea/workspace.xml
44+
.idea/inspectionProfiles/profiles_settings.xml
45+
.idea/inspectionProfiles/ktlint.xml
46+
.idea/modules.xml

.idea/codeStyles/Project.xml

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/AOSP.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/opatry.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/saveactions_settings.xml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README-template.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

README.md

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
1-
# Template repository
1+
# Speed Run (EMEA area) - Week #3
22

3-
Template repository for the Jetpack Compose [#AndroidDevChallenge](https://developer.android.com/dev-challenge).
3+
[![Workflow result](https://github.com/opatry/android-dev-challenge-compose-week3-EMEA/workflows/Check/badge.svg)](https://github.com/opatry/android-dev-challenge-compose-week3-EMEA/actions/workflows/Check.yaml)
44

5-
## Getting started
6-
Copy this repository by pressing the "Use this template" button in Github.
7-
Clone your repository and open it in the latest [Android Studio (Canary build)](https://developer.android.com/studio/preview).
5+
## :scroll: Description
86

9-
## Submission requirements
10-
- Follow the challenge description on the project website: [developer.android.com/dev-challenge](https://developer.android.com/dev-challenge)
11-
- All UI should be written using Jetpack Compose
12-
- The Github Actions workflow should complete successfully
13-
- Include two screenshots of your submission in the [results](results) folder. The names should be
14-
screenshot_1.png and screenshot_2.png.
15-
- Include a screen record of your submission in the [results](results) folder. The name should be
16-
video.mp4
17-
- Replace the contents of [README.md](README.md) with the contents of [README-template.md](README-template.md) and fill out the template.
7+
## :bulb: Motivation and Context
188

19-
## Code formatting
20-
The CI uses [Spotless](https://github.com/diffplug/spotless) to check if your code is formatted correctly and contains the right licenses.
21-
Internally, Spotless uses [ktlint](https://github.com/pinterest/ktlint) to check the formatting of your code.
22-
To set up ktlint correctly with Android Studio, follow one of the [listed setup options](https://github.com/pinterest/ktlint#-with-intellij-idea).
9+
## :camera_flash: Screenshots
2310

24-
Before committing your code, run `./gradlew app:spotlessApply` to automatically format your code.
11+
### 🌞 Light Mode
12+
Active timer | Timers
13+
--- | --- |
14+
<img src="results/screenshot_1.png" width="260"> | <img src="results/screenshot_2.png" width="260">
15+
16+
### 🌚 Dark Mode
17+
Active timer | Timers
18+
--- | --- |
19+
<img src="results/screenshot_1_dark.png" width="260"> | <img src="results/screenshot_2_dark.png" width="260">
2520

2621
## License
2722
```
@@ -38,4 +33,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
3833
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3934
See the License for the specific language governing permissions and
4035
limitations under the License.
41-
```
36+
```

0 commit comments

Comments
 (0)