mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-02-11 17:08:43 +01:00
Compare commits
4 Commits
81c190a9c0
...
b984e35284
Author | SHA1 | Date | |
---|---|---|---|
|
b984e35284 | ||
|
f2a2a3029d | ||
|
b4ab1ba414 | ||
|
d244e0ed42 |
@ -36,10 +36,13 @@ steps:
|
||||
- git status
|
||||
|
||||
update-fdroid-data:
|
||||
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
||||
image: cs8898/android-fdroid-sdk:33.0.0
|
||||
commands:
|
||||
- pwd
|
||||
- cd ../repoconfig/fdroid-repo-config/
|
||||
- echo -n "$${fdroid_ks}" | base64 -d > keystore.p12
|
||||
- sed -i "s#KS_PASS#$${fdroid_ks_pass}#g" config.yml
|
||||
- sed -i "s#KEY_PASS#$${fdroid_key_pass}#g" config.yml
|
||||
- fdroid update
|
||||
- fdroid deploy
|
||||
- ls -laR repo
|
||||
|
@ -91,6 +91,8 @@ public class LinkResolverActivity extends AppCompatActivity {
|
||||
|
||||
((Infinity) getApplication()).getAppComponent().inject(this);
|
||||
mAccessToken = mCurrentAccountSharedPreferences.getString(SharedPreferencesUtils.ACCESS_TOKEN, null);
|
||||
String instance = mCurrentAccountSharedPreferences.getString(SharedPreferencesUtils.ACCOUNT_INSTANCE, null);
|
||||
mRetrofit.setBaseURL(instance);
|
||||
|
||||
Uri uri = getIntent().getData();
|
||||
if (uri == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user