Add metadata for playstore
|
@ -3,19 +3,5 @@ apple_id(ENV["PHOTOS_APPLE_ID"])
|
|||
team_id(ENV["PHOTOS_TEAM_ID"])
|
||||
api_key(ENV["PHOTOS_CONNECT_KEY"])
|
||||
|
||||
|
||||
# app_identifier("<your app bundle identifier>")
|
||||
# apple_id("<your app store connect email>")
|
||||
# team_id("<your app store connect team id>")
|
||||
|
||||
|
||||
|
||||
# For more information about available options, see the documentation:
|
||||
# https://docs.fastlane.tools/actions/sigh/
|
||||
# https://docs.fastlane.tools/actions/match/
|
||||
# https://docs.fastlane.tools/actions/pem/
|
||||
# https://docs.fastlane.tools/actions/cert/
|
||||
# https://docs.fastlane.tools/actions/supply/
|
||||
# https://docs.fastlane.tools/actions/testflight/
|
||||
# https://docs.fastlane.tools/actions/increment_build_number/
|
||||
# https://docs.fastlane.tools/actions/increment_version_number/
|
||||
json_key_file(ENV["PHOTOS_PLAYSTORE_JSON_KEY_PATH"])
|
||||
package_name(ENV["PHOTOS_PKG_NAME"])
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
before_all do |lane|
|
||||
ENV["SUPPLY_METADATA_PATH"] = "./fastlane/metadata/playstore"
|
||||
end
|
||||
|
||||
desc "Download iOS screenshots"
|
||||
lane :download_ios_screenshots do
|
||||
user_name = ENV["APPLE_USER_NAME"]
|
||||
|
@ -5,3 +9,17 @@ lane :download_ios_screenshots do
|
|||
sh("fastlane deliver download_screenshots -w './metadata/ios/Screenshots' -u '#{user_name}' -a '#{bundle_id}' --use_live_version true --metadata_path './metadata/ios'")
|
||||
end
|
||||
|
||||
|
||||
|
||||
desc "Download Android metadata"
|
||||
lane :download_android_metadata do
|
||||
puts "Loading Appfile from path: #{File.expand_path('../Appfile', __FILE__)}"
|
||||
package_name = ENV["PHOTOS_PKG_NAME"]
|
||||
key_path = ENV["PHOTOS_PLAYSTORE_JSON_KEY_PATH"]
|
||||
|
||||
sh("fastlane supply init --metadata_path='./fastlane/metadata/playstore'
|
||||
--json_key='#{key_path}' --package_name='#{package_name}'")
|
||||
|
||||
|
||||
# UI.success("Android metadata downloaded to #{ENV["SUPPLY_METADATA_PATH"]}")
|
||||
end
|
||||
|
|
|
@ -21,13 +21,13 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
|
|||
|
||||
Download iOS screenshots
|
||||
|
||||
### download_selected_ios_metadata
|
||||
### download_android_metadata
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane download_selected_ios_metadata
|
||||
[bundle exec] fastlane download_android_metadata
|
||||
```
|
||||
|
||||
Download selected iOS metadata
|
||||
Download Android metadata
|
||||
|
||||
----
|
||||
|
||||
|
|
7
fastlane/metadata/playstore/en-US/changelogs/443.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
- Location tags
|
||||
|
||||
This release includes a fresh, beautiful, privacy-friendly way to search through your photos by location!
|
||||
|
||||
Tag a photo with a location, define a radius, and ente will automatically cluster all photos clicked within that area.
|
||||
|
||||
Open a photo, and click on the Info button to get started!
|
30
fastlane/metadata/playstore/en-US/full_description.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
Ente is a simple app to automatically backup and organize your photos and videos.
|
||||
|
||||
If you've been looking for a privacy-friendly alternative to preserve your memories, you've come to the right place. With Ente, they are stored end-to-end encrypted (e2ee). This means that only you can view them.
|
||||
|
||||
We have apps across Android, iOS, web and Desktop, and your photos will seamlessly sync between all your devices in an end-to-end encrypted (e2ee) manner.
|
||||
|
||||
Ente also makes it simple to share your albums with your loved ones. You can either share them directly with other Ente users, end-to-end encrypted; or with publicly viewable links.
|
||||
|
||||
Your encrypted data is stored across multiple locations, including a fall-out shelter in Paris. We take posterity seriously and make it easy to ensure that your memories outlive you.
|
||||
|
||||
We are here to make the safest photos app ever, come join our journey!
|
||||
|
||||
✨ FEATURES
|
||||
- Original quality backups, because every pixel is important
|
||||
- Family plans, so you can share storage with your family
|
||||
- Shared folders, in case you want your partner to enjoy your "Camera" clicks
|
||||
- Album links, that can be protected with a password and set to expire
|
||||
- Ability to free up space, by removing files that have been safely backed up
|
||||
- Image editor, to add finishing touches
|
||||
- Favorite, hide and relive your memories, for they are precious
|
||||
- One-click import from Google, Apple, your hard drive and more
|
||||
- Dark theme, because your photos look good in it
|
||||
- 2FA, 3FA, biometric auth
|
||||
- and a LOT more!
|
||||
|
||||
💲 PRICING
|
||||
We don't offer forever free plans, because it is important to us that we remain sustainable and withstand the test of time. Instead we offer affordable plans that you can freely share with your family. You can find more information at ente.io.
|
||||
|
||||
🙋 SUPPORT
|
||||
We take pride in offering human support. If you are our paid customer, you can reach out to team@ente.io and expect a response from our team within 24 hours.
|
BIN
fastlane/metadata/playstore/en-US/images/featureGraphic.png
Normal file
After Width: | Height: | Size: 283 KiB |
BIN
fastlane/metadata/playstore/en-US/images/icon.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 690 KiB |
After Width: | Height: | Size: 1.9 MiB |
After Width: | Height: | Size: 1.6 MiB |
After Width: | Height: | Size: 853 KiB |
After Width: | Height: | Size: 76 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 3.1 MiB |
After Width: | Height: | Size: 3.1 MiB |
1
fastlane/metadata/playstore/en-US/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Encrypted photo storage - backup, organize and share your photos and videos
|
1
fastlane/metadata/playstore/en-US/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
ente Photos
|