This commit is contained in:
M66B 2020-08-23 09:54:29 +02:00
parent bcd668a622
commit a9d435bc2f
4 changed files with 10 additions and 4 deletions

2
FAQ.md
View File

@ -902,7 +902,7 @@ Note that only some convenience and advanced features need to be purchased which
Also note that most free apps will appear not to be sustainable in the end, whereas FairEmail is properly maintained and supported,
and that free apps may have a catch, like sending privacy sensitive information to the internet.
I have been working on FairEmail almost every day for more than one and a half a year, so I think the price is more than reasonable.
I have been working on FairEmail almost every day for more than two years, so I think the price is more than reasonable.
For this reason there won't be discounts either.
<br />

View File

@ -24,7 +24,6 @@ import android.content.SharedPreferences;
import android.graphics.Paint;
import android.net.Uri;
import android.os.Bundle;
import android.text.method.LinkMovementMethod;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
@ -107,7 +106,13 @@ public class FragmentPro extends FragmentBase implements SharedPreferences.OnSha
ivExternal.setVisibility(Helper.isPlayStoreInstall() ? View.GONE : View.VISIBLE);
tvPriceHint.setMovementMethod(LinkMovementMethod.getInstance());
tvPriceHint.setPaintFlags(tvPriceHint.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
tvPriceHint.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
Helper.viewFAQ(getContext(), 19);
}
});
btnCheck.setOnClickListener(new View.OnClickListener() {
@Override

View File

@ -120,6 +120,7 @@
android:layout_marginTop="12dp"
android:text="@string/title_pro_price"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorLink"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvHint" />

View File

@ -1348,7 +1348,7 @@
</string>
<string name="title_pro_hide">Hide small message for %1$d weeks</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported.</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_price">Why are the pro features so expensive?</string>
<string name="title_pro_pending">Purchase pending</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>