diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a099068..6f7a6336 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Install Ninja + run: sudo apt-get install -y ninja-build - uses: actions/setup-java@v4 with: distribution: 'zulu' diff --git a/README.md b/README.md index dd04692e..29187af1 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,19 @@ ## Screenshots -| Followed journals (dark) | Search results (light) | Journal details (light) | Abstract (dark) | -|----------------------------------------------------|---------------------------------------------------------|--------------------------------------------------------------|----------------------------------------------------| -| ![Journals](screenshots/dark_android_journals.png) | ![Search](screenshots/light_android_search_results.png) | ![JournalDetails](screenshots/light_ios_journal_details.png) | ![abstract](screenshots/dark_android_abstract.png) | + +| Home screen (light) | Search screen (light) | Journals screen(dark) | +|---------------------------------------------------|------------------------------------------------------|---------------------------------------------------------| +| ![Feed](screenshots/light_ios_feed.png) | ![Search](screenshots/light_ios_search_screen.png) | ![Journals](screenshots/dark_ios_library_journals.png) | + +| Queries screen (dark) | Journal latest works (dark) | Abstract (dark) | +|---------------------------------------------------|------------------------------------------------------|---------------------------------------------------------| +| ![Query](screenshots/dark_ios_library_queries.png) | ![JournalDetails](screenshots/dark_ios_journal_details.png) | ![Abstract](screenshots/dark_android_abstract.png) | ## Description

-Wispar is a user-friendly and privacy-friendly Android/iOS app that seamlessly searches scientific journals using the Crossref API. Stay updated on your preferred journals by following them and receive new article abstracts in your main feed. No account required. The integration of Unpaywall ensures convenient access to open-access articles, while EZproxy helps overcome subscription barriers. +Wispar is a user-friendly and privacy-friendly Android/iOS app that seamlessly searches scientific journals and articles using the Crossref API. Stay updated on your preferred journals by following them and receive new article abstracts in your main feed. No account required. The integration of Unpaywall ensures convenient access to open-access articles, while EZproxy helps overcome subscription barriers. Wispar is still under development and is not ready yet. APK files can be obtained from the workflow artifacts (must be signed in).

@@ -34,6 +39,7 @@ Wispar is a user-friendly and privacy-friendly Android/iOS app that seamlessly s ## Features overview