Jump to conversation
Unresolved conversations (0)
Nice work!

Nice work!

All of your conversations have been resolved.

Resolved conversations (16)
@MoNTE48 MoNTE48 May 17, 2020
> "(Ljava/lang/String;)V");
Outdated
src/porting_android.cpp
rubenwardy
@MoNTE48 MoNTE48 May 17, 2020
``` FATAL_ERROR_IF(url_open == nullptr, "porting::openURLAndroid unable to find java show dialog method"); ```
Outdated
src/porting_android.cpp
rubenwardy
@sfan5 sfan5 May 17, 2020
Wait, one more: This should reject URLs with a newline character.
Outdated
src/porting.cpp
@sfan5 sfan5 May 14, 2020
```suggestion bool openURL(const std::string &url) ```
Outdated
src/porting.cpp
rubenwardy
@sfan5 sfan5 May 14, 2020
should be removed
Outdated
src/porting.cpp
@sfan5 sfan5 Jan 6, 2020
Note that I still think the regex should be removed and replaced with a simple `begins with "http://" or begins with "https://"` check
Outdated
src/porting.cpp
rubenwardy SmallJoker
@sfan5 sfan5 Aug 1, 2019
you are passing a `std::string` so this will definitely not compile use `ShellExecuteA(NULL, NULL, url.c_str(), NULL, NULL, SW_SHOWNORMAL);`
Outdated
src/porting.cpp
@sfan5 sfan5 Aug 1, 2019
and `ShellExecuteA` here https://stackoverflow.com/questions/17347950/#answer-17348170
Outdated
src/porting.cpp
@sfan5 sfan5 Aug 1, 2019
nooooooooooooooooooooooooooooooooo even if this works fine in practice, you should use fork + execvp instead
Outdated
src/porting.cpp
sfan5 rubenwardy
@sfan5 sfan5 Aug 1, 2019
this button is too massive imo
Outdated
builtin/mainmenu/tab_credits.lua
@ClobberXD ClobberXD Jul 14, 2019
Don't we have a content repository URL, IIRC?
Outdated
builtin/mainmenu/dlg_contentstore.lua
ClobberXD
@SmallJoker SmallJoker Jul 14, 2019
Textarea width must be adjusted. This button overlaps the text.
builtin/mainmenu/dlg_contentstore.lua
@SmallJoker SmallJoker Jul 14, 2019
Misplaced reference.
Outdated
src/porting_android.cpp
@SmallJoker SmallJoker Jul 14, 2019
Also needs a description of what kind of URLs are allowed (direct domain links only).
Outdated
doc/menu_lua_api.txt
@Desour Desour Jun 11, 2019
```suggestion startActivity(browserIntent); ```
Outdated
...t.minetest.minetest/MtNativeActivity.java
@SmallJoker SmallJoker Jun 11, 2019
Dead code, I suppose?
builtin/mainmenu/dlg_contentstore.lua
rubenwardy