أحمد المحمودي
أحمد المحمودي
Please update NEWS file with new features/fixes Thanks
ELinks chokes at XHTML files that have ISO language code as file extension, though, because it relies on extension rather than content for identifying HTML and the extension isn't .xhtml...
'make test' fails on src/protocol/test/uri-test due to gettext definition, here's the excerpt from build log: ``` [LINK] src/protocol/test/uri-test /usr/bin/ld: ../../../src/intl/gettext/lib.o:./src/intl/gettext/./src/intl/gettext/libintl.c:20: multiple definition of `current_charset'; uri-test.o:./src/protocol/test/./src/protocol/test/uri-test.c:34: first defined here /usr/bin/ld: ../../../src/intl/gettext/lib.o:...
```shell ulimit -v 300000; elinks -dump oom.html ``` One would expect that elinks actually give up after the third try, rather than try and fail to allocate memory over and...
Hello, After restoring special backups from an old phone to a new one, the WiFi of the new phone did not work ! The reason I found out to be...
I've seen this feature in TitaniumBackup, it has special backups for: Wi-Fi access points Bluetooth pairings Accounts Application Widgets stock browser bookmarks call log Country/Language/Timezone Data usage (Policy & Stats)...
__system_property_get has been removed in Android L, I've seen the following workarounds: - run 'getprop' using 'popen': https://stackoverflow.com/questions/26722040/replacement-for-system-property-get-in-android-l-ndk - creating a stub __system_property_get, which uses dlsym to dynamically load the...
Hello, Add a rule in Android.mk to automatically rename s2d -> libs2d.so, got the tip from: https://stackoverflow.com/questions/24740965/how-do-i-make-ndk-build-create-executable-named-like-a-library
I see in the upcoming features that you're planning to support Mozilla Location Service, great news ! I hope that you would also add support to a similar project called...
Hello, I suggest that instead of shipping the cell database with the APK (which renders the program to be huge, please bear in mind that some devices don't have much...