Daniel Martí
e437898e33
Further fixes to layouts
2013-12-31 11:03:34 +01:00
Hans-Christoph Steiner
f9d2fbb0ae
if incoming repo already exists and is enabled, show Toast and hide dialog
...
No need to show the dialog if it won't let you take any action.
2013-12-02 21:50:08 -05:00
Hans-Christoph Steiner
c7b076e5ea
add detailed checking of incoming repos based on fingerprint in DB
...
When a new repo is being added, whether manually or via an incoming Intent,
check the address and fingerprint against repos in the DB. If the repo is
not in the DB, offer to add it. If the repo address is in the DB, then do
more checks:
* If that address has no fingerprint in the DB, then offer to add the new
repo including that fingerprint. This might happen when upgrading a repo
from unsigned to signed.
* if the incoming info matches a repo in the DB, offer to enable that repo
* if the address matches a repo in the DB but the incoming fingerprint does
not match the fingerprint in the DB, warn the user, and tell them to
delete the existing repo if they truly want to override the existing info
2013-12-02 21:50:08 -05:00
Ciaran Gultnieks
2e21f8abba
Support for displaying UpstreamNonFree
2013-11-27 11:26:52 +00:00
Hans-Christoph Steiner
36da418660
add CheckBox to enable overwriting of existing repos when adding new ones
...
The "Add" button is disabled until the user turns overwrite on. It should
prevent accidental overwriting, but I imagine this could be handled better.
2013-11-20 00:06:12 -05:00
Hans-Christoph Steiner
14c525e7ff
add fingerprint field to Add Repo dialog, and alert if repo already exists
...
Previously, anything added via the Add New Repository dialog would just
overwrite any existing repo config that was there. This has become a
bigger issue with the QR Code scanning since it could become an attack
vector. This is the first step towards making this Add Repo dialog give
more info to the user about the state of things, and what the user might
replace by clicking OK.
2013-11-20 00:06:12 -05:00
Daniel Martí
a76a465cf1
Re-add theming, much better this time
2013-11-03 16:12:22 +01:00
Daniel Martí
ed49eced45
Change setting "Incompatible apps" to "Incompatible versions"
...
Rather large rewrite, basically doing:
* Always show incompatible apps
* Don't fetch incompatible apks if the new setting is off
* Start using result codes when returning from PreferencesActivity
2013-11-02 18:27:02 +01:00
Kevin Everets
b3f0034140
Change wording in App Details from "Update" to "Upgrade"
...
An "Update" in that context implies that the details will update, not
that the app itself will be upgraded.
2013-10-25 15:27:32 -04:00
Daniel Martí
d6f0fbca98
New setting: Automatic app list updates only on wifi ( fixes : #380 )
2013-10-24 14:21:35 +02:00
Daniel Martí
86af7638e8
Re-add filtering by Root
2013-10-23 17:53:36 +02:00
Daniel Martí
991b91dfdc
Remove filter by root, replaced by ACCESS_SUPERUSER permission
2013-10-23 01:13:39 +02:00
Daniel Martí
19712433bc
Always show apps with AFs; Always display AF list in bold red at top of AppDetails
2013-10-23 00:52:25 +02:00
Daniel Martí
e6ef9889d0
Place strings not to translate in separate file
2013-10-15 14:42:13 +02:00
Daniel Martí
f2500bec15
New feature: "Ignore This Update".
2013-10-10 17:49:31 +02:00
Daniel Martí
9bf73529a7
Add support for Litecoin donations
2013-10-09 22:49:23 +02:00
Daniel Martí
6e622e59ab
Initial Anti-Feature list implementation
...
Also, move visibility stuff from onResume to onCreate (they are only affected
by preferences, i.e. onCreate will always be run since the preferences button
is only in our main activity).
2013-10-08 15:32:22 +02:00
Daniel Martí
a6128a3e47
Remove "Google Play"/"Market" menu button
2013-10-03 19:10:32 +02:00
Daniel Martí
40904ab75f
Rename "Market" to "Google Play"
2013-09-26 13:12:11 +02:00
Daniel Martí
d7621e4af0
Remove many unused strings
2013-09-23 21:22:27 +02:00
Daniel Martí
3741c0c62b
Revert all Light Theme changes
...
Should be done differently. Light theme before Holo is buggy.
2013-09-01 14:03:55 +02:00
Daniel Martí
c2159456e2
Add "Ignore Updates" to AppDetails ( fixes : #99 )
...
We can later separate updates by differing signatures, downgrades, ...
But IMHO ignoring updates is important and a different issue.
2013-09-01 14:03:50 +02:00
Daniel Martí
eb1d21f827
Rename "Maintenance" to "Other"
2013-08-30 14:34:52 +02:00
Daniel Martí
aadd89be1b
Better incompatible apk warning string
2013-08-30 14:30:56 +02:00
Daniel Martí
50f0856f67
Add "Light Theme" setting
...
Default theme is dark (Holo dark on >=11), addition is light on <11, Holo.Ligt
on >=11 and Holo.Light.DarkActionbar on >=14
2013-08-23 14:29:50 +02:00
Daniel Martí
afe102e90a
Better tryOpenUri implementation and toast string.
...
Got the if/else hint from
http://developer.android.com/about/versions/android-4.3.html#Behaviors
(much better than try/except anyway)
2013-08-22 18:16:57 +02:00
Daniel Martí
de3fcaab2d
Remove "database" term from no_such_app toast message
2013-08-06 16:15:18 +02:00
Daniel Martí
17d4413835
Slightly better "app not found" toast string
2013-08-06 15:57:59 +02:00
Daniel Martí
8325d2256a
Toast when no app can be found matching id
2013-08-02 23:33:11 +02:00
Daniel Martí
e04a9f9682
Merge commit 'refs/merge-requests/45' of gitorious.org:f-droid/fdroidclient
...
Conflicts:
src/org/fdroid/fdroid/AppDetails.java
2013-07-31 15:32:02 +02:00
Daniel Martí
7611a26f0a
Use strings in AM.xml labels
2013-07-28 13:50:42 +02:00
Ciaran Gultnieks
57a8bf5f8b
Change example repo address help string to https (for english)
2013-07-28 10:26:58 +01:00
Daniel Martí
89f8630f12
Add share (via fdroid://details?id=app.id) button
2013-07-15 16:49:03 +02:00
Daniel Martí
4f7858ad68
Add a message to differentiate when we download icons
2013-07-05 16:55:51 +02:00
Daniel Martí
4a61c20e92
Merge commit 'refs/merge-requests/46' of gitorious.org:f-droid/fdroidclient
2013-06-27 14:50:33 +02:00
Peter Serwylo
7ef7489c79
Updated description of 'Compact Layout'
2013-06-14 05:43:27 +10:00
Daniel Martí
18ae6e6da2
Refactor about screen.
...
* Add paddings.
* Don't use hard-coded pixel sizes.
* Don't use white color directly (this would soon break the white holo theme)
* Don't use an "empty" textview to force a vertical space.
Looks much cleaner now, and the code is easier on the eyes.
2013-05-26 12:25:46 +02:00
Daniel Martí
82ec7fe45c
Add bitcoin and flattr support
2013-05-25 12:26:12 +02:00
Daniel Martí
a17d09e0a2
First attempt at implementing the compact layout
2013-05-11 23:32:18 +02:00
Ciaran Gultnieks
2a89c45ef3
Merge commit 'refs/merge-requests/37' of git://gitorious.org/f-droid/fdroidclient into merge-requests/37
2013-05-10 10:09:49 +01:00
Daniel Martí
f5dc1ddc96
Alert before trying to downgrade
2013-05-09 11:42:20 +02:00
Daniel Martí
21c56fe260
Make notifications translatable, add updates count
2013-05-07 19:36:46 +02:00
Daniel Martí
0f28843163
Add "Added on " to the date on details.
2013-05-07 18:32:13 +02:00
Ciaran Gultnieks
445d6ca667
Merge commit 'refs/merge-requests/36' of git://gitorious.org/f-droid/fdroidclient into merge-requests/36
...
Conflicts:
src/org/fdroid/fdroid/AppDetails.java
2013-05-07 09:42:47 +01:00
Daniel Martí
b77c6380b3
Small fixes suggested by pserwylo
2013-05-05 11:44:19 +02:00
Daniel Martí
6556745618
Move string to its place. Add issue reference.
2013-05-05 11:38:19 +02:00
Daniel Martí
5cf8cc1d55
Don't use hard-coded "NONE". Long/Short title.
2013-05-03 21:36:16 +02:00
Ciaran Gultnieks
7904db43ea
Merge commit 'refs/merge-requests/32' of git://gitorious.org/f-droid/fdroidclient into merge-requests/32
...
Conflicts:
res/values/strings.xml
2013-05-03 11:29:00 +01:00
Paul Sokolovsky
43f1c6d8a6
Remove "all" from "Checking all apps compatibility..."
...
"All" kinda made sense in the context of internal workings
(fetch package list from several repos, then process compatibility of
all apps), but superfluous from user's perspective.
2013-05-01 13:04:59 +03:00
Peter Serwylo
8c41f18a1b
Change permissions string to include version number of latest.
2013-04-28 19:57:12 +10:00