- May 24, 2020
-
-
Marcus authored
But style it according to the current theme. Also style the more "button"
-
Marcus authored
-
Marcus authored
-
Marcus authored
This has a whole bunch of changes to AppDetails: * use MORE Button design from upstream f-droid * make description text selectable * remove custom linkify method use system default * fix nested scrolling problem in description * Having a non-scrolling but still clickcable (links + selection) TextView is not something we get from Android * Short of implementing a rather custom MovementMethod which does Selection + Link handling but forbids scrolling (which might be possible but it seems tricky to get right) * So instead we actually set a short version of the description text when the description is in collapsed state. This way there's no possibility for scrolling, * There's two side-effects I did notice: 1. Text selection is reset on expand/collapse 2. I saw subtly different text layout once in expanded/collapsed state. * italic styling for packageId A couple of things are still not perfect but I couldn't figure our what was going on there: * link clicks work but the link doesn't get the selected effect before opening. * selection in app summary, packageid, antifeatures and signature only work in landscape mode... closes #15 (not sure, but I couldn't reproduce it anymore with these changes) closes #28
-
Marcus authored
Ripple effect etc. shouldn't be green.
-
Marcus authored
-
Marcus authored
-
Marcus authored
-
Marcus authored
This also removes the totally redundant xml files for newer platforms
-
Marcus authored
-
Marcus authored
* Get rid of ExtensionInstaller, it wasn't used anymore anyway. * Add FileInstaller from upstream for installing non apk files * make fdroid classic use a fallback chain of privileged extensions the package names might still change here
-
- May 21, 2020
-
-
Marcus authored
-
- May 18, 2020
-
-
Marcus authored
Previously everything from a repo staying inside the db when removing it without disabling it first, the problem manifests when the repo is readded later (or a mirror), as it would get a new id but all apk entries still point to the original repoid. So we now first disable a repo (which just calls RepoProvider.Helper.purgeApps) before deleting it from the db. closes #29
-
- May 12, 2020
- May 11, 2020
-
-
- addressed images within this repo by relative path not absolute - "enabled" opening images inline
- Apr 11, 2020