Skip to content

Commit 1de8663

Browse files
author
juergen
committed
### v 5.9 (WIP)
1 parent 5b573eb commit 1de8663

File tree

6 files changed

+28
-27
lines changed

6 files changed

+28
-27
lines changed

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### v 5.9 (WIP)
1+
### v 5.9
22
- updated: Chinese translation (thanks @YC L)
33
- updated: Russian translation (thanks @Vladimir Kosolapov)
44
- new: Polish translation (thanks @gh-pmjm)

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# F(L)OSS Browser
1+
# FOSS Browser
22

3-
"F(L)OSS Browser" is fully free/libre (as in freedom) Android app. The source code is public on Github. The app also does not need any unnecessary permissions.
3+
"FOSS Browser" is fully free/libre (as in freedom) Android app. The source code is public on Github. The app also does not need any unnecessary permissions.
44

55
A simple Android browser based on webview. The base is "Ninja" (https://github.com/mthli/Ninja).
66
The intention is to provide a simple and light weight but powerful browser with a nice looking user interface.
@@ -36,7 +36,6 @@ The intention is to provide a simple and light weight but powerful browser with
3636
- full material design
3737
- fullscreen browsing (optional)
3838
- navigation button in fullscreen mode
39-
- request desktop site
4039

4140

4241
### Some nice extra features:

app/src/main/java/de/baumann/browser/View/SwipeTouchListener.java

+12
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,16 @@ else if (Math.abs(diffY) > SWIPE_THRESHOLD && Math.abs(velocityY) > SWIPE_VELOCI
6464
return result;
6565
}
6666
}
67+
68+
public void onSwipeRight() {
69+
}
70+
71+
public void onSwipeLeft() {
72+
}
73+
74+
public void onSwipeTop() {
75+
}
76+
77+
public void onSwipeBottom() {
78+
}
6779
}

app/src/main/res/values-de/strings_dialogs.xml

+7-12
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@
1010
<b>Version: 5.7</b><br>
1111
Bitte lies den \"Hilfedialog\" für weitere Informationen.<br><br>
1212

13-
\u25AA neu: "do not track" header<br>
14-
\u25AA neu: + Schaltfläche in der Tabvorschau w<br>
15-
\u25AA neu: Internetseiten als PDF-Datei speichern<br>
16-
\u25AA neu: Ziellink wird im Kontextmenü angezeigt<br>
17-
\u25AA Fehler behoben: Cookie-Ausnahmen beim Tabwechsel<br>
18-
\u25AA Fehler behoben: flüssiges Scrollen<br>
19-
\u25AA Fehler behoben: Darstellung bei Bildschirmausrichtungswechsel<br>
20-
\u25AA verbessert: UI + Dialoge<br>
21-
\u25AA verbessert: Spanische Übersetzung (Dank an @Herman Nuñez)<br>
22-
\u25AA verbessert: Chinesische Übersetzung (Dank an @smallg0at)
13+
\u25AA verbessert: Chinesische Übersetzung (thanks @YC L)
14+
\u25AA verbessert: Russische Übersetzung (thanks @Vladimir Kosolapov)
15+
\u25AA neu: Polnische Übersetzung (thanks @gh-pmjm)
16+
\u25AA neu: Niederländische Übersetzung (thanks @gHeimen Stoffels)
17+
\u25AA neu: adaptives Icon
2318
</string>
2419

2520
<string name="startpage_title">Startseite</string>
@@ -141,15 +136,15 @@
141136
&lt;i>https://github.com/element54&lt;/i>&lt;br>&lt;br>
142137

143138
&lt;b>gh-pmjm&lt;/b>&lt;br>
144-
\u25AA Polish translation&lt;br>
139+
\u25AA Polnische Übersetzung&lt;br>
145140
&lt;i>https://github.com/gh-pmjm&lt;/i>&lt;br>&lt;br>
146141

147142
&lt;b>gr1sh&lt;/b>&lt;br>
148143
\u25AA fix: Deutsche Übersetzung verbessert (Fehler #124, #131)&lt;br>
149144
&lt;i>https://github.com/gr1sh&lt;/i>&lt;br>&lt;br>
150145

151146
&lt;b>Heimen Stoffels&lt;/b>&lt;br>
152-
\u25AA Dutch translation&lt;br>
147+
\u25AA Niederländische Übersetzung&lt;br>
153148
&lt;i>https://github.com/Vistaus&lt;/i>&lt;br>&lt;br>
154149

155150
&lt;b>Herman Nunez&lt;/b>&lt;br>

app/src/main/res/values/strings_dialogs.xml

+5-10
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@
1010
&lt;b>Version: 5.8&lt;/b>&lt;br>
1111
Please read the \"Help dialog\" for more information.&lt;br>&lt;br>
1212

13-
\u25AA new: "do not track" header&lt;br>
14-
\u25AA new: + button in tab preview&lt;br>
15-
\u25AA new: save websites as PDF&lt;br>
16-
\u25AA new: show link in context menu&lt;br>
17-
\u25AA fix: not applying cookie whitelist when switching tabs&lt;br>
18-
\u25AA fix: scrolling issue&lt;br>
19-
\u25AA fix: screen rotation issues&lt;br>
20-
\u25AA updated: UI + dialogs&lt;br>
21-
\u25AA updated: Spanish translation (thanks to @Herman Nuñez)&lt;br>
22-
\u25AA updated: Chinese translation (thanks to @smallg0at)
13+
\u25AA updated: Chinese translation (thanks @YC L)
14+
\u25AA updated: Russian translation (thanks @Vladimir Kosolapov)
15+
\u25AA new: Polish translation (thanks @gh-pmjm)
16+
\u25AA new: Dutch translation (thanks @gHeimen Stoffels)
17+
\u25AA new: adaptive icon
2318
</string>
2419

2520
<string name="startpage_title">Startpage</string>

0 commit comments

Comments
 (0)