-
Notifications
You must be signed in to change notification settings - Fork 35
Conversation
I can't add the verification task through a PR, but here's the commit for you to cherry-pick to master before merging this. |
Signed-off-by: Harsh Shandilya <[email protected]>
Signed-off-by: Harsh Shandilya <[email protected]>
Signed-off-by: Harsh Shandilya <[email protected]>
ff04147
to
992d4bb
Compare
Well, I was 5 seconds away from updating the branch for Gradle 6.3. I've done that anyway now, so you can probably just pick this to master or I can start a new PR as per your preference. |
One thing I've noticed (based on https://gitlab.com/fdroid/rfp/-/issues/1320#note_331543140) is that we are missing |
Sure, I'll check what needs to be configured to add it automatically. |
Turns out that it cannot be added automatically, because Gradle makes this manual and explicit, and F-Droid being F-Droid bumps the responsibility to downstream app developers rather than attempt to automate it on their end which would actually be rather simple. I'll add it manually for now and just take care going forward to keep doing it by hand. |
…jarvis/swipe-gesture-icon-position' into features * msfjarvis/multiple_accounts: (24 commits) Adds multiple accounts support Prepare next version Update changelog for 0.9.1 (Tunous#198) Force logout all users (Tunous#196) Handle exceptions while opening a browser (Tunous#108) (Tunous#193) Prevent selection of negative ranges in SelectionLimitingTextView (fixes Tunous#190) (Tunous#194) Prepare next version Release 0.9.0 (Tunous#184) Release workflow (Tunous#185) Fix image loading issues due to http urls (Tunous#183) Selftext selection (Tunous#178) Submission title selection (Tunous#182) Update changelog with missed changes Wrap comment byline when it is too long to fit in one line (Tunous#145) Revert "Run Debug workflow only on push" Upgrade to Gradle 6.3 and add checksum field for F-Droid (Tunous#180) Run Debug workflow only on push Upgrade Gradle to 6.2.1 (Tunous#152) Use GitHub Actions (#72) Switch to on-device link unfurler (Tunous#138) ... * msfjarvis/swipe-gesture-icon-position: (26 commits) Return false to keep the touch flow going Make the gestures' icons follow touch event position on Y Swipe Actions' icons at same level as touch event Prepare next version Update changelog for 0.9.1 (Tunous#198) Force logout all users (Tunous#196) Handle exceptions while opening a browser (Tunous#108) (Tunous#193) Prevent selection of negative ranges in SelectionLimitingTextView (fixes Tunous#190) (Tunous#194) Prepare next version Release 0.9.0 (Tunous#184) Release workflow (Tunous#185) Fix image loading issues due to http urls (Tunous#183) Selftext selection (Tunous#178) Submission title selection (Tunous#182) Update changelog with missed changes Wrap comment byline when it is too long to fit in one line (Tunous#145) Revert "Run Debug workflow only on push" Upgrade to Gradle 6.3 and add checksum field for F-Droid (Tunous#180) Run Debug workflow only on push Upgrade Gradle to 6.2.1 (Tunous#152) ...
Also removed the hardcoded version in build.gradle to avoid unnecessary diff churn when upgrading.