4955 Commits

Author SHA1 Message Date
Sean Mac Gillicuddy
7f9b3b1d9f #2202 Can't open videos - fix redirects for urls containing "?" 2020-07-15 08:44:07 +01:00
HissPirat
8dd5e728f6 #2186 made ScrollingViewWithBottom.. more readable 2020-07-15 09:37:25 +02:00
HissPirat
e90c47d6f3 #2186 removed commented set of scroll position 2020-07-15 09:22:36 +02:00
Seán Mac Gillicuddy
eff1351d1b
Merge pull request #2207 from kiwix/macgills/feature/2126-hash-links
#2126 Hash ignored when linking to other article
2020-07-15 07:29:21 +01:00
Seán Mac Gillicuddy
947b40ca77
Merge pull request #2205 from kiwix/macgills/feature/2203-fix-fullscreen
#2203 Fullscreen Video does not display
2020-07-15 07:28:19 +01:00
Seán Mac Gillicuddy
5d42b5aee2
Merge pull request #2206 from kiwix/macgills/feature/2204-toggle-bookmark-fix
#2204 Crash Report 3.3.3: CoreReaderFragment.toggleBookmark
2020-07-15 07:27:34 +01:00
s-ayush2903
bbf9938612
Synced 2020-07-15 01:27:35 +05:30
HissPirat
567939b520 #2199 removed old library activity and more unused 2020-07-14 15:59:52 +02:00
HissPirat
f7828f7465 #2199 removed experimental navigation menu item 2020-07-14 15:30:14 +02:00
HissPirat
c4cbcb8080 Merge branch '2179-remove-home-webview-library' of https://github.com/Frans-Lukas/kiwix-android into 2199-replace-old-navigation 2020-07-14 15:24:14 +02:00
HissPirat
e75127f768 #2179 custom reader fragment now inits correctly 2020-07-14 15:22:26 +02:00
HissPirat
28e221b0a3 #2179 bottom toolbar is no longer hidden when a tab is restored 2020-07-14 15:20:19 +02:00
HissPirat
35daea819a #2199 removed home_url and replaced KiwixMainActivity 2020-07-14 15:13:54 +02:00
HissPirat
dd0982cb86 #2179 removed notifyItemInserted when restoring delete tab 2020-07-14 14:37:31 +02:00
HissPirat
396cecc8e3 #2178 removed fitSystemWindows from drawer layout. flicker is gone! 2020-07-14 14:20:56 +02:00
HissPirat
068277e55f #2186 all main destinations now hide toolbars on scroll and fixed snackbar 2020-07-14 12:28:58 +02:00
HissPirat
a29c9d6231 #2186 magin is changed for entire fragment instead of just bottom bar 2020-07-14 11:41:34 +02:00
HissPirat
9935ea3deb #2186 removed unecessary comment 2020-07-14 11:36:54 +02:00
HissPirat
48e6ed28d1 #2186 scrolling finally works for reader with two bars 2020-07-14 11:34:43 +02:00
Sean Mac Gillicuddy
b272c4cfb5 #2203 Fullscreen Video does not display - rename root 2020-07-14 10:12:32 +01:00
Sean Mac Gillicuddy
3afcf7f049 #2126 Hash ignored when linking to other article - load url again when # is present 2020-07-14 10:06:49 +01:00
HissPirat
0c400205ab #2186 the best current alternative, as fixing the nav to scroll proved to be difficult. 2020-07-14 11:00:11 +02:00
Sean Mac Gillicuddy
7a97d97bb4 #2204 Crash Report 3.3.3: CoreReaderFragment.toggleBookmark - convert to primitive 2020-07-14 09:41:13 +01:00
translatewiki.net
ac7668c85c Localisation updates from https://translatewiki.net. 2020-07-14 10:19:28 +02:00
Sean Mac Gillicuddy
de39fa5f5e #2203 Fullscreen Video does not display - use activity_main_root 2020-07-14 09:07:27 +01:00
HissPirat
200b8baef5 #2186 some cleanup 2020-07-14 09:36:09 +02:00
HissPirat
1ace94bac4 #2186 scrolling works as expected except for reader toolbar being hidden behind navigaiton toolbar 2020-07-13 14:58:50 +02:00
HissPirat
8ac72ab5f2 #2186 hide bar on scroll works for library and downloads destinations 2020-07-13 11:15:27 +02:00
HissPirat
5ec3771657 #2186 progressBar is now hiding when exiting tab switcher, also removed unused string resource 2020-07-13 09:43:49 +02:00
Kelson
db575a971b
Merge pull request #2196 from kiwix/macgills/feature/2193-illegal-arg-locale
#2193 Crash Report 3.3.3: IllegalArgumentException LanguageUtils.getCurrentLocale
2020-07-11 15:45:42 +02:00
Kelson
3c135d583b
Merge pull request #2197 from kiwix/macgills/feature/2194-index-out-of-bounds-current-webview
#2194 Crash Report 3.3.3: ArrayIndexOutOfBoundsException: CoreReaderFragment.getCurrentWebView (CoreReaderFragment.java:932)
2020-07-11 15:43:56 +02:00
s-ayush2903
24546af279
Revert Useless Changes 2020-07-10 19:09:39 +05:30
Frans-Lukas
57892da3a1 #2154 added page state tests 2020-07-10 14:28:35 +02:00
Sean Mac Gillicuddy
a3822ad7b9 #2194 Crash Report 3.3.3: ArrayIndexOutOfBoundsException: CoreReaderFragment.getCurrentWebView (CoreReaderFragment.java:932) - guard against negative values 2020-07-10 11:18:50 +01:00
Sean Mac Gillicuddy
c033747eb6 #2193 Crash Report 3.3.3: IllegalArgumentException LanguageUtils.getCurrentLocale - stop performing updates if fragment is not attached 2020-07-10 11:04:56 +01:00
Frans-Lukas
f8e7c9ab8c #2154 moved some tests to page view model tests WIP 2020-07-10 11:37:55 +02:00
Frans-Lukas
6a83a9e123 #2154 moved init to pageViewModel 2020-07-09 13:23:44 +02:00
Frans-Lukas
b42112f797 #2154 merge with develop 2020-07-09 12:37:33 +02:00
Frans-Lukas
b33380b8b7 #2154 fixed requested changes 2020-07-09 12:04:33 +02:00
Frans-Lukas
e3b80704cf #2154 added initial state function 2020-07-09 11:44:05 +02:00
Seán Mac Gillicuddy
d2e1273603
Merge pull request #2187 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2020-07-09 10:34:39 +01:00
Frans-Lukas
f97d2d0d08 #2154 started working on page tests 2020-07-09 11:31:46 +02:00
s-ayush2903
d0425d845b
Wrote Logs Properly 2020-07-08 18:07:03 +05:30
Frans-Lukas
8a40dbc3b8 #2154 more generics (state) for generification of bookmarks and history 2020-07-08 13:35:38 +02:00
Frans-Lukas
3dcbf285b8 #2154 generificiation now uses generics for states 2020-07-08 13:29:58 +02:00
Seán Mac Gillicuddy
dcf57b4ea8
Merge pull request #2122 from Frans-Lukas/2111-contrib-style-guide
2111 contrib style guide
2020-07-08 11:10:50 +01:00
Frans-Lukas
63866ce945 #2154 deleted accidentally added files 2020-07-08 12:07:42 +02:00
s-ayush2903
ad9f8e9270
Separated the boolean to CoreApp 2020-07-08 15:37:29 +05:30
Frans-Lukas Lövenvald
da7f11d2c0
#2111 clarification in typography section 2020-07-08 11:43:17 +02:00
Frans-Lukas Lövenvald
b7158541aa
#2111 correction of typography section. 2020-07-08 11:42:10 +02:00