Daniel Martí
102ff2d0be
Run remove-unused-trans
2014-01-29 23:44:04 +01:00
Daniel Martí
b8998d711a
Run fix-ellipsis.sh
2014-01-29 23:33:39 +01:00
Hans-Christoph Steiner
04b5db1f4c
update display of signing key fingerprint
...
Update Utils.formatFingerprint() to create a more readible version of the
SHA-256 fingerprint of the signing key of the repo.
2014-01-28 20:31:47 -05:00
Hans-Christoph Steiner
7b7da9a110
when receiving a repo URI with wifi info, warn user if on different wifi
...
A repo URI can include info such as the current wifi SSID and BSSID that
the repo is hosted on. This is for when local repos are transmitted via
QRCode, NFC, etc. The receiver of this URI then checks to make sure it is
on the same wifi access point, and warns the user if not.
In the future, it should do more than just warn the user, but instead give
concrete actions for the user to take, like associating to that wifi.
2014-01-28 20:31:46 -05:00
Hans-Christoph Steiner
126d96e4ba
prevent soft keyboard from popping up on RepoDetails
...
Its quite annoying to have the URI EditText in focus and the soft keyboard
pop up when viewing the RepoDetails since the vast majority of the time,
the user will be viewing the info there, not editing the URL.
This commit just moves the focus to the frame, and prevents the soft
keyboard from showing up by default. The user can still click on the URI
EditText to edit it and the soft keyboard will pop up.
2014-01-28 20:31:46 -05:00
Hans-Christoph Steiner
bcb7c048b5
protect ManageRepo from malformed incoming URIs
...
URIs can come from clicking a web page, NFC transmission, QR Code scan, and
more. This code stops badly formed Uri strings from crashing F-Droid. It
then shows a Toast error message that it can't understand the incoming URI.
2014-01-22 22:12:52 -05:00
Hans-Christoph Steiner
47659b5cec
relabel misnamed items from "signature" to "repo fingerprint"
...
In the new Repo Details screen, there is some elements that are labels as
the "signature". This is not quite right, it is actually referring to the
fingerprint of the repo signing key. Since a repo will also usually have a
HTTPS certificate fingerprint, there will also be a fingerprint for that
certificate.
2014-01-21 18:30:02 -05:00
F-Droid Translatebot
7e87f8b81f
Translation updates
2014-01-21 11:23:43 +00:00
Daniel Martí
1f99c00899
Revert "New setting: "Small screen" to avoid ellipsizing on small screens"
...
This reverts commit a5c66a8c6ed9c9fd174aeb448e428d288e52f1e1.
Conflicts:
src/org/fdroid/fdroid/AppDetails.java
2014-01-17 21:06:37 +01:00
Daniel Martí
b58cb74612
Revert "Specify that the version is for Android"
...
This reverts commit aff6a03fa2c2ea84cee6597a44dcfb32fa7006f5.
Conflicts:
res/values/strings.xml
2014-01-14 13:27:04 +01:00
Daniel Martí
a5c66a8c6e
New setting: "Small screen" to avoid ellipsizing on small screens
2014-01-10 22:12:57 +01:00
Daniel Martí
7c472c8e18
Merge branch 'development'
2014-01-10 22:06:43 +01:00
Daniel Martí
15c1b98d5c
Release 0.58
2014-01-10 21:29:25 +01:00
Daniel Martí
499c9e50c5
Move "https://" addrepo default into a string
2014-01-08 13:36:45 +01:00
Daniel Martí
3f19888b11
res/drawable/btn_check_*.png are no longer used
2014-01-08 13:32:51 +01:00
Daniel Martí
ac739de345
Run fix-ellipsis for the first time
2014-01-08 13:09:53 +01:00
Daniel Martí
61ba6d52d0
Change # for Number in @string/repo_num_apps
2014-01-08 10:38:19 +01:00
Daniel Martí
b4a51c4a91
Merge branch 'master' into development
2014-01-08 09:50:04 +01:00
Daniel Martí
4edd90d7aa
Remove translations of removed strings
2014-01-08 09:49:29 +01:00
Daniel Martí
abc3631b16
Merge branch 'master' into development
2014-01-07 23:57:25 +01:00
Daniel Martí
837683217b
Release 0.57-test
2014-01-07 23:49:23 +01:00
Daniel Martí
db01c9c476
Merge branch 'master' into development
2014-01-07 23:36:38 +01:00
Ciaran Gultnieks
a2fb86f518
Remove bogus translations
2014-01-07 16:28:10 +00:00
F-Droid Translatebot
34211bb1b7
Translation updates
2014-01-07 16:13:48 +00:00
Peter Serwylo
3731ed8f23
Merge remote-tracking branch 'upstream/master' into improvement/16/manage-repos
...
Conflicts:
res/values/strings.xml
src/org/fdroid/fdroid/DB.java
src/org/fdroid/fdroid/ManageRepo.java
src/org/fdroid/fdroid/RepoXMLHandler.java
src/org/fdroid/fdroid/Utils.java
2014-01-04 20:45:52 +11:00
Peter Serwylo
ffa2c962dc
Merge branch 'master' into improvement/16/manage-repos
...
Conflicts:
res/layout/appdetails.xml
res/values/strings.xml
src/org/fdroid/fdroid/DB.java
src/org/fdroid/fdroid/FDroid.java
src/org/fdroid/fdroid/ManageRepo.java
2014-01-04 20:19:27 +11:00
Daniel Martí
aff6a03fa2
Specify that the version is for Android
2014-01-03 17:55:23 +01:00
Daniel Martí
8a90687867
Slightly larger margin separating minsdk
2014-01-03 04:47:42 +01:00
Daniel Martí
aee57c448b
Sightly more margins in app list views
2014-01-03 02:52:12 +01:00
Daniel Martí
50f68d34b9
Support minSdk info in version list views
2014-01-03 02:44:24 +01:00
Daniel Martí
ab6f41ec68
More layout tweaks, fix landscape
2014-01-03 02:17:32 +01:00
Daniel Martí
cd00760cc4
Remove compact icons, replace installed with a symbol
2014-01-01 21:45:20 +01:00
Daniel Martí
753bc43452
Use AppDetails title as indicator where we come from
2014-01-01 21:34:41 +01:00
Daniel Martí
771947536e
Add categories to AppDetails, layout tweaks
2014-01-01 21:08:41 +01:00
Daniel Martí
e302baa340
Do paddings for the icon and not the whole applist item
2014-01-01 17:09:01 +01:00
Daniel Martí
b31d8cb55b
Temporarily remove en-rGB, mainly since it breaks the whole app
2014-01-01 14:46:33 +01:00
Daniel Martí
b4cee703f2
applistitem centering tweaks
2014-01-01 02:15:27 +01:00
Daniel Martí
962521947e
Last pref summary: notifications
2014-01-01 01:47:10 +01:00
Daniel Martí
de40bed7e1
Do expert mode summary
2014-01-01 01:43:52 +01:00
Daniel Martí
6c9a375b27
Do db sync and apk cache settings summaries too
2014-01-01 01:32:33 +01:00
Daniel Martí
abef4f36e0
Do incompatible versions and permissions settings too
2014-01-01 01:20:21 +01:00
Daniel Martí
65981e3a25
Do updateHistoryDays summary like the others
2014-01-01 01:13:01 +01:00
Daniel Martí
d1d88ea26b
Update summaries on onResume() consistently
2014-01-01 01:03:25 +01:00
Daniel Martí
177b2a170d
Show value for the theme pref too, no dummy defualt summaries
2014-01-01 00:42:27 +01:00
Daniel Martí
02bac89b17
Do on/off and value summaries for auto updates
2014-01-01 00:38:47 +01:00
Daniel Martí
1b6a643b9c
Start doing checkbox preferences with on/off summaries
2013-12-31 21:59:46 +01:00
Daniel Martí
1e4fe9fa2c
Add basic dogecoin donation support
2013-12-31 12:11:03 +01:00
Daniel Martí
67ec0f748c
Separate status and license from name and summary in app lists
2013-12-31 11:27:19 +01:00
Daniel Martí
e437898e33
Further fixes to layouts
2013-12-31 11:03:34 +01:00
Daniel Martí
fa02eb5733
Small tweaks to paddings and layouts
2013-12-31 11:03:34 +01:00