Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v2.0.2b5
android-ceno
Browse files
Apr 17, 2023
Merge remote-tracking branch 'origin/develop' into release-v2.0.2
· e8063b01
paidforby
authored
Apr 17, 2023
View commits for tag v2.0.2b5
v2.0.2b5
e8063b01
Merge branch 'fix-android-13' into 'develop'
· 74641946
grant
authored
Apr 17, 2023
74641946
Fix lint issue, keep name of current onboarding strings the same to avoid...
· e5045018
paidforby
authored
Apr 17, 2023
e5045018
Update to ouinet v0.21.10
· dd50552b
paidforby
authored
Apr 17, 2023
dd50552b
Apr 14, 2023
Reduce updateInterval of notification to 1s to increase responsiveness of the status string
· adfed627
paidforby
authored
Apr 14, 2023
adfed627
Implement PermissionHandler as standalone component,
· 1ad0ff7a
paidforby
authored
Apr 14, 2023
1ad0ff7a
Apr 05, 2023
Update Android-Components to 111.1.1
· 67c26506
paidforby
authored
Apr 05, 2023
67c26506
Implement stalled timeout of 15s for shutdown fragment to avoid possible stall...
· 0e2de2f2
paidforby
authored
Apr 05, 2023
0e2de2f2
Request POST_NOTIFICATIONS permission in Android 13 or later, related to #53
· af6f092f
paidforby
authored
Apr 05, 2023
af6f092f
Mar 31, 2023
Fix bug with ouinetService not being killed during shutdown of OuinetBackground, related to #35
· 37486bb7
paidforby
authored
Mar 31, 2023
37486bb7
Mar 29, 2023
Update link for pipeline badge to point to the main branch
· a41a4243
paidforby
authored
Mar 29, 2023
a41a4243
Merge branch 'develop' into release-v2.0.2
· 74447bfc
paidforby
authored
Mar 29, 2023
View commits for tag v2.0.2b4
v2.0.2b4
74447bfc
Change shutdown fragment strings to use brandShortName
· 51d0884e
paidforby
authored
Mar 29, 2023
51d0884e
Add lint directories to .gitignore
· f7aefae2
paidforby
authored
Mar 29, 2023
f7aefae2
Fix issues with lintDebug; use or ignore unused resources, set background for...
· 3b220f65
paidforby
authored
Mar 29, 2023
3b220f65
Add ouinet state preference to be displayed in Settings menu About section
· dd09bdca
paidforby
authored
Mar 28, 2023
dd09bdca
Make sure action bar is hidden on creating ShutdownFragment
· bc062f55
paidforby
authored
Mar 28, 2023
bc062f55
Mar 28, 2023
Update to ouinet v0.21.9 and implement ShutdownFragment to appear upon tapping...
· b8828d0f
paidforby
authored
Mar 28, 2023
b8828d0f
Update Android-Components to 111.1.0
· 31a73c7a
paidforby
authored
Mar 28, 2023
31a73c7a
Mar 27, 2023
Correct typo in ids for onboarding fragments so they match their fragment.
· fe2004ee
paidforby
authored
Mar 27, 2023
fe2004ee
Move code shared by Browser and CenoHome fragments into BaseBrowserFragment
· cc8702e2
paidforby
authored
Mar 27, 2023
cc8702e2
Mar 21, 2023
Update app/build.gradle to support nightly builds
· eabad25d
paidforby
authored
Mar 21, 2023
eabad25d
Merge remote-tracking branch 'origin/release-v2.0.2' into develop
· df5e411b
paidforby
authored
Mar 21, 2023
df5e411b
Fix issues with lintDebug; needed iterator when using forEach, use...
· 97bd9d33
paidforby
authored
Mar 21, 2023
97bd9d33
Update .gitlab-ci.yml, add docker tag and use only gradlew for assembleDebug...
· 62c01b52
paidforby
authored
Mar 21, 2023
62c01b52
Revert "Revert "Switch to using OuinetBackground to manage OuinetService and...
· d9fb6b7e
paidforby
authored
Mar 20, 2023
d9fb6b7e
Update local.properties.sample for v2.0.2
· 16c66bd8
paidforby
authored
Mar 20, 2023
16c66bd8
Mar 20, 2023
Merge remote-tracking branch 'origin/beta' into main
· 33ae3886
paidforby
authored
Mar 20, 2023
33ae3886
Revert "Switch to using OuinetBackground to manage OuinetService and...
· 7f855d18
paidforby
authored
Mar 20, 2023
View commits for tag v2.0.2b3
v2.0.2b3
7f855d18
Merge remote-tracking branch 'origin/beta'
· 43ac8e87
paidforby
authored
Mar 20, 2023
43ac8e87
Merge branch 'beta' into 'main'
· beb38da8
paidforby
authored
Mar 20, 2023
beb38da8
Mar 16, 2023
Add option to show home button on toolbar, fixes #45
· 3e06a9f7
paidforby
authored
Mar 16, 2023
3e06a9f7
Update Android-Components to 111.0, support breaking changes in...
· e39b15d4
paidforby
authored
Mar 16, 2023
e39b15d4
Mar 13, 2023
Move ouinet related-code into a Ouinet component class and make this part of...
· cb1b1599
paidforby
authored
Mar 13, 2023
View commits for tag v2.0.2b2
v2.0.2b2
cb1b1599
Fix merge conflicts for !25
· c0f9ad84
paidforby
authored
Mar 13, 2023
c0f9ad84
Add downloads feature to SettingsFragment, so logfile can be downloaded...
· d5eb3fe1
paidforby
authored
Mar 13, 2023
d5eb3fe1
Mar 10, 2023
Add even more Ceno settings to application settings page for #13, refactor...
· 60964fa0
paidforby
authored
Mar 10, 2023
60964fa0
Related to #13, add local cache size display to general settings page, which...
· 85ce11ed
paidforby
authored
Mar 10, 2023
85ce11ed
Mar 09, 2023
Switch to using OuinetBackground to manage OuinetService and foreground notification, fixes #39
· 207c741d
paidforby
authored
Mar 09, 2023
207c741d
Add remaining source options to settings menu, refactor and clean up...
· 043c47f0
paidforby
authored
Mar 08, 2023
043c47f0
Loading