Watch multiple videos back-to-back on Android
Go to file
2022-12-18 23:15:36 +13:00
__tests__ Ran prettier 2022-12-18 18:32:44 +13:00
.bundle Add basic swipe functionality through videos 2022-12-15 16:32:28 +13:00
android Fix old references to removed libraries 2022-12-18 22:37:16 +13:00
ios Ran prettier 2022-12-18 18:32:44 +13:00
.buckconfig Add basic swipe functionality through videos 2022-12-15 16:32:28 +13:00
.eslintrc.js Ran prettier 2022-12-18 18:32:44 +13:00
.gitignore Add basic swipe functionality through videos 2022-12-15 16:32:28 +13:00
.node-version Add basic swipe functionality through videos 2022-12-15 16:32:28 +13:00
.prettierrc.js Ran prettier 2022-12-18 18:32:44 +13:00
.ruby-version Add basic swipe functionality through videos 2022-12-15 16:32:28 +13:00
.watchmanconfig Ran prettier 2022-12-18 18:32:44 +13:00
app.json Ran prettier 2022-12-18 18:32:44 +13:00
App.tsx Allow images as well as videos 2022-12-18 23:15:36 +13:00
babel.config.js Ran prettier 2022-12-18 18:32:44 +13:00
constants.ts Ran prettier 2022-12-18 18:32:44 +13:00
Gemfile Add basic swipe functionality through videos 2022-12-15 16:32:28 +13:00
index.js Ran prettier 2022-12-18 18:32:44 +13:00
Item.tsx Allow images as well as videos 2022-12-18 23:15:36 +13:00
LICENSE Add LICENSE 2022-12-15 16:34:08 +13:00
metro.config.js Ran prettier 2022-12-18 18:32:44 +13:00
package.json Remove unused packages 2022-12-18 22:25:18 +13:00
README.md Add template README 2022-12-18 22:41:26 +13:00
tsconfig.json Add basic swipe functionality through videos 2022-12-15 16:32:28 +13:00
yarn.lock Remove unused packages 2022-12-18 22:25:18 +13:00

Swiper

Watch multiple videos on your Android device back-to-back.

Get it on Google Play

Screenshots

Building from Source

First follow the React Native Environment Setup. Then run the following command:

cd android
./gradlew assembleRelease

The apk file can be found at android/app/build/outputs/apk/release/app-*-release.apk The APKs are separated by architecture, for example we have:

  • app-arm64-v8a-release.apk
  • app-armeabi-v7a-release.apk
  • app-x86_64-release.apk
  • app-x86-release.apk

Your phone is probably app-arm64-v8a-release.apk.

Running in Development

First ensure Node.js dependencies are installed:

yarn install

Then start the metro server:

yarn start

Then (in a separate terminal) run the android script:

yarn android

Fdroid Metadata

You can find the metadata yaml file in the fdroiddata repository: https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.swiper.yml