Skip to content

Commit a18ccf3

Browse files
committed
Merge branch 'trunk' of github.com-morphed:MorphTuple/Fictie into trunk
2 parents 1d4fb71 + 5ba568e commit a18ccf3

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

.github/workflows/android.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Android CI
2+
3+
on:
4+
push:
5+
branches: [ prerelease ]
6+
pull_request:
7+
branches: [ prerelease ]
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v3
16+
- name: set up JDK 11
17+
uses: actions/setup-java@v3
18+
with:
19+
java-version: '11'
20+
distribution: 'temurin'
21+
cache: gradle
22+
23+
- name: Grant execute permission for gradlew
24+
run: chmod +x gradlew
25+
- name: Build with Gradle
26+
run: ./gradlew build

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Fictie
22
![Fictie Icon](https://github.com/MorphTuple/Fictie/blob/trunk/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png?raw=true)
33

4+
5+
[![Android CI](https://github.com/MorphTuple/Fictie/actions/workflows/android.yml/badge.svg)](https://github.com/MorphTuple/Fictie/actions/workflows/android.yml)
6+
7+
48
Fictie (/ˈfɪk.si/) is an [archiveofourown.org](https://archiveofourown.org) reader for Android
59
written in Kotlin.
610

@@ -12,7 +16,7 @@ agreeing to [Archive of Our Own's Terms of Service](https://archiveofourown.org/
1216

1317
- [x] Search
1418
- [ ] Advanced Search
15-
- [ ] Bookmarking
19+
- [x] Bookmarking
1620
- [ ] Offline Reading
1721
- [ ] Offline Image Asset Store
1822
- [ ] Remember last scroll position

0 commit comments

Comments
 (0)