Hans-Christoph Steiner
515b5b08f0
set up Panic preference to choose apps to uninstall on trigger
2019-06-12 14:48:50 +02:00
Yoginth
0851fea8eb
Fix Typos
2019-06-05 03:52:40 +00:00
Hans-Christoph Steiner
23fc17ba5f
purge confusing, unused duplicate string/icon assignment in bottom nav
...
fdroid/fdroidclient#1785
2019-05-24 15:47:48 +02:00
Hans-Christoph Steiner
9dc9a23a41
fix all RtL lint errors in swap layouts
2019-05-24 10:00:08 +02:00
Hans-Christoph Steiner
1cc14b3499
show progress spinner on Updates Tab if index is being updated
...
The "Congrats, your apps are up to date" message isn't quite right in this
context.
closes #1769
2019-05-20 14:14:29 +02:00
Hans-Christoph Steiner
a71489a102
set max width on places where the translations get too long
...
closes #1678
2019-05-10 14:13:23 +02:00
mueller-ma
59fe365ed6
Remove feature graphic of first app from "Latest" view
...
Closes #1748
2019-03-26 18:08:38 +01:00
Hans-Christoph Steiner
765bd2892d
Merge branch 'nearby-view' into 'master'
...
Improve nearby swap splash layout
See merge request fdroid/fdroidclient!800
2019-03-22 08:46:39 +00:00
Hans-Christoph Steiner
42f73fb54b
remove app:textAllCaps that was missed in 3adfb65c690c37855f1f120006606478575a564b
...
fdroid/fdroidclient!797
2019-03-21 13:28:25 +01:00
mueller-ma
05bbe94b47
Improve nearby swap splash layout
...
* Rename ids to something meaningful
* Remove inner layouts from constraint layout
* Use same text and button styles
* Make sure the background image doesn't overlap with the text
2019-03-17 00:04:40 +01:00
Conny Duck
3adfb65c69
Improve Buttons
2019-02-26 16:02:30 +00:00
Hans-Christoph Steiner
a81a61be61
RepoDetails: convert mirror lists to have on/off switches
2019-02-20 15:59:29 +01:00
Conny Duck
e3a24a042d
fix screenshot background for all themes in app details
2019-01-02 19:33:59 +01:00
Hans-Christoph Steiner
f7049a3295
display versionCode in expanded Versions list entries
...
closes #1326
2018-12-20 13:14:18 +01:00
dkanada
28863cf88f
fix #1642
2018-12-18 08:55:32 +00:00
Hans-Christoph Steiner
148d1cdc8a
rename AppDetails2 to AppDetailsActivity
...
This also moves it into org.fdroid.fdroid.views
2018-12-17 17:16:51 +01:00
Hans-Christoph Steiner
551b577bca
Merge branch 'badge' into 'master'
...
use new design for other badge instances
See merge request fdroid/fdroidclient!754
2018-12-12 20:17:47 +00:00
dkanada
568ef56247
fix merge issues and tweak the header layouts a bit more
2018-12-09 16:37:18 +09:00
dkanada
85ed0d46ab
string changes
2018-12-09 16:29:07 +09:00
dkanada
24a4da9d89
some layout modifications to Updates and AppDetails headers
2018-12-09 16:28:45 +09:00
Jan-Christoph Borchardt
09a7ec3fd3
Change inconsistent 'Upgrade' to 'Update'
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-12-06 18:01:08 +00:00
Jan-Christoph Borchardt
5f660501e3
Change technical 'Run' to more understandable 'Open'
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-12-06 18:01:08 +00:00
dkanada
3f00b2a4fb
standardize version properties
2018-10-27 05:27:01 +09:00
dkanada
fef3309714
slight changes to update header
2018-10-27 05:27:01 +09:00
dkanada
ce1756db62
use new design for other badge instances
2018-10-27 05:27:01 +09:00
wsdfhjxc
c937cbf297
Display required arch also for compatible app versions
2018-09-07 03:06:43 +02:00
wsdfhjxc
de837284ba
Use a workaround for AppBarLayout bug to make app details screen responsive
2018-09-02 13:08:28 +02:00
Hans-Christoph Steiner
054bdb5cd4
Merge branch 'focusable' into 'master'
...
Add missing "focusable" attributes.
See merge request fdroid/fdroidclient!735
2018-08-30 20:33:20 +00:00
wsdfhjxc
3b711ea571
App version list overhaul
2018-08-30 20:07:31 +00:00
wsdfhjxc
9a1162c556
Replace e-mail address with forum link in "About F-Droid" screen
2018-08-22 15:29:57 +02:00
Reimar Döffinger
da4c97c4c2
Add missing "focusable" attributes.
...
Fixes lint warnings and improves keyboard navigation
a little bit.
2018-08-20 13:25:07 +02:00
Hans-Christoph Steiner
81b32120e9
fix UnusedResources errors left over from basic/full flavor split
2018-08-17 10:10:00 +02:00
Hans-Christoph Steiner
af7b94ff4c
add Latest view to basic flavor
...
This is a quick hack to reuse the Latest view with a slightly simpler
layout. It makes the "basic" flavor fully functional as an fdroid client.
The goal here is just to have something simpler with as little new code as
possible. It is essential that the whitelabeling and "Light" aka "basic"
flavor does not increase the maintenance load.
closes fdroid/fdroidclient#48
fdroid/fdroidclient!692
fdroid/fdroidclient!695
2018-07-31 15:06:09 +02:00
Hans-Christoph Steiner
c7dcb92a20
make SeekBarPreference format summary text in a standard way
...
I fixed it by using the same style as a standard preference:
* the summary text size was a bit too large
* the summary text should be allowed to wrap
closes #1450
2018-07-12 17:52:16 +02:00
Hans-Christoph Steiner
5295b6f0d1
rename FAB id to make it easier to find
2018-07-12 17:34:24 +02:00
Hans-Christoph Steiner
7043627a3a
basic Install History viewer, available only when logging is enabled
...
This provides a super simple way to view the install history directly in
F-Droid.
2018-06-27 20:45:27 +02:00
Hans-Christoph Steiner
c87f6a64f9
get "basic" flavor building and running
2018-06-18 16:46:26 +02:00
Hans-Christoph Steiner
ea80704598
split up everything into 'full' and 'basic' build flavor
...
"full" is the original F-Droid app with all the features. It should still
build the exact same app after this change. "basic" is the smallest
version of F-Droid possible. It does not yet build, nor work.
2018-06-15 23:27:03 +02:00
ByteHamster
1f4b6e483a
Updated seekbar appearance
2018-06-14 16:13:34 +02:00
ByteHamster
67e90bd1e7
Updated tickmark
2018-06-08 20:05:24 +02:00
ByteHamster
54eaa273b6
Changed seekbar style
2018-06-08 19:23:29 +02:00
Hans-Christoph Steiner
63812715aa
Merge branch 'fix-tooltip-background' into 'master'
...
fix tooltip background in actionbar
Closes #1094
See merge request fdroid/fdroidclient!681
2018-05-03 08:09:47 +00:00
Conny Duck
9103e49e20
fix icon color in search for dark theme
2018-04-29 09:23:57 +02:00
Conny Duck
5ae563ae51
fix tooltip background in actionbar
2018-04-28 22:59:03 +02:00
Hans-Christoph Steiner
801d1693a7
convert "Update Interval" preference to a SeekBar
2018-04-24 20:03:51 +02:00
Hans-Christoph Steiner
c770d4ef18
prefer WiFi in Send F-Droid when the conditions dictate that
2018-04-13 00:26:54 +02:00
Hans-Christoph Steiner
3fca7c7153
disable swap "visible" checkboxes by default, they get dynamically set
...
If users click these fast, then its easy to get caught in a loop fighting
the dynamic setting of them.
2018-04-13 00:20:54 +02:00
Hans-Christoph Steiner
759c3b90fc
display mirrors in RepoDetailsActivity
...
This is rough, but better than nothing.
2018-03-29 22:33:42 +02:00
dkanada
b4620bd0b6
fix right padding on version list
2018-03-07 12:02:22 -07:00
dkanada
74bf125ccb
modify layouts for donation buttons
2018-03-07 12:02:22 -07:00